Hooking the active

  • Thread starter Thread starter Anthony Yio
  • Start date Start date
A

Anthony Yio

Hello,

Is it possible to catch all the events done on a pacticular store
(*.pst) in a hanlder? Like add new contact in the contact folder or update a
task in the task folder. I would like to store all the action done by the
user on the particular *.pst to a log file or text file.


thank you.
 
You could listen for events on the items in all folders. You will have to
listen for new folders being added as well to capture new items in those
folders.

Tom
 
Back
Top