Application![]() ![]() ![]() |
Explorers 对象包含一组 Explorer 对象,代表所有的浏览器。浏览器包含到集合中时无需处于可视状态。
使用 Explorers 属性从 Application 对象返回 Explorers 对象。以下示例显示如何在 Microsoft Visual Basic 或 Microsoft Visual Basic for Applications 中检索 Explorers 集合。
Dim myOlApp as New Outlook.Application
Set myExplorers = myOLApp.Explorers
以下示例显示如何在 VBScript 中检索 Explorers 集合。
Set myExplorers= Application.Explorers