Business Contact Manager

R

Richard P

I am building a C#.NET windows app that bulk generates xml reports and mails
them to my customers. Rather than create my own separate mailing history, I
would like to automatically include mailshot details into Outlook Business
Contact Manager(BCM) Account history. The question is how?

My app has an MSDE backend. The schema contains a Company table which
roughly corresponds to the BCM Accounts table, and a Contact table which
roughly corresponds to the BCM Contact table.

- Instead on manually importing my records into BCM, can I coerce BCM to use
my backend db instead of its own? (I can rename my columns to suit.)
- Can I reference a Business Contact (as opposed to a regular Contact) when
creating and sending a message with the Outlook Object Model?
 
P

Peter Huang [MSFT]

Hi,

Currently I am researching the issue and we will reply here with more
information as soon as possible.
If you have any more concerns on it, please feel free to post here.

Thanks for your understanding!

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 

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