MAPIFolder.WebViewOn Property (Microsoft.Office.Interop.Outlook)
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)
Syntax

Visual Basic (Declaration)
Property WebViewOn As Boolean
Visual Basic (Usage)
Dim instance As MAPIFolder
Dim value As Boolean

value = instance.WebViewOn

instance.WebViewOn = value
C#
bool WebViewOn { get; set; }
Remarks

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.

See Also

Tags :


Page view tracker