I need to differentiate between enterprise and office365 email in outlook web addin.
I am trying to do the same using email provider type. But, as per office documentation, AccountType in Office.context.mailbox.userProfile is only supported in Outlook 2016 for Mac, build 16.9.1212 and greater.
Is there any other way I can differentiate between these two email types? or get provider type for old native email clients in mac as well as windows? Can I use ews url in office.context.mailbox in any manner?