_Inspector.WordEditor Property
Returns the Microsoft Word Document Object Model of the message being displayed. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property WordEditor As Object
Get
'Usage
Dim instance As _Inspector
Dim value As Object
value = instance.WordEditor
[DispIdAttribute()]
Object WordEditor { get; }
Property Value
Type: System.Object
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