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)
Visual Basic (Declaration)
Property WebViewURL As String
Dim instance As MAPIFolder
Dim value As String
value = instance.WebViewURL
instance.WebViewURL = value
string WebViewURL { get; set; }