Using the Office.js Api how do you determine the current App being used "Office.context.requirements.isSetSupported" only seems to work for Excel & Word, and I would like to check for Outlook.
Asked
Active
Viewed 106 times
1 Answers
0
You can use different URLs for the add-in between excel/word and outlook. Or you can check Office.context.mailbox - if it's defined, then you're running in Outlook.

AndrewS
- 369
- 1
- 5