Inspectors Members

Include Protected Members
Include Inherited Members

Contains a set of Inspector objects representing all inspectors.

The Inspectors type exposes the following members.

Properties

 

Name

Description

Public property

Application

Returns an Application object that represents the parent Outlook application for the object. Read-only. (Inherited from _Inspectors.)

Public property

Class

Returns an OlObjectClass constant indicating the object's class. Read-only. (Inherited from _Inspectors.)

Public property

Count

Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only. (Inherited from _Inspectors.)

Public property

Item

Returns an Inspector object from the collection. (Inherited from _Inspectors.)

Public property

Parent

Returns the parent Object of the specified object. Read-only. (Inherited from _Inspectors.)

Public property

Session

Returns the NameSpace object for the current session. Read-only. (Inherited from _Inspectors.)

Top

Methods

 

Name

Description

Public method

Add

Creates a new inspector window. (Inherited from _Inspectors.)

Public method

add_NewInspector

(Inherited from InspectorsEvents_Event.)

Public method

remove_NewInspector

(Inherited from InspectorsEvents_Event.)

Top

Events

 

Name

Description

Public event

NewInspector

Occurs whenever a new inspector window is opened, either as a result of user action or through program code. (Inherited from InspectorsEvents_Event.)

Top

See Also

Reference

Inspectors Interface

Microsoft.Office.Interop.Outlook Namespace