_Inspector Properties

Include Protected Members
Include Inherited Members

The _Inspector type exposes the following members.

Properties

  Name Description
Public property Application Returns an Application object that represents the parent Outlook application for the object. Read-only.
Public property AttachmentSelection Obtains an AttachmentSelection object consisting of one or more attachments that are selected in the inspector. Read-only.
Public property Caption Returns a String (string in C#) representing the title. Read-only.
Public property Class Returns an OlObjectClass constant indicating the object's class. Read-only.
Public property CommandBars This object, member, or enumeration is deprecated and is not intended to be used in your code.
Public property CurrentItem Returns an Object representing the current item being displayed in the inspector. Read-only.
Public property EditorType Returns an OlEditorType constant indicating the type of editor. Read-only.
Public property Height Returns or sets an Integer (int in C#) value specifying the height (in pixels) of the inspector window. Read/write.
Public property HTMLEditor This object, member, or enumeration is deprecated and is not intended to be used in your code.
Public property Left Returns or sets an Integer (int in C#) value specifying the position (in pixels) of the left vertical edge of an inspector window from the edge of the screen. Read/write.
Public property ModifiedFormPages Returns the Pages collection that represents all the pages for the item in the inspector. Read-only.
Public property Parent Returns the parent Object of the specified object. Read-only.
Public property Session Returns the NameSpace object for the current session. Read-only.
Public property Top Returns or sets an Integer (int in C#) value indicating the position (in pixels) of the top horizontal edge of an inspector window from the edge of the screen. Read/write.
Public property Width Returns or sets an Integer (int in C#) value indicating the width (in pixels) of the specified object. Read/write.
Public property WindowState Returns or sets the property with a constant in the OlWindowState enumeration specifying the window state of an explorer or inspector window. Read/write.
Public property WordEditor Returns the Microsoft Word Document Object Model of the message being displayed. Read-only.

Top

See Also

Reference

_Inspector Interface

Microsoft.Office.Interop.Outlook Namespace