OfficeDev / office-js-docs-reference

Microsoft Office JavaScript API Reference
https://learn.microsoft.com/javascript/api/overview
MIT License
120 stars 67 forks source link

What requirement set does messageChild method of dialog api support in Office Js Addin for Outlook? #2059

Closed het-parekh closed 1 month ago

het-parekh commented 2 months ago

Article URL

https://learn.microsoft.com/en-us/javascript/api/office/office.dialog?view=common-js-preview#office-office-dialog-messagechild-member(1)

Issue

I am developing a javascript addin for Mail. I want to support Mac Classic Client as well. The minimum required api set for messageChild() method of dialog api is listed as Mail 1.9 and Dialog API 1.2 . Does it depend on both or just the Dialog API version?

It is a bit ambiguous as the method seems to work on Mac Classic even though it only has a maximum supported requirement set of Mail 1.8.

AlexJerabek commented 2 months ago

Hi @het-parekh,

Thanks for raising this issue. @samantharamon, could you please investigate?

samantharamon commented 1 month ago

Hi @het-parekh,

Thanks for your patience while we looked into this. I confirmed that although classic Outlook on Mac doesn't support Mailbox 1.9, support for the DialogApi 1.2 requirement set was separately enabled for this client. We updated the Dialog API requirement sets page to reflect this.

microsoft-github-policy-service[bot] commented 1 month ago

This issue has been automatically marked as stale because it is marked as needing author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. Thank you for your interest in Office Add-ins!

microsoft-github-policy-service[bot] commented 1 month ago

This issue has been closed due to inactivity. Please comment if you still need assistance and we'll re-open the issue.