check for duplicate appointment

  • Thread starter Thread starter Lee Hunter
  • Start date Start date
L

Lee Hunter

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

Thanks for the help.

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