![]() |
| If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|||||||
| Tags: contacts, dialog, display, select |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
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. |
| Ads |
|
#2
|
|||
|
|||
|
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 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Ivan" wrote in message ... 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. |
|
#3
|
|||
|
|||
|
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++. "Sue Mosher [MVP-Outlook]" wrote: 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 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Ivan" wrote in message ... 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. |
|
#4
|
|||
|
|||
|
Signing an add-in has no effect on CDO security prompts. THe only way to suppress CDO prompts is with the administrator options listed at http://www.outlookcode.com/article.aspx?ID=52. You might consider using Redemption.
-- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/article.aspx?id=54 "Ivan" wrote in message ... 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++. "Sue Mosher [MVP-Outlook]" wrote: 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. "Ivan" wrote in message ... 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. |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Outlook Contacts Select Names - do not display E-mail Type: FAX | palzie | Outlook - Using Contacts | 2 | April 9th 07 11:56 PM |
| select names dialog box. | harkworkinman | Outlook - Using Contacts | 3 | December 6th 06 11:10 AM |
| Select names dialog box (again) | Zoranst | Outlook - Using Contacts | 5 | September 13th 06 11:29 PM |
| Group contacts by categories in Select Names dialog of Outlook | André | Outlook - Using Contacts | 1 | January 24th 06 04:01 AM |
| how to display a form for the user to select a list of contacts from the addressbook | LeAnne | Outlook - General Queries | 0 | January 8th 06 01:55 PM |