Get the date and time when a contact have been added in Outlook

J

José

Dear all,
I want to synchronise my software database with outlook.
Is there an easy way to create a function to get the date and time when a
contact have been added in Outlook to compare with mine
Please, can anyone out there lend me a hand?

Thanks in advance.

José
 
K

Ken Slovak - [MVP - Outlook]

You can use the CreationTime property of an item to see when it was created
and the LastModificationTime to see when it was last modified.
 
Top