Outlook
A family of Microsoft email and calendar products.
4,329 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Can we get internet headers of parent mail on which users perform reply/forward action using Office.js in Outlook?
Case :
We are trying to retain some information in the mail chain. If the user performs forward/reply on mail the information from parent mail will be retained in new mail. We want to achieve this on the client side using Office.js. We have tried "Office.context.mailbox.item.getAllInternetHeadersAsync" from Office.js but this method gives internet headers set in current context only.