Open hmuris opened 1 week ago
Any news here? We need this to work asap as there are many customers using our Add-in.
@hmuris There is already an issue classified as a product bug. https://github.com/OfficeDev/office-js/issues/5068 Feel free to add comments there to hopefully get a higher priority. Unfortunately, many of our customers have been affected.
There are multiple reports like this one (e.g. #5068, #5031), so any news or feedback regarding a prompt solution would be important and helpful. Many people are affected of this issue.
When the method Office.context.mailbox.item.getAttachmentsAsync is executed, attachments are sometimes returned sometimes not. It differs for inline attachments.
Expected behavior
Always return attachments correctly.
Current behavior
If the new email is written, and inline attachments are added, mentioned method is not returning attachments. When normal attachments are added and removed, then it does.
Steps to reproduce
If a normal attachment (not inline) is added (sometimes and removed, and sometimes another added again), the method returns all attachments inline and regular ones.
Here is the demo project, just
npm install
and thennpm start
to run the project. TaskpaneDemo.zipDemo project is generated with Yeoman generator for Office Add-ins and then slightly modified. Modified are manifest.xml and taskpane.js.