Inspectors Interface

Contains a set of Inspector objects representing all inspectors.

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

Syntax

'Declaration
<GuidAttribute("00063008-0000-0000-C000-000000000046")> _
<CoClassAttribute(GetType(InspectorsClass))> _
Public Interface Inspectors _
    Inherits _Inspectors, InspectorsEvents_Event
'Usage
Dim instance As Inspectors
[GuidAttribute("00063008-0000-0000-C000-000000000046")]
[CoClassAttribute(typeof(InspectorsClass))]
public interface Inspectors : _Inspectors, 
    InspectorsEvents_Event

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.

See Also

Reference

Inspectors Members

Microsoft.Office.Interop.Outlook Namespace

Other Resources

How to: Implement a Wrapper for Inspectors and Track Item-Level Events in Each Inspector