A repository for issues related to the Office JavaScript APIs and Office Add-ins platform. Find the Office.js library in Office.js CDN: https://appsforoffice.microsoft.com/lib/1/hosted/office.js.
I try to get the content of multiple selected Mails via. Office.context.mailbox.getSelectedItemsAsync + Office.context.mailbox.makeEwsRequestAsync(message.itemId) but i only get a success Response without the value of the Mail.
Is where a API that can give me the Mail + Content of all selected Mails?
Hi,
I try to get the content of multiple selected Mails via. Office.context.mailbox.getSelectedItemsAsync + Office.context.mailbox.makeEwsRequestAsync(message.itemId) but i only get a success Response without the value of the Mail.
Is where a API that can give me the Mail + Content of all selected Mails?
Thank you LS