cjuarez
Programmer
- Jul 18, 2008
- 1
I am trying to sync a shared contacts folder in MS Exchange 2003 with a SQL database for an app in ColdFusion. I setup a field in the contacts table in my SQL database to link each contact to a contact in Exchange. I will be updating the Exchange store using CF8's exchange tags. SQL server will be updated using event syncs. I have compared all of the columns in the IExStoreDispEventInfo object generated by a sink "OnSave" event but none of those fields match the "UID" value returned using <cfexchangecontact> tag. I would like to know how I can get the same ID returned by the <cfexchangecontact> tag from the sink "OnSave" event or how to get the unique Id in the sink event object using one of CF8's exchange tags. Thanks in advanced.