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

  • Thread starter Thread starter Ralf Preis
  • Start date Start date
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.
 
Set up an event handler for each Items collection you want to handle.
 
Back
Top