Explorers Collection Object

Explorers Collection Object

See Also                  Properties         Methods         Events

Application object
Explorers collection (Explorer object)
Multiple objects

The Explorers collection contains a set of Explorer objects representing all explorers. An explorer need not be visible to be included in the collection.

Using the Explorers Collection Object

Use the Explorers property to return the Explorers collection from the Application object. The following example shows how to retrieve the Explorers collection in Microsoft Visual Basic or Microsoft Visual Basic for Applications.

Dim myOlApp as New Outlook.Application
Set myExplorers = myOLApp.Explorers

The following example shows how to retrieve the Explorers collection in VBScript.

Set myExplorers= Application.Explorers