Office.context.mailbox.item.inReplyTo is not available on item being composed in Outlook #5239
Labels
Area: Outlook
Issue related to Outlook add-ins
Needs: attention 👋
Waiting on Microsoft to provide feedback
Provide required information needed to triage your issue
The new
Office.context.mailbox.item.inReplyTo
property is not available on an item being composed in reply to an item or when forwarding an item.Your Environment
Expected behavior
I would expect that the parent message id value is available on this property (
Office.context.mailbox.item.inReplyTo
).Current behavior
The property does not exist on the item, resulting in
undefined
if used. This was seen in OWA (did not test on Windows or Mac).Steps to reproduce
Office.context.mailbox.item.inReplyTo
for the parent id.Provide additional details
Context
Add-ins need the ability to easily get the message id of the item being replied to or forwarded. Relying on Rest/Graph/EWS is not sufficient as it takes time for the item to be synced to Exchange and then it takes multiple calls to actually get the correct/usable ID (I have tried this using EWS as I have an on-prem requirement).
The text was updated successfully, but these errors were encountered: