Mac 的 Outlook [加载项] 不支持 OfficeJS 邮箱 1.10,它应该支持吗?

Outlook [Add-in] for Mac not supporting OfficeJS Mailbox 1.10 and it should?

根据本文档中的 table https://docs.microsoft.com/en-us/office/dev/add-ins/reference/requirement-sets/outlook-api-requirement-sets

Mac 的 Outlook - 打开“新 Outlook”后应该支持 OfficeJS API 邮箱 1.10

我的代码

const isMinOfficeSdkSupported = Office.context.requirements.isSetSupported(
  'MailBox',
  '1.10'
);

返回错误。当我检查版本

Office.context.diagnostics.version

returns“16.53.912.0”也属于脚注 4 上该页面文档中显示的受支持版本。

我特别要求 getComposeTypeAsync 使我的加载项功能正常工作(在邮箱 1.10 中添加)。

有没有人有什么想法?

回复OP:Officejs API 16.53.912.0 不支持set 1.10,请更新您的Outlook 到最新版本。