Office.item interface extraction of replyTo list from email

Office.item interface extraction of replyTo list from email
0

Upvotes

Upvote

 Apr 21 2021
2 Comments (2 New)
Completed

I am referring to replyTo, this is extracted from graph explorer:

 

"toRecipients": [ { "emailAddress": { "name": "", "address": "" } } ], "ccRecipients": [], "bccRecipients": [], "replyTo": [ { "emailAddress": { "name": "", "address": "" }

 

There is no Office.context.mailbox.item.replyTo, there is Office.context.mailbox.item.from and Office.context.mailbox.item.sender.

Desired behaviour:
ReplyTo list shown in graph explorer on an email can be extracted using add-in API.

Comments
Microsoft
Status changed to: Completed
 
Microsoft

Hi, we apologize for the confusion where to post your Graph feedback. This community was intended to be a temporary location to submit product feature suggestions between Microsoft moving off of UserVoice and the release of Microsoft's official Feedback portal app. Now that the latter is released, we encourage you to resubmit this great suggestion on the official Microsoft Graph Explorer Feedback portal at Microsoft Graph · Community. Be sure to check category "Graph Explorer."

Kind regards,

Linda

Microsoft 365 Developer Platform community steward