How to determine messages from two different PST are the same.

  • Thread starter Thread starter Semut
  • Start date Start date
S

Semut

Hello, I have two identitical MailItems which each located in different PST.
How would I determind if both are the same?

thank you.
 
You could check on the ConversationIndex and ConversationTopic properties
and if they matched it would be a pretty good bet the items are duplicates.
For a more precise check you could also check on some properties like
Subject and Body and the sender and recipient to verify any items that
passed the original and ConversationTopic check.
 
thanks

Ken Slovak - said:
You could check on the ConversationIndex and ConversationTopic properties
and if they matched it would be a pretty good bet the items are duplicates.
For a more precise check you could also check on some properties like
Subject and Body and the sender and recipient to verify any items that
passed the original and ConversationTopic check.
 
Back
Top