如何在 Microsoft Graph API 中获取从其他国家/地区发送的电子邮件的本地时区

How to get local time zone for an email sent from another country in Microsoft Graph API

当您在 Microsoft Graph API 上调用特定电子邮件时,所有 DateTimeOffset 均采用 UTC 时间:createdDateTime、sentDateTime...

我想知道从某个地方发送电子邮件时的本地时区。示例:我是法国人,去美国旅行,在逗留期间发送电子邮件:'sentDateTime' 的时区应该不同,但它仍然是 UTC,丢失了此信息。是否可以在其他地方使用 Microsoft Graph API 找到此信息?

感谢您的帮助!

目前这是不可能的。所有时间都由 Graph(和 Outlook REST API)作为 zulu 返回。

然而,有一个 UserVoice 请求 "Allow Microsoft Graph API to return mail headers" 也有助于解决这个问题。 这些都经过积极审查,因此每次投票都很重要(提示提示)。