_Application.Explorers Property
Returns an Explorers collection object that contains the Explorer objects representing all open explorers. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property Explorers As Explorers
Get
'Usage
Dim instance As _Application
Dim value As Explorers
value = instance.Explorers
[DispIdAttribute()]
Explorers Explorers { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.Explorers