attConversationID and attParentID

适用于:Outlook 2013 | Outlook 2016

Windows for Workgroups 3.1 邮件对话键是文本字符串。 MAPI 等效项是二进制值。 为了提供向后兼容性,TNEF 实现将二进制数据转换为文本并添加终止 null 字符。

注意

MAPI 中这些 TNEF 属性映射到的相应属性(PR_CONVERSATION_KEY和PR_PARENT_KEY)已在Microsoft Exchange Server中弃用:使用 PR_CONVERSATION_KEY(PidTagConversationKey 规范属性)仅在 Outlook 中保留,用于定位 IPM。MessageManager 消息。

备注

PR_CONVERSATION_KEY 属性是PR_CONVERSATION_INDEXPidTagConversationIndex 规范属性PR_CONVERSATION_TOPICPidTagConversationTopic 规范属性(应改为使用)的前身。

另请参阅