eugene_astafiev
Oct 24, 2022Brass Contributor
Status:
New
Add the internetHeaders property to the Office.AppointmentCompose interface
Currently the https://learn.microsoft.com/en-us/javascript/api/outlook/office.messagecompose?view=outlook-js-preview#outlook-office-messagecompose-internetheaders-member property is available only fo...
DanilKorotenko
Apr 01, 2024Copper Contributor
If you obtain Appointment via EWS with GetItem command and IncludeMimeContent flag on, you can see internet headers in the mime content.
If someone send you invitation to event, you recieve an email with internet headers.
So internet headers are definitely already present for appointments.
The question is: how to use them?
If I update appointment via EWS,
SetItemField with
ExtendedFieldURI DistinguishedPropertySetId="InternetHeaders"
Those changes will be only seen locally.
If I send invitation to that appointment, the other side will not recieve my internet headers.