Explorers Object
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
Application Explorers |
The Explorers object contains a set of Explorer objects representing all explorers. An explorer need not be visible to be included in the collection.
Using the Explorers Object
Use the Explorers property to return the Explorers object from the Application object. The following example shows how to retrieve the Explorers object 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 object in VBScript.
Set myExplorers= Application.Explorers