item.body.getAsync() is not working when replying or forwarding emails from Outlook Web #5395
Labels
Area: Outlook
Issue related to Outlook add-ins
Needs: author feedback
Waiting for author (creator) of Issue to provide more info
Possible-Solution
Similar-Issue
Status: no recent activity
Issue or PR is stale (no recent activity)
I have an Outlook Add-in that save the email content to our own application.
I am using item.body.getAsync() to get the email content. When I am using the Outlook Desktop (Classic) version, this is getting all email contents even on reply or forward mode.
But in Outlook Web, when replying or forwarding, item.body.getAsync() is only getting the actual reply (new text added to the email) instead of the whole conversation trail.
Any suggestions on how can resolve or manage this issue?
Thanks.
The text was updated successfully, but these errors were encountered: