标签: office-js outlook-web-addins
检测Outlook.com和Office365帐户的上下文差异的正确方法是什么?我想为每种帐户类型提供不同的体验,但是我不确定哪种方法正确。一种可能的解决方案是检查电子邮件地址和扩展名,但是我正在寻找一种更优雅的方式(通过类似Office.context.isO365()的代码)来解决它。
Office.context.isO365()
答案 0 :(得分:0)
请使用Office.context.mailbox.userProfile.accountType
https://docs.microsoft.com/en-us/office/dev/add-ins/reference/objectmodel/requirement-set-1.6/office.context.mailbox.userprofile#accounttype-string