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

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.

Public property

Caption

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

Public property

Class

Returns an OlObjectClass constant indicating the object's class. Read-only.

Public property

CommandBars

Returns a CommandBars Object collection that represents all the menus and toolbars in the Explorer. Read-only.

Public property

CurrentFolder

Returns or sets a Folder object that represents the current folder displayed in the explorer. Read/write.

Public property

CurrentView

Returns or sets an Object representing the current view. Read/write.

Public property

Height

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

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.

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.

Public property

NavigationPane

Returns a NavigationPane object that represents the Navigation Pane for an Explorer object. Read-only.

Public property

Panes

Returns a Panes collection object representing the panes displayed by the specified explorer.

Public property

Parent

Returns the parent Object of the specified object. Read-only.

Public property

Selection

Returns a Selection object consisting of one or more items selected in the current view. Read-only.

Public property

Session

Returns the NameSpace object for the current session. Read-only.

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.

Public property

Views

This object, member, or enumeration is deprecated and is not intended to be used in your code.

Public property

Width

Returns or sets an Integer (int in C#) value indicating the width (in pixels) of the specified object. Read/write.

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.

Top

Methods

 

Name

Description

Public method

Activate

Activates an explorer window by bringing it to the foreground and setting keyboard focus.

Public method

ClearSearch

Clears results from a Microsoft Instant Search in an Explorer if results are displayed in the Explorer.

Public method

Close

Closes the Explorer object.

Public method

DeselectFolder

This object, member, or enumeration is deprecated and is not intended to be used in your code.

Public method

Display

Displays a new Explorer object for the folder.

Public method

IsFolderSelected

This object, member, or enumeration is deprecated and is not intended to be used in your code.

Public method

IsPaneVisible

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

Public method

Search

Performs a Microsoft Instant Search on the current folder displayed in the Explorer using the given Query.

Public method

SelectFolder

This object, member, or enumeration is deprecated and is not intended to be used in your code.

Public method

ShowPane

Displays or hides a specific pane in the explorer.

Top

See Also

Reference

_Explorer Interface

Microsoft.Office.Interop.Outlook Namespace