Web browsing in Outlook

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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.
 
As I understand I need to create a folder in Personal folders and use it for
web navigation directly in Outlook?
 
That or starting up a browser window by automating IE. You can also use an
existing folder, but if you want it back to normal afterwards just kill the
Web* properties.
 
Back
Top