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