_Application.Inspectors Property

Returns an Inspectors collection object that contains the Inspector objects representing all open inspectors. Read-only.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Property Inspectors As Inspectors
    Get
'Usage
Dim instance As _Application
Dim value As Inspectors

value = instance.Inspectors
[DispIdAttribute()]
Inspectors Inspectors { get; }

Property Value

Type: Microsoft.Office.Interop.Outlook.Inspectors

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Outlook Namespace