简体   繁体   English

Microsoft Graph API office 365:是否可以从 Graph 中获取邮件 MIME 类型

[英]Microsoft Graph API office 365 : Is it possible to get Mail MIME type from the Graph

Previously I was working with EWS - exchange mail library.以前我在使用 EWS - 交换邮件库。 Now we are trying to convert all our functionalities into Microsoft Graph API linked:现在我们正在尝试将我们的所有功能转换为 Microsoft Graph API 链接:

https://developer.microsoft.com/en-us/graph/docs/concepts/overview https://developer.microsoft.com/en-us/graph/docs/concepts/overview

After investigation I didn't find any option to convert mail into his MIME type protocol....经过调查,我没有找到任何将邮件转换为他的 MIME 类型协议的选项......

Is it possible ?有可能吗?

您可以使用 Microsoft Graph API 的 IgraphClient 对象发出自定义请求。

Object stream = graphClient.customRequest( "/users/ {id} /messages/ {id}/ $value") .buildRequest().get();

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 C# 带有 Office 365 和图形客户端的邮件 - C# Mail with Office 365 And Graph Client 无法使用 office365 Graph 邮件文件夹 API 中的隐藏文件夹 - Unable to work with hidden folders in the office365 Graph mail folder API 如何为邮件实际配置 Microsoft Graph API - How to actually configure Microsoft Graph API for Mail Microsoft O365 REST Graph API不会收到所有邮件 - Microsoft O365 REST Graph API does not get all mails 如何从Office 365邮件REST API中的ItemAttachment检索FileAttachment? - How to retrieve FileAttachment from ItemAttachment in Office 365 Mail REST API? Microsoft Graph API:使用Graph Explorer进行“我的邮件”示例查询并收到错误403 - Microsoft Graph API: Using Graph Explorer to do sample query of “my mail” and receive error 403 Microsoft Office 365 Scope 活动 - Office365message 获取邮件主题 - Microsoft Office 365 Scope activity - Office365message getting Subject of a Mail Microsoft 图形邮件搜索严格值 - Microsoft graph Mail Search Strict value Microsoft Graph - 确定应用程序邮件权限 - Microsoft Graph - Scoping Application Mail permissions 如何获取Microsoft Graph API中从其他国家/地区发送的电子邮件的本地时区 - How to get local time zone for an email sent from another country in Microsoft Graph API
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM