Berend Engelbrecht
Apr 10, 2025Brass Contributor
Status:
New
Implement Office.context.mailbox.item.getAsFileAsync for draft messages
We have a requirement in an Office.js add-in to do the following: Automatically send a message Save the sent message The functionality was previously implemented using EWS and Office.context.mai...
Berend Engelbrecht
Apr 11, 2025Brass Contributor
I feel myself that API design could be more careful. It is peculiar and unexpected to a developer that function X operating on an email message can be used in the MessageReadCommandSurface but not in the MessageComposeCommandSurface. In Outlook you can save both a draft and a sent or received message in MIME format. I tried classic desktop and outlook.office.com web version.