_Explorer.HTMLDocument Property
Returns an HTMLDocument object that specifies the HTML object model associated with the HTML document in the current view (assuming one exists). Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property HTMLDocument As Object
Get
'Usage
Dim instance As _Explorer
Dim value As Object
value = instance.HTMLDocument
[DispIdAttribute()]
Object HTMLDocument { get; }
Property Value
Type: System.Object
Remarks
In order to use this property, a folder must be using a folder home page, or you can set the WebViewURL property of the Folder object to a Web page.