Skip to content

Latest commit

 

History

History
53 lines (28 loc) · 1.17 KB

Outlook.Inspector.WordEditor.md

File metadata and controls

53 lines (28 loc) · 1.17 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Inspector.WordEditor property (Outlook)
vbaol11.chm2972
vbaol11.chm2972
Outlook.Inspector.WordEditor
9e09b772-f679-19e6-905e-552ccadb0d24
06/08/2017
medium

Inspector.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 an Inspector object.

Remarks

The WordEditor property is only valid if the IsWordMail method returns True and the EditorType property 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

Inspector Object

[!includeSupport and feedback]