Detecting occurrence delete

Add-in Express™ Support Service
That's what is more important than anything else

Detecting occurrence delete
 
Joeri Sebrechts




Posts: 7
Joined: 2007-07-31
I can detect the deleting of appointments and appointment series by hooking the "Add" event of the deleted items folder.

But how do I detect the deleting of an occurrence in an appointment series?
Posted 27 May, 2011 06:45:45 Top
Eugene Astafiev


Guest


Hi Joeri,

Please try to use the IsReccuring property of the AppointmentItem in Outlook. Does it help?

FYI To get assistance with host applications?Â?Ð?é objects, their properties, and methods as well as help info, use the Object Browser. Go to the VBA environment (in the host application, choose menu Tools | Macro | Visual Basic Editor or just press {Alt+F11}), press {F2}, select the host application in the topmost combo and/or specify a search string in the search combo. Select a class /property /method and press {F1} to get the help topic that relates to the object.
Posted 27 May, 2011 08:06:02 Top