0

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.

Craig
  • 29
  • 4

1 Answers1

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