From time to time my Outlook PST files get out of synchronisation (between desktop/network and laptop)- so I end up with two PST files. I import the contents of one into the other selecting "do not import duplicates" then delete one of the pst files.
I reckon that I must have ommitted to use the "do not import duplicates" option once or twice as I have a large number of duplicates.
Can anyone help me develop some code to delete duplicates please?
I would define a duplicate as having:
same date/time sent,
same title
same date/time recieved
same recipient
same sent by
If Outlook records date/time modified then I would want to retain the most recent.
I reckon that I must have ommitted to use the "do not import duplicates" option once or twice as I have a large number of duplicates.
Can anyone help me develop some code to delete duplicates please?
I would define a duplicate as having:
same date/time sent,
same title
same date/time recieved
same recipient
same sent by
If Outlook records date/time modified then I would want to retain the most recent.