My app needs to know when the currently running Outlook 2000 process has added/changed a record within the Contacts folder (in the local .PST). I found a snippit of code earlier that detects the ItemSend event of the Outlook.Application object -works great. There are only a few other events of this object however -none that can help me. Perhaps a way of determining if the contents of the Contacts folder has been modified??
I was even considering checking the datestamp on the .PST file within a loop, but obviously this would indicate ANY change, not just a Contacts folder change.
p.s. This is a NON-Exchange environment.
-with thanks
Mike
I was even considering checking the datestamp on the .PST file within a loop, but obviously this would indicate ANY change, not just a Contacts folder change.
p.s. This is a NON-Exchange environment.
-with thanks
Mike