Reputation: 4916
I know that MS set a field called ConversationId that uniquely identify a mail thread for each user. This works for replies of non domain users inclusive.
So, how MS does this? Are they using an hidden unique email ID for that?
I'd like know if there some way to identify messages generated by MS outlook users (web) that could be used to track a message among the domain users.
Upvotes: 1
Views: 4426
Reputation: 66215
Sure, see https://msdn.microsoft.com/en-us/library/office/cc765583.aspx. All of these properties can be accessed using MailItem.PropertyAccessor.
Upvotes: 1