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
Post a Comment