MAPIFolder.WebViewURL Property (Microsoft.Office.Interop.Outlook)
Returns or sets a String (string in C#) indicating the URL of the Web page that is assigned to 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 WebViewURL As String
Visual Basic (Usage)
Dim instance As MAPIFolder
Dim value As String

value = instance.WebViewURL

instance.WebViewURL = value
C#
string WebViewURL { get; set; }
See Also

Tags :


Page view tracker