Inspector Members (Outlook)
Represents the window in which an Outlook item is displayed.
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. |
|
Sets the start time for a meeting item in the free/busy grid on the Scheduling Assistant tab of the inspector. |
|
Shows a form page in the inspector. |
Properties
Name |
Description |
---|---|
Returns an Application object that represents the parent Outlook application for the object. Read-only. |
|
Returns an AttachmentSelection object consisting of one or more attachments that are selected in the inspector. Read-only. |
|
Returns a String representing the title. Read-only. |
|
Returns an OlObjectClass constant indicating the object's class. 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 a Long specifying the height (in pixels) of the inspector window. Read/write. |
|
Returns or sets a Long 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 a Long 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 a Long 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. |
Events
Name |
Description |
---|---|
Occurs when an inspector becomes the active window, either as a result of user action or through program code. |
|
Occurs when the user selects a different or additional attachment of an item in the active inspector programmatically or by interacting with the user interface. |
|
Occurs when an inspector is maximized by the user. |
|
Occurs when the active inspector is minimized by the user. |
|
Occurs when the Inspector is moved by the user. |
|
Occurs when the user sizes the current Inspector. |
|
Occurs when the inspector associated with a Microsoft Outlook item is being closed. |
|
Occurs when an inspector stops being the active window, either as a result of user action or through program code. |
|
Occurs when the active form page changes, either programmatically or by user action, on an Inspector object. |