Returns or sets a
Boolean (
bool in C#) indicating the Web view state for a folder. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in microsoft.office.interop.outlook.dll)
Visual Basic (Declaration)
Property WebViewOn As Boolean
Dim instance As MAPIFolder
Dim value As Boolean
value = instance.WebViewOn
instance.WebViewOn = value
bool WebViewOn { get; set; }
Returns True to display the Web page specified by the MAPIFolder.WebViewURL property.
This property is always False if the value of the WebViewURL property is empty.
Also, setting the WebViewOn property to True before setting the WebViewURL property will not display the home page specified in the WebViewURL property.