_Inspector.EditorType Property

Definition

Returns an OlEditorType constant indicating the type of editor. Read-only.

public:
 property Microsoft::Office::Interop::Outlook::OlEditorType EditorType { Microsoft::Office::Interop::Outlook::OlEditorType get(); };
public Microsoft.Office.Interop.Outlook.OlEditorType EditorType { get; }
Public ReadOnly Property EditorType As OlEditorType

Property Value

Remarks

Since Microsoft Office Outlook 2007, the EditorType property always returns olEditorWord.

Applies to