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

試著忘記壹切 提交于 2019-12-08 19:46:40

问题


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?


回答1:


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.



来源:https://stackoverflow.com/questions/29175129/how-to-fetch-email-headers-with-office-365-mail-rest-apis

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!