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?
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?