_Application.ActiveInspector Method

Definition

Returns the topmost Inspector object on the desktop.

public:
 Microsoft::Office::Interop::Outlook::Inspector ^ ActiveInspector();
public Microsoft.Office.Interop.Outlook.Inspector ActiveInspector ();
Public Function ActiveInspector () As Inspector

Returns

An Inspector that represents the topmost inspector on the desktop.

Remarks

Use this method to access the Inspector object that the user is most likely to be viewing.

If no inspector is active, returns Nothing.

Applies to