Inspectors.NewInspector Event (Outlook)
Occurs whenever a new inspector window is opened, either as a result of user action or through program code.
Syntax
expression .NewInspector(Inspector)
expression A variable that represents an Inspectors object.
Parameters
Name |
Required/Optional |
Data Type |
Description |
---|---|---|---|
Inspector |
Required |
The inspector that was opened. |
Remarks
This event is not available in Microsoft Visual Basic Scripting Edition (VBScript).
The event occurs after the new Inspector object is created but before the inspector window appears.