I'm intending to create an Outlook add-in using the Outlook JS API. I've worked with VSTO add-ons before. This functionality was created in a VSTO add-on by me. I'm trying to duplicate the same functionality in the Outlook web add-in. We have the Outlook functionality of _mailItem.SaveAs(...) in the VSTO add-on, but there is no inherent functionality to save an email as a.msg file in the Outlook web add-on.
I have done enough research related to this area. I have spend ed lots of time in this research.
How do I implement this functionality in the Outlook Web Add-on?
Thanks