BCM Developing

A

Aidal

Hi Group.

I'm trying to find information about how to reach or connect to Microsoft
BCM for Outlook.
From what I've been able to dig up myself the BCM doesn't have a SDK or any
other description about how to deleveop for or extend Microsoft BCM
capabilities.

I have however found that the BCM supports a certain object model, making it
accessale from any language supporting COM, like ASP, ASP.NET, C#.NET etc.
etc.

If anyone knows where to find more information about developing for BCM or
extending it, please please let me know.

Thanks :)

/Aidal
 
L

Luther

You can only access BCM the same way you access Outlook, via Outlook's
Object Model.

For example, you can access BCM Accounts and Business Contacts the same
way you would access Outlook Contacts. The difference is that you need
look for them in the BCM folders, and that BCM items have additional
properties that Outlook doesn't have.

Here's an example of how to copy Contacts from Outlook to BCM in C#:
http://beyng.blogspot.com/2005/03/c-program-copyoutlookcontactstobcm.html
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top