OfficeDev / office-js

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.
https://learn.microsoft.com/javascript/api/overview
Other
724 stars 106 forks source link

Is it possible to get the entire Mail from Office.context.mailbox.getSelectedItemsAsync #5489

Open ZuTreX opened 1 month ago

ZuTreX commented 1 month ago

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