ews-javascript-api icon indicating copy to clipboard operation
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

Results 83 ews-javascript-api issues
Sort by recently updated
recently updated
newest added
trafficstars

We need to set User-Agent for our project as it's required by customer security policy. In ExchangeSerivceBase.js there is a line that set User-Agent but it is commented out: ```js...

It appears that events created from Microsoft Bookings (https://learn.microsoft.com/en-us/microsoft-365/bookings/bookings-overview?view=o365-worldwide) have a different schema. Here, for example, a `SyncFolderItemsResponse` containing an update of `Booking` type. ``` { "__prefix": "s", "__xmlns": {...

I have been using ews-javascript-api for fetching the emails and attachments. The below code fails to fetch the .msg file attachments. Approach 1: Works for non .msg file attachments but...

Hi, I have used this package for a while and everything has been working perfectly. Until now. With exactly the same setup I nowadays get the response: Error SoapFaultDetails {...

At the moment I am getting an error: The package at "node_modules/fetch/lib/fetch.js" attempted to import the Node standard library module "http". It failed because the native React runtime does niet...

Hello. When reading emails with attachments in .EML format, we receive an error. Sorry in advance we can't use typescript. We use the version: **0.14.0** NodeJS version: v20.11.1 This [comment](https://github.com/gautamsi/ews-javascript-api/issues/389#issuecomment-1010821742)...

Hello! I am trying to initialize calender folder object using ews.CalendarFolder.Bind(exch, ews.WellKnownFolderName.Calendar) but I get this error ``` TypeError: Cannot read properties of undefined (reading 'headers') at NtlmProvider.preCall (D:\TDRA\tra-gate-api\node_modules\@ewsjs\xhr\dist\ntlmProvider.js:48:27) at...

On a nodejs app , I am using ews-javascript-api module to create appointments on exchange server (2013) . I've noticed the behavior that when an appointment is created , it...

Hello. Please tell me how I can get the contents of the message in text format. Now the message is in HTML format and there are a lot of tags...

This PR was automatically created by Snyk using the credentials of a real user.![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) ### Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this...