get recipient addresses from a DB

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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
 
Back
Top