7

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?

igorsf
  • 382
  • 4
  • 13

1 Answers1

3

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.

Venkat Ayyadevara - MSFT
  • 2,850
  • 1
  • 14
  • 11
  • It's been a year since this answer. Has the status of this item changed? – Corey Larson Jun 28 '16 at 20:50
  • Looks like some partial support is there now: http://stackoverflow.com/questions/38103388/is-it-possible-to-retrieve-the-rfc-2822-or-any-headers-from-an-email-with-the – Corey Larson Jun 29 '16 at 15:47