I am using Office.js in development of outlook addin.
In the context of appointment item compose mode I need to get the attachments details through office.js API. How can I get these details through Office.js API?
I found API Async methods to add attachment to item and remove attachment from item in compose mode but not able to find the details of attached attachments.
Please, Provide the solution.