_Inspector.WordEditor Property

Definition

Returns the Microsoft Word Document Object Model of the message being displayed. Read-only.

public:
 property System::Object ^ WordEditor { System::Object ^ get(); };
public object WordEditor { get; }
Public ReadOnly Property WordEditor As Object

Property Value

Remarks

The WordEditor property is only valid if IsWordMail() returns True and the EditorType is olEditorWord. The returned WordDocument object provides access to most of the Word object model except for the following members:

  • Tables.Add

  • Range.ConvertToTable

  • InlineShapes.AddChart

  • Shapes.AddChart

  • Range.InsertXML

  • Selection.InsertXML

  • Range.ImportFragment

Applies to