nmarus / node-ews

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

Urgent - Fetching email body #86

Closed vksinghibm closed 5 years ago

vksinghibm commented 6 years ago

Sorry for asking the question here but I have no choice:

I have separate "FindItem" and "GetItem" working to fetch the body of emails. Is it possible to integrate these functions together in single nodejs program ? I have copied manually Id and change key to fetch the email body using "GetItem". Is it possible to integrate these 2 functions in single program using npm-ews framework ?