I am working on outlook plugin, which logs mails to our system. We want one entry per mail thread/chain. We are developing 2 versions(for outlook 2003 and 2010) of plugins.
For outlook 2010, I am using property ConversationID of MailItem to identify mail thread. Is it safe to use this property ? Is conversationId same for mailthread same no matter whats version of exchange server ?
For outlook 2003, I do not find this property. I see ConversationIndex property. Can this be used in any way ?
Some of our users will be using 2003 and some will use 2010, id that we use for mail thread should be same across different versions of outlook.