I'm working on an Outlook Add-in that has additional features for user that have a mailbox provided by their Microsoft 365 subscription.
For the most part we can detect Microsoft 365 subscriptions using the following call in office.js Office.context.mailbox.userProfile?.accountType == 'office365'
. This works using the accountType
property added in requirement set 1.6 and above. To support mobile users is there an alternative way of doing this detection on Outlook for iOS or Android which only currently supports requirement set 1.5?