check for duplicate appointment

L

Lee Hunter

Is there a method to ensure that a duplicate appointment is not being created?

Thanks for the help.

Lee
 
S

Sue Mosher [MVP-Outlook]

Use the MAPIFolder.Items.Find method to search for an appointment that has
whatever criteria you would consider to define a duplicate.
 
Top