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. (Inherited from _Inspector.)
Public property AttachmentSelection Obtains an AttachmentSelection object consisting of one or more attachments that are selected in the inspector. Read-only. (Inherited from _Inspector.)
Public property Caption Returns a String (string in C#) representing the title. Read-only. (Inherited from _Inspector.)
Public property Class Returns an OlObjectClass constant indicating the object's class. Read-only. (Inherited from _Inspector.)
Public property CommandBars This object, member, or enumeration is deprecated and is not intended to be used in your code. (Inherited from _Inspector.)
Public property CurrentItem Returns an Object representing the current item being displayed in the inspector. Read-only. (Inherited from _Inspector.)
Public property EditorType Returns an OlEditorType constant indicating the type of editor. Read-only. (Inherited from _Inspector.)
Public property Height Returns or sets an Integer (int in C#) value specifying the height (in pixels) of the inspector window. Read/write. (Inherited from _Inspector.)
Public property HTMLEditor This object, member, or enumeration is deprecated and is not intended to be used in your code. (Inherited from _Inspector.)
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. (Inherited from _Inspector.)
Public property ModifiedFormPages Returns the Pages collection that represents all the pages for the item in the inspector. Read-only. (Inherited from _Inspector.)
Public property Parent Returns the parent Object of the specified object. Read-only. (Inherited from _Inspector.)
Public property Session Returns the NameSpace object for the current session. Read-only. (Inherited from _Inspector.)
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. (Inherited from _Inspector.)
Public property Width Returns or sets an Integer (int in C#) value indicating the width (in pixels) of the specified object. Read/write. (Inherited from _Inspector.)
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. (Inherited from _Inspector.)
Public property WordEditor Returns the Microsoft Word Document Object Model of the message being displayed. Read-only. (Inherited from _Inspector.)

Top

See Also

Reference

Inspector Interface

Microsoft.Office.Interop.Outlook Namespace