I have created an Outlook web addin that attaches files to an email.
When using the "addFileAttachmentAsync" method of the Outlook JS API to attach a file that is hosted in Azure Blob Storage I get a "Download Failed" on the attachment. The response of the method is "Success" though.
Files hosted elsewhere attaches correctly.
This works perfectly in Outlook 2016 MSO (16.0.9126.2259). It breaks in Outlook 2016 MSO (16.0.10827.20084).
I found a similar post on stack overflow which says it was fixed in Outlook 2016 MSO (16.0.8431.2110). Reference to the link
Could this functionality have been broken again?