Delete Event

  • Thread starter Thread starter Jim
  • Start date Start date
J

Jim

I saw on outlookcode.com that the only way to trap the BeforeDelete
event is if the user has open the details of a contact. Is there any
other way to handle the event if a user right clicks on the contact or
hits the delete button?
Thanks
 
You can handle the Remove event for a folder's Items collection but it fires
after the item is deleted and doesn't pass an Item reference to what was
deleted.
 
Thanks Ken, I appreciate it. Very odd.
I have decided to use xml files to keep track of what I had when I
started my session and then use this later to see what may have been
deleted.
 
Back
Top