Select Recipients

  • Thread starter Thread starter Ken Kast
  • Start date Start date
K

Ken Kast

In code I want to be able to allow a user to select a set of address
book/GAL entries just like one selects recipients for an Outlook item. Does
the dialog that is displayed when one punches the "To..." button have a
public API, and if so, how is it invoked?

Thanks.
 
In Outlook 2007 (but not in the previous versions), you can use
Namespace.GetSelectNamesDialog method.
CDO 1.21: Session.AddressBook
Extended MAPI (C++ or Delphi only): IAddrBook::Address()
<plug>Redemption: RDOsession.AddressBook.ShowAddressBook method </plug>

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
Back
Top