Explorer Members

Include Protected Members
Include Inherited Members

Represents the window in which the contents of a folder are displayed.

The Explorer 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 _Explorer.)

Public property

Caption

Returns a String (string in C#) representing the title. Read-only. (Inherited from _Explorer.)

Public property

Class

Returns an OlObjectClass constant indicating the object's class. Read-only. (Inherited from _Explorer.)

Public property

CommandBars

Returns a CommandBars Object collection that represents all the menus and toolbars in the Explorer. Read-only. (Inherited from _Explorer.)

Public property

CurrentFolder

Returns or sets a Folder object that represents the current folder displayed in the explorer. Read/write. (Inherited from _Explorer.)

Public property

CurrentView

Returns or sets an Object representing the current view. Read/write. (Inherited from _Explorer.)

Public property

Height

Returns or sets an Integer (int in C#) value specifying the height (in pixels) of the explorer window. Read/write. (Inherited from _Explorer.)

Public property

HTMLDocument

Returns an HTMLDocument object that specifies the HTML object model associated with the HTML document in the current view (assuming one exists). Read-only. (Inherited from _Explorer.)

Public property

Left

Returns or sets an Integer (int in C#) value specifying the position (in pixels) of the left vertical edge of an explorer window from the edge of the screen. Read/write. (Inherited from _Explorer.)

Public property

NavigationPane

Returns a NavigationPane object that represents the Navigation Pane for an Explorer object. Read-only. (Inherited from _Explorer.)

Public property

Panes

Returns a Panes collection object representing the panes displayed by the specified explorer. (Inherited from _Explorer.)

Public property

Parent

Returns the parent Object of the specified object. Read-only. (Inherited from _Explorer.)

Public property

Selection

Returns a Selection object consisting of one or more items selected in the current view. Read-only. (Inherited from _Explorer.)

Public property

Session

Returns the NameSpace object for the current session. Read-only. (Inherited from _Explorer.)

Public property

Top

Returns or sets an Integer (int in C#) value indicating the position (in pixels) of the top horizontal edge of an explorer window from the edge of the screen. Read/write. (Inherited from _Explorer.)

Public property

Views

This object, member, or enumeration is deprecated and is not intended to be used in your code. (Inherited from _Explorer.)

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 _Explorer.)

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 _Explorer.)

Top

Methods

 

Name

Description

Public method

Activate

Activates an explorer window by bringing it to the foreground and setting keyboard focus. (Inherited from _Explorer.)

Public method

add_Activate

(Inherited from ExplorerEvents_10_Event.)

Public method

add_BeforeFolderSwitch

(Inherited from ExplorerEvents_10_Event.)

Public method

add_BeforeItemCopy

(Inherited from ExplorerEvents_10_Event.)

Public method

add_BeforeItemCut

(Inherited from ExplorerEvents_10_Event.)

Public method

add_BeforeItemPaste

(Inherited from ExplorerEvents_10_Event.)

Public method

add_BeforeMaximize

(Inherited from ExplorerEvents_10_Event.)

Public method

add_BeforeMinimize

(Inherited from ExplorerEvents_10_Event.)

Public method

add_BeforeMove

(Inherited from ExplorerEvents_10_Event.)

Public method

add_BeforeSize

(Inherited from ExplorerEvents_10_Event.)

Public method

add_BeforeViewSwitch

(Inherited from ExplorerEvents_10_Event.)

Public method

add_Close

(Inherited from ExplorerEvents_10_Event.)

Public method

add_Deactivate

(Inherited from ExplorerEvents_10_Event.)

Public method

add_FolderSwitch

(Inherited from ExplorerEvents_10_Event.)

Public method

add_SelectionChange

(Inherited from ExplorerEvents_10_Event.)

Public method

add_ViewSwitch

(Inherited from ExplorerEvents_10_Event.)

Public method

ClearSearch

Clears results from a Microsoft Instant Search in an Explorer if results are displayed in the Explorer. (Inherited from _Explorer.)

Public method

Close

Closes the Explorer object. (Inherited from _Explorer.)

Public method

DeselectFolder

This object, member, or enumeration is deprecated and is not intended to be used in your code. (Inherited from _Explorer.)

Public method

Display

Displays a new Explorer object for the folder. (Inherited from _Explorer.)

Public method

IsFolderSelected

This object, member, or enumeration is deprecated and is not intended to be used in your code. (Inherited from _Explorer.)

Public method

IsPaneVisible

Returns a Boolean (bool in C#) indicating whether a specific explorer pane is visible. (Inherited from _Explorer.)

Public method

remove_Activate

(Inherited from ExplorerEvents_10_Event.)

Public method

remove_BeforeFolderSwitch

(Inherited from ExplorerEvents_10_Event.)

Public method

remove_BeforeItemCopy

(Inherited from ExplorerEvents_10_Event.)

Public method

remove_BeforeItemCut

(Inherited from ExplorerEvents_10_Event.)

Public method

remove_BeforeItemPaste

(Inherited from ExplorerEvents_10_Event.)

Public method

remove_BeforeMaximize

(Inherited from ExplorerEvents_10_Event.)

Public method

remove_BeforeMinimize

(Inherited from ExplorerEvents_10_Event.)

Public method

remove_BeforeMove

(Inherited from ExplorerEvents_10_Event.)

Public method

remove_BeforeSize

(Inherited from ExplorerEvents_10_Event.)

Public method

remove_BeforeViewSwitch

(Inherited from ExplorerEvents_10_Event.)

Public method

remove_Close

(Inherited from ExplorerEvents_10_Event.)

Public method

remove_Deactivate

(Inherited from ExplorerEvents_10_Event.)

Public method

remove_FolderSwitch

(Inherited from ExplorerEvents_10_Event.)

Public method

remove_SelectionChange

(Inherited from ExplorerEvents_10_Event.)

Public method

remove_ViewSwitch

(Inherited from ExplorerEvents_10_Event.)

Public method

Search

Performs a Microsoft Instant Search on the current folder displayed in the Explorer using the given Query. (Inherited from _Explorer.)

Public method

SelectFolder

This object, member, or enumeration is deprecated and is not intended to be used in your code. (Inherited from _Explorer.)

Public method

ShowPane

Displays or hides a specific pane in the explorer. (Inherited from _Explorer.)

Top

Events

 

Name

Description

Public event

Activate

Occurs when an explorer becomes the active window, either as a result of user action or through program code. (Inherited from ExplorerEvents_10_Event.)

Public event

BeforeFolderSwitch

Occurs before the explorer goes to a new folder, either as a result of user action or through program code. (Inherited from ExplorerEvents_10_Event.)

Public event

BeforeItemCopy

Occurs when an Outlook item is copied. (Inherited from ExplorerEvents_10_Event.)

Public event

BeforeItemCut

Occurs when an Outlook item is cut from a folder. (Inherited from ExplorerEvents_10_Event.)

Public event

BeforeItemPaste

Occurs when an Outlook item is pasted. (Inherited from ExplorerEvents_10_Event.)

Public event

BeforeMaximize

Occurs when an explorer is maximized by the user. (Inherited from ExplorerEvents_10_Event.)

Public event

BeforeMinimize

Occurs when the active explorer is minimized by the user. (Inherited from ExplorerEvents_10_Event.)

Public event

BeforeMove

Occurs when the Explorer is moved by the user. (Inherited from ExplorerEvents_10_Event.)

Public event

BeforeSize

Occurs when the user sizes the current Explorer. (Inherited from ExplorerEvents_10_Event.)

Public event

BeforeViewSwitch

Occurs before the explorer changes to a new view, either as a result of user action or through program code. (Inherited from ExplorerEvents_10_Event.)

Public event

Close

Occurs when an explorer is being closed. (Inherited from ExplorerEvents_10_Event.)

Public event

Deactivate

Occurs when an explorer stops being the active window, either as a result of user action or through program code. (Inherited from ExplorerEvents_10_Event.)

Public event

FolderSwitch

Occurs when the explorer goes to a new folder, either as a result of user action or through program code. (Inherited from ExplorerEvents_10_Event.)

Public event

SelectionChange

Occurs when the user switches to a different item in a folder using the user interface (UI) or programmatically. (Inherited from ExplorerEvents_10_Event.)

Public event

ViewSwitch

Occurs when the view in the explorer changes, either as a result of user action or through program code. (Inherited from ExplorerEvents_10_Event.)

Top

See Also

Reference

Explorer Interface

Microsoft.Office.Interop.Outlook Namespace