No Delete Event when Deleting a ContactItem ?

  • Thread starter Thread starter Tom Dahlberg via OfficeKB.com
  • Start date Start date
T

Tom Dahlberg via OfficeKB.com

Is there an event which fires when deleting a Contact from an Explorer (rather than an Inspector) ?
The ContactItem object has the "BeforeDelete" event, however this event only fires when there is an Open Inspector window.
Is there an event that fires when you do not have an open inspector window ? Or is there another way to detect when a contact has been deleted ?

thanks!
 
MAPIFolder.Items.ItemRemove event. It does not pass the item to be deleted
to your event handler however.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool


Tom Dahlberg via OfficeKB.com said:
Is there an event which fires when deleting a Contact from an Explorer (rather than an Inspector) ?
The ContactItem object has the "BeforeDelete" event, however this event
only fires when there is an Open Inspector window.
Is there an event that fires when you do not have an open inspector window
? Or is there another way to detect when a contact has been deleted ?
 
Back
Top