Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to fetch email headers with Office 365 Mail REST APIs?

I can't seem to find a way to fetch raw RFC 2822 email headers from the message resource https://msdn.microsoft.com/office/office365/APi/complex-types-for-mail-contacts-calendar#RESTAPIResourcesMessage

All the standard headers To, From, Subject are available. How do I get a list of headers[] other than the standard once such as "Received", "Delivered-To", etc.. Is this feature not yet supported?

like image 453
igorsf Avatar asked Mar 20 '15 20:03

igorsf


1 Answers

Igor - Office 365 REST API doesn't currently support returning the RFC 2822 email headers. This is on our roadmap to add, but we don't have a firm timeline yet.

like image 133
Venkat Ayyadevara - MSFT Avatar answered Oct 21 '22 11:10

Venkat Ayyadevara - MSFT