Appointment deletion / creation event or workaround?

  • Thread starter Robert Halstead
  • Start date
R

Robert Halstead

I'm trying to sync some outlook calendars together over the network and i'm
tapping in thru the Outlook DOM. I would like to be notified on the deletion
and creation of appointments in the calendar and I'm wondering the best way
to do this. There are some send events in the AppointmentItemClass but would
I need to hook up the events in all the appointments or is there a global
event that fires? Also, I'm thinking i would need a explorer/inspector for
the deletion, but I'm unfamilar on how to use these.

Thanks

Robert Halstead
 
R

Robert Halstead

Bah, wouldn't you know.. I just found it . Turns out the Items collection
in the MAPIFolder class has a few events on add,remove, and change. I can
just hook to these when they create/delete events.
 
S

Sue Mosher [MVP-Outlook]

Note that the Items.Remove event doesn't tell you which item was removed.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top