InspectorsEvents_Event.NewInspector Event

Definition

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

public:
 event Microsoft::Office::Interop::Outlook::InspectorsEvents_NewInspectorEventHandler ^ NewInspector;
event Microsoft.Office.Interop.Outlook.InspectorsEvents_NewInspectorEventHandler NewInspector;
Event NewInspector As InspectorsEvents_NewInspectorEventHandler 

Event Type

Remarks

The event occurs after the new Inspector object is created but before the inspector window appears.

Applies to