Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,518 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
We are using the Microsoft Graph API to retrieve email messages, and according to this article, we should be able to fetch internet message headers using the API.
However, we’ve occasionally noticed that the internetMessageHeaders
field is completely missing from the response for certain emails, even though we expect headers to be present. This issue happens intermittently, and we haven’t been able to determine the cause.
Any insights would be greatly appreciated.