1

In the Office.js plugin, I am looking for a particular inbox message that should be downloaded as a message file (.msg, .eml or other). So, next time I can open that downloaded file without logging in.

How can I do this in Office.js with the Graph API?

Leonard
  • 13,269
  • 9
  • 45
  • 72
Santra
  • 11
  • 2
  • Please refer to this SO post for graph API https://stackoverflow.com/questions/46538814/outlook-rest-api-download-the-email-attachments-of-type-eml-files-using-outloo For make EWS request refer to this article https://learn.microsoft.com/en-us/outlook/add-ins/web-services – Outlook Add-ins Team - MSFT Feb 12 '19 at 03:24

1 Answers1

1

Please try to use makeEwsRequestAsync to send request.