View Single Post
  #1  
Old November 20th 06, 10:53 PM posted to microsoft.public.outlook.program_vba
Rayo K
external usenet poster
 
Posts: 16
Default macro that checks if email is duplicate

Hello,

I am trying to write a macro that will inspect a certain folder, and if it
contains an email that is not already in the "Saved" folder, copy that email.

Right now I am having trouble identifiying an email as a duplicate item. Is
there a routine taht will quickly identify two Mailitems as being the same?
Right now I am comparing receivedtime, subject, and sender properties one at
a time.

Thanks
Ads