gautamsi / ews-javascript-api

EWS API for TypeScript/JavaScript - ported from OfficeDev/ews-managed-api - node, cordova, meteor, Ionic, Electron, Outlook Add-Ins
MIT License
281 stars 72 forks source link

get email #387

Open RafalNowackiXB opened 3 years ago

RafalNowackiXB commented 3 years ago

Hello how can i get an email if i have a: -Auth token -ID of mail from outlook

I have done this in Java using other lib.

image

Now i want to do this in nodejs using this lib :)