How can I modify conversationTopic so emails with different subjects are put in the same thread?

后端 未结 4 816
走了就别回头了
走了就别回头了 2020-12-10 16:26

I want to help Outlook 2010 thread my emails. My understanding is that it bases the conversation view off of the conversationTopic property of the MailIte

4条回答
  •  天涯浪人
    2020-12-10 17:10

    You will need to construct the PR_CONVERSATION_INDEX property the right way - see http://msdn.microsoft.com/en-us/library/office/cc765583.aspx. The property can be set either using MailItem.PropertyAccessor or RDOMail.Fields[] in Redemption.

提交回复
热议问题