VBA and BCM for Outlook

A

Andrea Colombo

I'm developing a small program to syncronize the contacts and accounts from Outlook with Business Contact Manager with another SQLServer db
I cannot access BCM contacts and accounts through the Outlook object model as a simple contact
Can anyone help me

Thanks
 
S

Sue Mosher [MVP-Outlook]

Can you show a code snippet? The BCM folders should be available through the
Namespace.Folders collection.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



Andrea Colombo said:
I'm developing a small program to syncronize the contacts and accounts
from Outlook with Business Contact Manager with another SQLServer db.
 
Top