node-ews icon indicating copy to clipboard operation
node-ews copied to clipboard

A simple JSON wrapper for the Exchange Web Services (EWS) SOAP API.

Results 44 node-ews issues
Sort by recently updated
recently updated
newest added

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. ![image](https://user-images.githubusercontent.com/67687594/130783686-6565a015-5459-4877-adf8-2aa7d2e30838.png)...

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: ![image](https://user-images.githubusercontent.com/37713276/120704415-ca584e00-c473-11eb-8c8c-75036925d064.png) 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. ```...