Web browsing in Outlook

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

Ken Slovak - [MVP - Outlook]

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

Guest

As I understand I need to create a folder in Personal folders and use it for
web navigation directly in Outlook?
 
K

Ken Slovak - [MVP - 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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top