EditorType Property

EditorType Property

See Also         Example         Applies To

Returns the OlEditorType constant for this item: olEditorHTML(2), olEditorRTF(3), olEditorText(1), or olEditorWord(4).

Note The EditorType property is not affected when you merely access the Body property of the item (as in MsgBox myItem.Body), but when you reset the Body property (as in myItem.Body = "This is a new body"), the EditorType reverts back to the user's default editor.

Read-only.

Syntax

objInspector.EditorType

objInspector   Required. An expression that returns an Inspector object.