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

Add FindPeople operation. Example implementation: https://github.com/OfficeDev/ews-managed-api/commit/45459165001657f3db7d92d094b960d3abec390f

requested

Hello and thanks in advance. Is it possible to use the token returned by getCallbackTokenAsync() for write operations in the ews api? My scenario is: I want to send the...

Add X509CertificateCredentials that now are not implemented. Probably will need to implement WSSecurityBasedCredentials.

There is lack of MailTips https://msdn.microsoft.com/en-us/library/office/dd899507(v=exchg.150).aspx

unmanaged Feature Request

Fix in `MessageBody.LoadFromXmlJsObject`, bug found by #143

bug

Logging and tracing improvement request per #79

Code Improvement

if i use WSSecurityBasedCredentials - exch.Credentials = new ews.WSSecurityBasedCredentials(usr.userName, usr.password); then I am getting the error message - "WSSecurityBasedCredentials.ts - AdjustUrl : Not implemented."

requested

I am planning to add telemetry data which can be configured at the time of loading, or you can turn off telemetry when building from source. Please vote and comment...

help wanted

`var msgid_filter = new ews.SearchFilter.IsEqualTo(ews.EmailMessageSchema.InternetMessageId, "");` Above filter will cause below error: ``` Element: Violation - Please report example of this operation to ews-javascript-api repo to improve SoapFault parsing errors...

By Design