Returns the HTML Document Object Model of the message being displayed. The HTML Document Object Model is defined by Internet Explorer and is the same one used for Dynamic HTML. This object may be temporary and should not be stored for later use.
The HTMLEditor property is only valid if the EditorType property of the item's associated Inspector is set to olEditorHTML(2).
Read-only.
Syntax
objInspector.HTMLEditor
objInspector Required. An expression that returns an Inspector object.