Folder.WebViewURL Property
Outlook Developer Reference |
Returns or sets a String indicating the URL of the Web page that is assigned to a folder. Read/write.
Version Information
Version Added: Outlook 2007
Syntax
expression.WebViewURL
expression A variable that represents a Folder object.
Example
The following Visual Basic for Applications (VBA) example creates a subfolder under the Inbox folder and assigns a home page to it.
Visual Basic for Applications |
---|
|
See Also