BCM Developing

  • Thread starter Thread starter Aidal
  • Start date Start date
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
 
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
 
Back
Top