WebView not set

W

Water Cooler v2

When I create a top level folder and set it's web view on, it works.
However, when I create folders under it and set their web view,
although the subfolders do get their web URLs in their properties, the
little checky that says, "Show home page by default for this folder" is
not set on and hence when I click on those folders, they do not
navigate to the specified URL.

Please help. I am using Outlook 2000 on Windows 2000 Pro SP4. I am
writing an add-in in VB.NET. Here's line of code:


fldNew.WebViewOn = True
fldNew.WebViewURL = STR_DEFAULT_SERVER & nd.Attribute("href").Value
fldNew.WebViewAllowNavigation = True
 
S

Sue Mosher [MVP-Outlook]

Just a guess, but have you tried setting WebViewOn last instead of first? Are you sure fldNew is returning the right folder?

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Top