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 | |
---|---|---|
Application | Returns an Application object that represents the parent Outlook application for the object. Read-only. (Inherited from _Inspectors.) | |
Class | Returns an OlObjectClass constant indicating the object's class. Read-only. (Inherited from _Inspectors.) | |
Count | Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only. (Inherited from _Inspectors.) | |
Item | Returns an Inspector object from the collection. (Inherited from _Inspectors.) | |
Parent | Returns the parent Object of the specified object. Read-only. (Inherited from _Inspectors.) | |
Session | Returns the NameSpace object for the current session. Read-only. (Inherited from _Inspectors.) |
Top
Methods
Name | Description | |
---|---|---|
Add | Creates a new inspector window. (Inherited from _Inspectors.) |
Top
Events
Name | Description | |
---|---|---|
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