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
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