
Detecting an item move to Deleted Items folder
Use Folder.Items.ItemAdd event, where Folder is the deleted items folder. If
however user presses Shift-Delete, the messages do not go to the Deleted Items
folder and you are out of luck
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
Is there a CDO event or Appointment item event that is called when the
Appointment
Item is about to (or has been) moved to the Deleted Items folder? I have tried
using the Item_Write & Item_Close events in VBScript. I've also used the
ItemChange event in VBA. Outlook does not seam to call these events when the
appointment item is moved to the Deleted Items folder. This functionality is
critical in my application as I need to remove a database entry associated to
the
appointment when it's marked for deletion.