Outlook Banter

Outlook Banter (http://www.outlookbanter.com/)
-   Add-ins for Outlook (http://www.outlookbanter.com/add-ins-outlook/)
-   -   Launching a webpage inside Outlook programmically (http://www.outlookbanter.com/add-ins-outlook/13428-launching-webpage-inside-outlook-programmically.html)

Thaddaeus Parker May 2nd 06 06:17 AM

Launching a webpage inside Outlook programmically
 
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.



Sue Mosher [MVP-Outlook] May 2nd 06 01:16 PM

Launching a webpage inside Outlook programmically
 
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" wrote in message ...
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.



Rog May 2nd 06 04:14 PM

Launching a webpage inside Outlook programmically
 
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.



Thaddaeus Parker May 2nd 06 04:34 PM

Launching a webpage inside Outlook programmically
 
Great this is what I was looking for.

Thanks!
"Rog" wrote in message
...
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.





All times are GMT +1. The time now is 01:57 PM.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com