If you want the Web page shown directly in Outlook use the MAPIFolder Web*
properties (WebViewOn, WebViewURL and the hidden WebViewAllowNavigation).
If you want it in a browser window automate an IE object and use its
Navigate method.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
"Ivan" wrote in message
news

I need to navigate to given web page in Outlook.
Now I look through all the CommandBars of ActiveExplorer, find 'Web'
commandbar, and set url address to the last ctrl of the 'Web' commandbar.
But, of course, if that address ctrl is hidden or 'Web' command bar is
hidden I cannot use this approach.
What should I use instead?