MAPIFolder.WebViewURL Property
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
'Declaration
<DispIdAttribute()> _
Property WebViewURL As String
Get
Set
'Usage
Dim instance As MAPIFolder
Dim value As String
value = instance.WebViewURL
instance.WebViewURL = value
[DispIdAttribute()]
string WebViewURL { get; set; }
Property Value
Type: System.String