How to display Select Contacts dialog

G

Guest

How can I display select contacts dialog in Outlook?
For example, the dialog appears when pressing 'To:' button in new created
mail window.
The language doesn't matter.
 
S

Sue Mosher [MVP-Outlook]

Actually, the language does matter, as does your Outlook version. The code sample at http://www.outlookcode.com/d/code/selectnames.htm shows how to do it with CDO 1.21, but that's not supported in .NET languages.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
G

Guest

Thanks for your answer!

Now I use CDO to display such dialog.
Is it possible to avoid security warning message when I read selected
recipients?
I do it from signed Outlook Addin written in c++.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top