Office 365 Rest API 读取 In-Reply-To 字段 [英] Office 365 Rest API read the In-Reply-To field

查看:31
本文介绍了Office 365 Rest API 读取 In-Reply-To 字段的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用此处记录的其余 API https://msdn.microsoft.com/office/office365/API/mail-rest-operationshttps://visualstudiogallery.msdn.microsoft.com/a15b85e6-69a7-4fdf-adda-a38066bb5155 分析应用程序中的电子邮件.当我在 Outlook 中查看邮件详细信息"时,我看到以下标题字段:

<前>消息 ID:<1421862991001.54993@domain.com>参考文献:<1421861073749.70076@domain.com>回复中:<1421861073749.70076@domain.com>

有没有办法通过rest api访问这些字段?api 返回一个 ConversationId 和 Id,但它们具有不同的值,并且不能像 In-Reply-To 那样提供消息的上下文.我意识到由于这些字段没有记录在案,我的答案是否定的,但也许还有其他方法?

我意识到这不是编程相关问题的一个很好的例子,但我读过这是与负责这些 API 的 MS 开发人员互动的最佳场所.

解决方案

你说得对,目前没有办法.访问标头(甚至完整的 MIME)肯定会很有用,我会确保它被传递.

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. When I "View message details" in Outlook I see the header fields for:

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? 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. 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.

解决方案

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.

这篇关于Office 365 Rest API 读取 In-Reply-To 字段的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆