OfficeDev / office-js-docs-reference

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

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

Open het-parekh opened 1 week ago

het-parekh commented 1 week 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 6 days ago

Hi @het-parekh,

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