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
When trying to move a mail item from an user's inbox to a public folder, I get the following API error: > 'Access to this API requires the following permissions:...
I am not sure if it is issue of ews-javascript-api or ews itself. The customer has Exchange2019 and we tried to set exchange version to V2018_01_08. We got error this:...
Hi, I'm trying to create a new calendar event using Appointment. When I try to assign my service to an appointment got "Expected 0 arguments, but got 1" const appointment...
Library is not able to update an EmailMessage Body The following code will work on C# to change the body of an email ```c# ExchangeService ewsClient; // A properly authenticated...
Environment: - nodejs 18.20.4 - npm 10.5.1 The library breaks typescript projects that check library's `.d.ts` files because a handful of these files are missing the exported members. Attached is...
I am using the ews-javascript-api library to send and receive emails through EWS in a Node.js project. I have two service instances, one for sending and another for receiving, using...
I've wrote a simple script: ```ts import * as ews from 'ews-javascript-api'; const ex = new ews.ExchangeService(ews.ExchangeVersion.Exchange2016); ex.Credentials = new ews.WebCredentials('username', 'password'); ex.Url = new ews.Uri('https://mail.server.local/Ews/Exchange.asmx'); ews.EwsLogging.DebugLogEnabled = true; (async...
Verified in 0.15.3 and 0.13.2. The root cause is that the error handler for status 500 creates [an instance of EwsServiceXmlReader](https://github.com/gautamsi/ews-javascript-api/blob/67c19206a7ea9054808f77fb0f64c5f75ac1f16c/src/js/Core/Requests/ServiceRequestBase.ts#L314) which will crash if [xmlDoc is undefined](https://github.com/gautamsi/ews-javascript-api/blob/67c19206a7ea9054808f77fb0f64c5f75ac1f16c/src/js/Core/EwsXmlReader.ts#L43) or later...
Bumps [axios](https://github.com/axios/axios) from 1.6.8 to 1.8.4. Release notes Sourced from axios's releases. Release v1.8.4 Release notes: Bug Fixes buildFullPath: handle allowAbsoluteUrls: false without baseURL (#6833) (f10c2e0) Contributors to this release...
Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) to 6.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `serialize-javascript` from 6.0.0 to 6.0.2 Release notes Sourced from serialize-javascript's releases. v6.0.2 fix:...