Inspectors Interface

Definition

Contains a set of Inspector objects representing all inspectors.

public interface class Inspectors : Microsoft::Office::Interop::Outlook::_Inspectors, Microsoft::Office::Interop::Outlook::InspectorsEvents_Event
[System.Runtime.InteropServices.Guid("00063008-0000-0000-C000-000000000046")]
public interface Inspectors : Microsoft.Office.Interop.Outlook._Inspectors, Microsoft.Office.Interop.Outlook.InspectorsEvents_Event
Public Interface Inspectors
Implements _Inspectors, InspectorsEvents_Event
Derived
Attributes
Implements

Remarks

This is a .NET interface derived from a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this derived interface to access all method, property, and event members of the COM object. However, if a method or event you want to use shares the same name under the same COM object, cast to the corresponding primary interface to call the method, and cast to the latest events interface to connect to the event. Refer to this topic for information about the COM object. For information about the method and property members of the COM object, see _Inspectors. For information about the event members of the COM object, see InspectorEvents_10_Event.

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.

Properties

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[Object]

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)

Methods

Add(Object)

Creates a new inspector window.

(Inherited from _Inspectors)

Events

NewInspector

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

(Inherited from InspectorsEvents_Event)

Applies to