Explorer Members (Outlook)
Represents the window in which the contents of a folder are displayed.
Methods
Name |
Description |
---|---|
Activates an explorer window by bringing it to the foreground and setting keyboard focus. |
|
Adds the specified Microsoft Outlook item to the selection in the active explorer. |
|
Clears results from a Microsoft Instant Search in an Explorer if results are displayed in the Explorer. |
|
Cancels any selection in the active explorer. |
|
Closes the Explorer object. |
|
Displays a new Explorer object for the folder. |
|
Returns a value that indicates whether the specified Microsoft Outlook item can be selected in the current view of the active explorer. |
|
Returns a Boolean indicating whether a specific explorer pane is visible. |
|
Cancels the selection of the specified Microsoft Outlook item in the active explorer. |
|
Performs a Microsoft Instant Search on the current folder displayed in the Explorer using the given Query. |
|
Selects all items that are contained in the current view of the active explorer. |
|
Displays or hides a specific pane in the explorer. |
Properties
Name |
Description |
---|---|
Returns an AccountSelector object that represents the Microsoft Office Backstage view for the Explorer object. Read-only. |
|
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 current view of the explorer. Read-only. |
|
Returns a String representing the title. Read-only. |
|
Returns an OlObjectClass constant indicating the object's class. Read-only. |
|
Returns or sets a Folder object that represents the current folder displayed in the explorer. Read/write. |
|
Returns or sets a Variant representing the current view. Read/write. |
|
Returns or sets a Long specifying the height (in pixels) of the explorer window. Read/write. |
|
Returns an HTMLDocument object that specifies the HTML object model associated with the HTML document in the current view (assuming one exists). Read-only. |
|
Returns or sets a Long specifying the position (in pixels) of the left vertical edge of an explorer window from the edge of the screen. Read/write. |
|
Returns a NavigationPane object that represents the Navigation Pane for an Explorer object. Read-only. |
|
Returns a Panes collection object representing the panes displayed by the specified explorer. |
|
Returns the parent Object of the specified object. Read-only. |
|
Returns a Selection object that contains the item or items that are selected in the explorer window. 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 explorer 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. |
Events
Name |
Description |
---|---|
Occurs when an explorer 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 in the active explorer programmatically or by interacting with the user interface. |
|
Occurs before the explorer goes to a new folder, either as a result of user action or through program code. |
|
Occurs when an Outlook item is copied. |
|
Occurs when an Outlook item is cut from a folder. |
|
Occurs when an Outlook item is pasted. |
|
Occurs when an explorer is maximized by the user. |
|
Occurs when the active explorer is minimized by the user. |
|
Occurs when the Explorer is moved by the user. |
|
Occurs when the user sizes the current Explorer. |
|
Occurs before the explorer changes to a new view, either as a result of user action or through program code. |
|
Occurs when an explorer is being closed. |
|
Occurs when an explorer stops being the active window, either as a result of user action or through program code. |
|
Occurs when the explorer goes to a new folder, either as a result of user action or through program code. |
|
Occurs when the user selects a different or additional Microsoft Outlook item programmatically or by interacting with the user interface. |
|
Occurs when the view in the explorer changes, either as a result of user action or through program code. |