c# - What property can I use to find duplicate emails in a PST file? -



c# - What property can I use to find duplicate emails in a PST file? -

i have several gigs of emails in pst file. there many, many duplicates email items. using microsoft.office.interop.outlook library access emails in pst file. there particular property of email acts unique id can utilize find duplicates. compare body, not efficient.

what definition of "duplicate"? consider duplicate 2 emails same subject different bodies? same body/subject different dates?

the exact de-duping algorithm depend on consider dupe.

c# outlook office-interop

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -