Share via

Outlook JavaScript Add-In - Email/Attachment Download APIs on Mobile

Suraj Sinha 5 Reputation points
2024-05-07T09:09:32.4066667+00:00

We want to bring to your attention a crucial limitation concerning the functionality of "Office.context.mailbox.item.getAttachmentContentAsync" within mobile applications.

"Office.context.mailbox.item.getAttachmentContentAsync" is a vital function extensively utilized by developers within Outlook add-ins to retrieve attachment data from Microsoft services.

This functionality facilitates seamless access and manipulation of attachments within emails, enhancing the productivity and utility of Outlook add-ins.

However, it's important to note that this specific service is not currently available or supported within mobile applications.

This limitation poses a challenge for developers aiming to create consistent experiences across various platforms, including desktop and mobile devices.

Reference: https://github.com/OfficeDev/office-js/issues/645).

 

I am reaching out to inquire about list of all JavaScript API’s that can facilitate the downloading of attachment data within Outlook add-ins.

Specifically, I am interested in APIs that can be utilized within a React.js-based Outlook add-in to retrieve attachment content from emails, ensuring compatibility across all platforms.

 

Microsoft 365 and Office | Development | Other
Outlook | Windows | Classic Outlook for Windows | For business
0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.