PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook Program Addins How to display Select Contacts dialog

Reply

How to display Select Contacts dialog

 
Thread Tools Rate Thread
Old 01-06-2007, 05:47 AM   #1
=?Utf-8?B?SXZhbg==?=
Guest
 
Posts: n/a
Default How to display Select Contacts dialog


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.
  Reply With Quote
Old 01-06-2007, 12:22 PM   #2
Sue Mosher [MVP-Outlook]
Guest
 
Posts: n/a
Default Re: How to display Select Contacts dialog

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" <Ivan@discussions.microsoft.com> wrote in message news:4E40F60C-946C-491D-9932-1F54392914A8@microsoft.com...
> 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.

  Reply With Quote
Old 05-06-2007, 10:12 AM   #3
=?Utf-8?B?SXZhbg==?=
Guest
 
Posts: n/a
Default Re: How to display Select Contacts dialog

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" <Ivan@discussions.microsoft.com> wrote in message news:4E40F60C-946C-491D-9932-1F54392914A8@microsoft.com...
> > 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.

>

  Reply With Quote
Old 05-06-2007, 12:31 PM   #4
Sue Mosher [MVP-Outlook]
Guest
 
Posts: n/a
Default Re: How to display Select Contacts dialog

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" <Ivan@discussions.microsoft.com> wrote in message news:BD4A3C68-FBF2-4FD2-B613-26DC11E2EC3A@microsoft.com...
> 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" <Ivan@discussions.microsoft.com> wrote in message news:4E40F60C-946C-491D-9932-1F54392914A8@microsoft.com...
>> > 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.

>>

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off