node-ews
node-ews copied to clipboard
A simple JSON wrapper for the Exchange Web Services (EWS) SOAP API.
I quoted the attached pictures, but some software attachments will open automatically, resulting in repeated content! Is there any way to disable the default display of attachments?
Error: HTTP 401: Unauthorized 账号密码都OK,但一直401失败,请问是为什么?
Ntlm-client was introduced in pull request #79 but commit b9a16123e49913c467b6103e7a1d45c386e8c482 on the same day removed ntlm-client from package.json in master to master merge. Files lib/auth/ntlm.js and lib/auth/ntlm/http.js both attempt to...
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...
I am using version 3.2.4. I have setup a valid email account and successfully authenticated. When calling ".run" function from ews.js, the returned client's ExchangeServices is undefined, causing the chaining...
Hello how can i get an email if i have a: 1. Auth token 2. ID of mail from outlook I have done this in Java using other lib. ...
Hi My program sometimes get "www-authenticate not found on response of second request" on the ewsFunction "GetItem" It happens about two times in every 10-20 times. Like get 100 items,...
Hi everyone, I use node-ews to send message with ExchangeWeb Service but i have a problem. When i use my 4G i can send message (because certificate is allow by...
Please, fix, update inside dependencies with high vulnerabilities:  High Command Injection Package lodash Patched in >=4.17.21 Dependency of node-ews Path node-ews > lodash More info https://npmjs.com/advisories/1673 High Improper Key...
The MoveItem operation is missing crucial namespaces for it to work (at least with Exchange 2013). Fails with "{ "ResponseCode": "ErrorInvalidIdMalformed", "Message": "Id is malformed." }". Using latest release. ```...