Explorers Interface

Definition

Contains a set of Explorer objects representing all explorers.

public interface class Explorers : Microsoft::Office::Interop::Outlook::_Explorers, Microsoft::Office::Interop::Outlook::ExplorersEvents_Event
[System.Runtime.InteropServices.Guid("0006300A-0000-0000-C000-000000000046")]
public interface Explorers : Microsoft.Office.Interop.Outlook._Explorers, Microsoft.Office.Interop.Outlook.ExplorersEvents_Event
Public Interface Explorers
Implements _Explorers, ExplorersEvents_Event
Derived
Attributes
Implements

Remarks

This is a .NET interface derived from a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this derived interface to access all method, property, and event members of the COM object. However, if a method or event you want to use shares the same name under the same COM object, cast to the corresponding primary interface to call the method, and cast to the latest events interface to connect to the event. Refer to this topic for information about the COM object. For information about the method and property members of the COM object, see _Explorers. For information about the event members of the COM object, see ExplorersEvents_Event.

An explorer need not be visible to be included in the Explorers collection.

Use the Explorers property to return the Explorers object from the Application object.

Properties

Application

Returns an Application object that represents the parent Outlook application for the object. Read-only.

(Inherited from _Explorers)
Class

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

(Inherited from _Explorers)
Count

Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only.

(Inherited from _Explorers)
Item[Object]

Returns an Explorer object from the collection.

(Inherited from _Explorers)
Parent

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

(Inherited from _Explorers)
Session

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

(Inherited from _Explorers)

Methods

Add(Object, OlFolderDisplayMode)

Creates a new instance of the explorer window.

(Inherited from _Explorers)

Events

NewExplorer

Occurs whenever a new explorer window is opened, either as a result of user action or through program code.

(Inherited from ExplorersEvents_Event)

Applies to