Click to Rate and Give Feedback
MSDN
MSDN Library
Office Development
Outlook 2007
 WebViewOn Property

  Switch on low bandwidth view
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)
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; }

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.

© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker