Explorers Members
Include Protected Members
Include Inherited Members
Contains a set of Explorer objects representing all explorers.
The Explorers type exposes the following members.
Properties
Name | Description | |
---|---|---|
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 | 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.) |
Top
Methods
Name | Description | |
---|---|---|
Add | Creates a new instance of the explorer window. (Inherited from _Explorers.) |
Top
Events
Name | Description | |
---|---|---|
NewExplorer | Occurs whenever a new explorer window is opened, either as a result of user action or through program code. (Inherited from ExplorersEvents_Event.) |
Top