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
Add FindPeople operation. Example implementation: https://github.com/OfficeDev/ews-managed-api/commit/45459165001657f3db7d92d094b960d3abec390f
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
Fix in `MessageBody.LoadFromXmlJsObject`, bug found by #143
Logging and tracing improvement request per #79
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."
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...
`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...