Fraser Orr
Fraser Orr

Reputation: 425

Creating an Add-In for Outlook on the web

I'd like to create an add-in for Outlook on the web (not the desktop client, the web client.) From this article it is evidently possible, but I cannot find any info on how to actually create such an add in. Can someone point me in the right direction? Is there any way to make add-ins of this kind that work on native clients on iOS and Android?

Upvotes: 0

Views: 116

Answers (1)

user7823505
user7823505

Reputation:

You can follow this documentation link to create an Outlook add-in. Any add-in you create will be supported across Desktop, Web and Mac. You can use the MobileFormFactor in your add-in to support the add-in for iOS and Android as well.

Upvotes: 1

Related Questions