hello......
when i create a contact into outlook.i want to save this contact into sql database...
i know i fetch all contact from MAPi contact folder...
but i unable to understand how can i differenciate between newly contact n old contact when i save into sql database becoz contact folder return all contacts(new as well as old)....
Loading
Hemadri S R APosted Dec 2, 2009, 9:24 AM
Use that column status and insert the records into the database if the record existed in database or not from an unique column like date.
For fetch Latest records order by date column