Reputation: 173
Since there is no possibility to get email header from MS Graph API i want to manage references/in-reply-to in a different way. How can I know that the mail I got is the reply? I was trying to do it using conversationId but every my reply had new conversationId.
Upvotes: 2
Views: 1096
Reputation: 21
Look into conversationIndex (something like conversationId + time stamps of reply history for this email)
From my understanding, a mail is a reply to another mail iff its conversationIndex equals the conversationIndex of the other mail concatenated with its own time stamp.
Upvotes: 1
Reputation: 33122
At the moment this information isn't exposed. There is however a feature request in the UserVoice for exposing headers.
Upvotes: 1