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.
> 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
[quoted text clipped - 7 lines]
>
> Robert Halstead
Sue Mosher [MVP-Outlook] - 04 Oct 2004 13:24 GMT
Note that the Items.Remove event doesn't tell you which item was removed.

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> 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
[quoted text clipped - 16 lines]
>>
>> Robert Halstead