Group:  Microsoft Outlook ยป microsoft.public.outlook.program_addins
Thread: Launching a webpage inside Outlook programmically

Geek News

Launching a webpage inside Outlook programmically
"Thaddaeus Parker" <tparker[ at ]microlinkllc.com> 5/2/2006 4:17:19 AM
I have searched for the ability to launch a external web page inside of
Outlook, including Sue Mosher's book, but it seems that I can't seem to find
a good example. Can someone be kind enough to point me in the right
direction? What I am trying to do is when a user clicks one of my command
bar buttons an external web page displays in where normally you would see
the email message or task or calendar views.

Thanks,

Thaddaeus.


Re: Launching a webpage inside Outlook programmically
"Sue Mosher [MVP-Outlook]" <suemvp[ at ]outlookcode.com> 5/2/2006 11:16:41 AM
From http://www.outlookcode.com/d/tips/formhyperlink.htm:

set objWeb = _
Application.ActiveExplorer.CommandBars.FindControl(26, 1740)
objWeb.text = "http://www.microsoft.com"

--
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

"Thaddaeus Parker" <tparker[ at ]microlinkllc.com> wrote in message news:%23pj4N9ZbGHA.3320[ at ]TK2MSFTNGP04.phx.gbl...
[Quoted Text]
>I have searched for the ability to launch a external web page inside of
> Outlook, including Sue Mosher's book, but it seems that I can't seem to find
> a good example. Can someone be kind enough to point me in the right
> direction? What I am trying to do is when a user clicks one of my command
> bar buttons an external web page displays in where normally you would see
> the email message or task or calendar views.
>
> Thanks,
>
> Thaddaeus.
>
>
Re: Launching a webpage inside Outlook programmically
Rog <rog_21[ at ]yahoo.com> 5/2/2006 2:14:45 PM
You can add the folder as you normally would and then you can do the
following (C#):
webFolder.WebViewURL = <url>; webFolder.WebViewOn = true;
Hope that helps.
Rog

Thaddaeus Parker wrote:
[Quoted Text]
> I have searched for the ability to launch a external web page inside of
> Outlook, including Sue Mosher's book, but it seems that I can't seem to find
> a good example. Can someone be kind enough to point me in the right
> direction? What I am trying to do is when a user clicks one of my command
> bar buttons an external web page displays in where normally you would see
> the email message or task or calendar views.
>
> Thanks,
>
> Thaddaeus.
>
>
Re: Launching a webpage inside Outlook programmically
"Thaddaeus Parker" <tparker[ at ]microlinkllc.com> 5/2/2006 2:34:14 PM
Great this is what I was looking for.

Thanks!
"Rog" <rog_21[ at ]yahoo.com> wrote in message
news:O1N0jLfbGHA.628[ at ]TK2MSFTNGP04.phx.gbl...
[Quoted Text]
> You can add the folder as you normally would and then you can do the
> following (C#):
> webFolder.WebViewURL = <url>; webFolder.WebViewOn = true;
> Hope that helps.
> Rog
>
> Thaddaeus Parker wrote:
>> I have searched for the ability to launch a external web page inside of
>> Outlook, including Sue Mosher's book, but it seems that I can't seem to
>> find a good example. Can someone be kind enough to point me in the right
>> direction? What I am trying to do is when a user clicks one of my command
>> bar buttons an external web page displays in where normally you would see
>> the email message or task or calendar views.
>>
>> Thanks,
>>
>> Thaddaeus.


Home | Search | Terms | Imprint Contact
Newsgroups Reader - provided by WiredBox.Net