nmarus / node-ews

A simple JSON wrapper for the Exchange Web Services (EWS) SOAP API.
MIT License
116 stars 52 forks source link

question about sending email without saving copy #98

Closed wretlind closed 6 years ago

wretlind commented 6 years ago

Is there a way to send emails without saving copies? I've tried changing MessageDisposition to Send and removed SavedItemFolderId but without success.

I will appreciate any help with this.

wretlind commented 6 years ago

I was running the wrong function when I tried MessageDisposition "Send", why it didn't work. In other words it does work with "Send" instead of "SendAndSaveCopy".