detecting duplicate appointments & meetings

  • Thread starter Thread starter Alan
  • Start date Start date
A

Alan

Hi can anybody help please.

I am trying to find the best way to detect duplicate
appointments & meetings in outlook when I create them
automatically from an Access database.

I have the export part sorted I just need to workout the
duplicates part. if anyone can point me in the right
direction I would be grateful.

Thanks in advance

Alan
 
You have to define for the purpose of your application what you consider a duplicate. Same start time and subject? Use MAPIFolder.Items.Find to locate any matching items.
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
 
Back
Top