automating outlook address book from Word

  • Thread starter Thread starter Liz
  • Start date Start date
L

Liz

Hi,

Does anybody of a code sample that starts in a Word template, opens
the address book in Outlook, lets the choose multiple contacts from
any contact list they have access to, and put the contact information
back into the Word template? I'm working in Office 2007, Windows 7.

Thanks,

Liz
 
Thanks, Bruno, but I don't think so. The user needs to be able to
choose multiple recipients from within Word.
 
Use NameSpace.GetSelectNamesDialog() to get a SelectNamesDialog object and
use that to get back one or more recipients.
 
Back
Top