How to log changes in pst files for keeping track of what changes occur in pst file in outlook.

N

Nitin Bajaj

Hi,
I want to track the changes or events on pst file in outlook. How to
log the events like moving a folder, creating a new message, deleting
a message, renaming a folder etc. As I want to do replication from a
pst file to some other data file. I want to know what are changes
happened in pst file, so that I will do only the incremental
replication. Does mapi logs these events???

One way I find is I can implement the IMapiAdviseSink interface. In
the OnNotify() method of IMapiAdviseSink I can log the event, but if
before I logged the event, if outlook crashes.., how can I get the
changes in pst file.


thanks
Nitin
 

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