Specifies the editor type.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Enumeration OlEditorType
'Usage
Dim instance As OlEditorType
public enum OlEditorType
Members
| Member name | Description | |
|---|---|---|
| olEditorText | Text editor | |
| olEditorHTML | HTML editor | |
| olEditorRTF | Real Text Format (RTF) editor | |
| olEditorWord | Microsoft Office Word editor |
Remarks
Used by the EditorType property of Inspector objects.