get recipient addresses from a DB

A

alex

Can I customize Outlook so that I can create a new message and add names to
the TO list (recipients) from a SQL Server Database?

Are there samples out there somewhere that would point me in the right
direction?

alex
 
E

Eric Legault [MVP - Outlook]

It's not as easy as 1-2-3, but there are database APIs in place for you to
automate to pull the data. Then you just have to work with the
MailItem.Recipients collection to add the names to the current message. See
this page for a high-level overview of working with databases in Outlook:

Connecting Outlook and Exchange to Databases:
http://www.outlookcode.com/d/database.htm
 
Top