简体   繁体   English

Office 365 Rest API读取“回复”字段

[英]Office 365 Rest API read the In-Reply-To field

I am using the rest API documented here https://msdn.microsoft.com/office/office365/APi/mail-rest-operations and https://visualstudiogallery.msdn.microsoft.com/a15b85e6-69a7-4fdf-adda-a38066bb5155 to analyze e-mails in an application. 我正在使用此处记录的其余API https://msdn.microsoft.com/office/office365/APi/mail-rest-operationshttps://visualstudiogallery.msdn.microsoft.com/a15b85e6-69a7-4fdf-adda- a38066bb5155来分析应用程序中的电子邮件。 When I "View message details" in Outlook I see the header fields for: 当我在Outlook中“查看邮件详细信息”时,我看到以下标题字段:

Message-ID: <1421862991001.54993@domain.com> 
References: <1421861073749.70076@domain.com> 
In-Reply-To: <1421861073749.70076@domain.com>

Is there a way to access these fields through the rest api? 有没有办法通过其余api访问这些字段? The api returns a ConversationId and Id, but those have different values and nothing that can give the context of a message like In-Reply-To does. 该api返回一个ConversationId和Id,但是它们具有不同的值,没有任何东西可以像In-Reply-To那样提供消息的上下文。 I realize since these fields aren't documented my answer will be no, but perhaps there is some other way? 我意识到,由于未记录这些字段,因此我的答案将是“否”,但是也许还有其他方法吗?

I realize this isn't a great example of a programming related question, but I've read this is the best place to interact with the developers at MS responsible for these APIs. 我意识到这不是一个与编程相关的问题的好例子,但是我已经读到这是与负责这些API的MS开发人员进行交互的最佳场所。

You're right, there isn't a way currently. 没错,目前没有办法。 Accessing the headers (or even the full MIME) would definitely be useful, I will make sure it's passed along. 访问标头(甚至是完整的MIME)绝对有用,我将确保传递标头。

Chiming in here since it's been a few months since this question was answered. 回答这个问题已经有几个月了,所以在这里报到。

Accessing the full header information via the REST api would be useful for a variety of reasons, including detecting auto-replies. 由于各种原因,包括检测自动答复,通过REST API访问完整的标头信息将很有用。 It'd be great to see this feature happen! 很高兴看到此功能!

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM