Add the internetHeaders property to the Office.AppointmentCompose interface

Add the internetHeaders property to the Office.AppointmentCompose interface
2

Upvotes

Upvote

 Oct 24 2022
0 Comments 
New

Currently the internetHeaders property is available only for the compose mode of messages in Outlook. See Get and set internet headers on a message in an Outlook add-in for more information.

 

But the compose mode of appointments don't provide such properties, specifically, the Office.AppointmentCompose  interface doesn't have the `internetHeaders` property defined.

 

As a result, there is no way to add custom internet headers to the meeting requests sent to attendees.