Delete Event

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
 
K

Ken Slovak - [MVP - Outlook]

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.
 
J

Jim

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.
 

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