Link to home
Start Free TrialLog in
Avatar of Casimir
Casimir

asked on

Accessing fields of an outlook contact with CDO?

Hi

I'm working with a workflow for Exchange Server. My goal is to synchronize all changes made in the contacts of a public folder of Exchange with SQL server.
So I need access to all fields (FullName, Company, Address, Phone,...) of the outlook form that creates or changes the contact or the contact item, in order to fill my SQL queries. Is this possible with CDO?
Is it also possible to acquire a reference to the instance the workflow is working with at the moment of executing a script?
All examples of CDO i've seen are creating contacts, but don't read existing contact information.

thx
ASKER CERTIFIED SOLUTION
Avatar of MFay
MFay

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Casimir
Casimir

ASKER

I searched for more specific code, but this will help. Although I already knew the sites.

:-)