使用 Microsoft Graph api 更新邮件的互联网 headers
update internet headers of mail with microsoft graph api
我正在尝试使用图表 API 编辑 Internet header 的 Office 365 outlook 邮件。但我发现使用 REST
调用 GET
https://graph.microsoft.com/v1.0/me/messages
我什至无法获取邮件的互联网 header 详细信息(我正在获取其他字段,如 body、主题等)。
还使用 REST
调用 PATCH
https://graph.microsoft.com/v1.0/me/messages/
我无法更新互联网 header。
是否可以使用 GRAPH APIs 以任何方式更新互联网 headers 的邮件?
不,今天不可能。
我正在尝试使用图表 API 编辑 Internet header 的 Office 365 outlook 邮件。但我发现使用 REST
调用 GET
https://graph.microsoft.com/v1.0/me/messages
我什至无法获取邮件的互联网 header 详细信息(我正在获取其他字段,如 body、主题等)。
还使用 REST
调用 PATCH
https://graph.microsoft.com/v1.0/me/messages/
我无法更新互联网 header。 是否可以使用 GRAPH APIs 以任何方式更新互联网 headers 的邮件?
不,今天不可能。