Inspectors Object

Outlook Developer Reference

Contains a set of **Inspector**objects representing all inspectors.

Remarks

An inspector need not be visible to be included in the collection.

Use the Inspectors property to return the Inspectors object from the Application object.

Example

The following example shows how to retrieve the Inspectors object in Microsoft Visual Basic or Microsoft Visual Basic for Applications (VBA).

Visual Basic for Applications
  Set myInspectors = Application.Inspectors

See Also