_Inspector Members
Include Protected Members
Include Inherited Members
This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see Inspector.
The _Inspector type exposes the following members.
Properties
Name
Description
Returns an Application object that represents the parent Outlook application for the object. Read-only.
Returns a String (string in C#) representing the title. Read-only.
Returns an OlObjectClass constant indicating the object's class. Read-only.
Returns a CommandBars Object collection that represents all the menus and toolbars in the Inspector. Read-only.
Returns an Object representing the current item being displayed in the inspector. Read-only.
Returns an OlEditorType constant indicating the type of editor. Read-only.
Returns or sets an Integer (int in C#) value specifying the height (in pixels) of the inspector window. Read/write.
This object, member, or enumeration is deprecated and is not intended to be used in your code.
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.
Returns the Pages collection that represents all the pages for the item in the inspector. Read-only.
Returns the parent Object of the specified object. Read-only.
Returns the NameSpace object for the current session. Read-only.
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.
Returns or sets an Integer (int in C#) value indicating the width (in pixels) of the specified object. Read/write.
Returns or sets the property with a constant in the OlWindowState enumeration specifying the window state of an explorer or inspector window. Read/write.
Returns the Microsoft Word Document Object Model of the message being displayed. Read-only.
Top
Methods
Name
Description
Activates an inspector window by bringing it to the foreground and setting keyboard focus.
Closes the Inspector and optionally saves changes to the displayed Outlook item.
Displays a new Inspector object for the item.
Hides a form page in the inspector.
Determines whether the mail message associated with an inspector is displayed in an Outlook Inspector or in Microsoft Word.
Opens a new page in design mode in the inspector for a new form region.
Opens a page in design mode in the inspector for the specified form region.
Saves the specified page in design mode in the inspector to the specified file.
Binds an Outlook object model property to a control in an inspector.
Displays the specified form page in the inspector.
Shows a form page in the inspector.
Top