PreviewPane.WordEditor property (Outlook)

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

Syntax

expression. WordEditor

expression A variable that represents a 'PreviewPane' object.

Remarks

The WordEditor property is only valid ifIsWordMail 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

See also

PreviewPane object (Outlook)

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.