_Application.ActiveInspector Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.