如何知道消息是 Microsoft Graph 中的回复

how to know that the message is a reply in Microsoft Graph

由于不可能从 MS Graph API 收到电子邮件 header,我想以不同的方式管理 references/in-reply-to。我怎么知道我收到的邮件是回复?我试图使用 conversationId 来做到这一点,但我的每个回复都有新的 conversationId。

目前此信息未公开。但是 UserVoice for exposing headers.

中有一个功能请求

查看 conversationIndex(类似于 conversationId + 此电子邮件回复历史记录的时间戳)

根据我的理解,一封邮件是对另一封邮件的回复,前提是它的 conversationIndex 等于其他邮件的 conversationIndex 加上它自己的时间戳。