ews-javascript-api
ews-javascript-api copied to clipboard
EWS API for TypeScript/JavaScript - ported from OfficeDev/ews-managed-api - node, cordova, meteor, Ionic, Electron, Outlook Add-Ins
A temporary fix for initializing a Recurrence.XXXPattern() with arguments (overload not compatible) Using Recurrence.XXXPattern() it’s no argument first and set properties later also failed because some properties are read-only. If...
Exchange 2013 (yes, in 2022) NTLM-enabled server, no basic auth, no 0auth. There HAS to be something I'm missing here: ``` // self-signed certificate process.env.NODE_TLS_REJECT_UNAUTHORIZED = 0 let EWS =...
"Preflight response is not successful" error, using ews-js-api-browser in Outlook add ins on Mac OS
```js var exch = new EwsJS.ExchangeService(EwsJS.ExchangeVersion.Exchange2019); exch.Credentials = new EwsJS.WebCredentials("user","password"); // any fake stuff needed, it is not used properly exch.Url = new EwsJS.Uri("https://outlook.office365.com/Ews/Exchange.asmx"); // anything valid url var view...
FindAppointments can be used to get appointments which contains an Organizer and RequiredAttendees. Organizer has EmailAddress but the object doesn't contain anything that resembles an email address. Instead it has...
async await for majority of code for `@ewsjs/ews`
Hi, Could you please help me with a sample program on how to read mails of single user or multiple users from email exchange server. My requirement is to read...
Used library version: 0.10.3 Nodejs: 14 API Exchange Version: Exchange2013_SP1 How to reproduce: Create an ItemAttachment for an appointment, for example drag & drop an Outlook contact, mail or appointment...
Get this error on Jenkins but locally it works `SoapFaultDetails { message: 'read ECONNRESET', InnerException: null, faultCode: null, faultString: null, faultActor: null, responseCode: 127, errorCode: 0, exceptionType: null, lineNumber: 0,...
Hi Gautamsi, i have a problem with your api, with the same config i tried fetch directly and it managed to read my inbox, for some reason after i moved...
Any interest in adding the endpoint to *Create an appointment by using EWS*? Seems like a high value, low effort addition to this library. [SOAP Request Example - Create an...