Ajay Thomas
Ajay Thomas

Reputation: 183

update internet headers of mail with microsoft graph api

I am trying to edit internet headers of outlook mails of Office 365 using the graph API. But I find that using REST calls to GET

https://graph.microsoft.com/v1.0/me/messages

I can not even get the internet header details of mails (I am getting other fields like body,subject,etc.).

Also using REST call to PATCH

https://graph.microsoft.com/v1.0/me/messages/

I am not able to update internet headers. Is it possible in any way to update internet headers of mail using the GRAPH APIs?

Upvotes: 1

Views: 1197

Answers (1)

Jason Johnston
Jason Johnston

Reputation: 17692

No, this isn't possible today.

Upvotes: 0

Related Questions