Search code examples
outlookoffice-jsoutlook-addinoffice-addinsoutlook-web-addins

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


According to table in this documentation https://learn.microsoft.com/en-us/office/dev/add-ins/reference/requirement-sets/outlook-api-requirement-sets

Outlook for Mac - With "New Outlook" toggled on should support OfficeJS API Mailbox 1.10

My code

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

is returning false. And when I check version

Office.context.diagnostics.version

returns "16.53.912.0" which also falls under the supported version shown in the documentation on that page found on Footnote 4.

I specifically require getComposeTypeAsync for my add-in feature to work correctly (added in Mailbox 1.10).

Does anyone have any ideas?


Solution

  • Replied to OP: Officejs API set 1.10 is not supported on 16.53.912.0, Please update your Outlook to latest.