MortenS
MortenS

Reputation: 43

Outlook add-in on mobile devices

I am developing an an add-in for Outlook with the Office.js API and I am wondering if it is possible to use it from the MessageComposeCommandSurface on Office Online from a mobile device with Android or iOS?

According to https://learn.microsoft.com/en-us/office/dev/add-ins/concepts/requirements-for-running-office-add-ins It should be possible to run add-ins on the Outlook Web App on iOS devices unless i am misinterpretating it.

I know it is possible to make support the MobileMessageReadCommandSurface in the native apps, but our add-in wants to manipulate a message being composed.

Upvotes: 0

Views: 1031

Answers (2)

Raymond Nguyen
Raymond Nguyen

Reputation: 11

Looking through the documentation, the gifhy examply sends a gif as a response. https://learn.microsoft.com/en-us/office/dev/add-ins/outlook/outlook-addin-design

It seems like it bypasses the compose command and sends a message directly. This looks like it might a work around if you can make it fit your use case.

Upvotes: 0

user7823505
user7823505

Reputation:

Currently, we do not support compose add-ins on mobile platforms, whether in the native app or the browser. We track feature requests via UserVoice, and there's currently a feature request for this feature. Please use this link and upvote the feature request. Feature requests on UserVoice are considered when we go through our planning process.

Upvotes: 1

Related Questions