Outlook 2003 w/BCM objects

G

Guest

I need to create accounts and business contacts in Outlook 2003 w/BCM
programmatically. Does anyone know where I can dowload the object model
reference - not the outlook 2003 reference I already have. I am a former
MSDN Universal Subscriber so I have licenses for the software and have all
the updates installed but the outllo reference does not show an account
object nor the business contact nor opportunity object. If you can help ,
please email me at (e-mail address removed) .

Thank You
 
L

Luther

I need to create accounts and business contacts in Outlook 2003 w/BCM
programmatically. Does anyone know where I can dowload the object model
reference - not the outlook 2003 reference I already have. I am a former
MSDN Universal Subscriber so I have licenses for the software and have all
the updates installed but the outllo reference does not show an account
object nor the business contact nor opportunity object. If you can help ,
please email me at (e-mail address removed) .

Thank You

Here's the BCM v3 SDK document:
http://msdn2.microsoft.com/en-us/library/aa431857.aspx

It's the first such SDK. Earlier versions of BCM didn't have any
documentation. Not everything will work with v2, but it has useful
information and examples.

Basically you program BCM line you would Outlook. Once you know how to
program Outlook, the "trick" with BCM objects is learning how to
access them (what are their MAPI folders' names) and what additional
properties do BCM objects have.

There's some sample code in VB and C# on this newsgroup and elsewhere
on the web. There's also a BCM developers newsgroup, but I haven't
found a news service that carries it.
 

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