How to put the EventHandler ItemAdd to all open Deleted Items Folder's

R

Ralf Preis

If more than one PST-File is open, how can I fire with the ItemAdd Event
in ALL 'Deleted Items' Folders in all open pst-Files ?

The purpose is I want to remove the attachment of an item (saved before
in the HD-Directory) from the HD too if the user deletes the related
mail item in one of the open pst-files.



*** Sent via Developersdex http://www.developersdex.com ***
 
K

Ken Slovak - [MVP - Outlook]

Set up an event handler for each Items collection you want to handle.
 
Top