Inspector.BeforeMinimize Event (Outlook)

Occurs when the active inspector is minimized by the user.

Syntax

expression .BeforeMinimize(Cancel)

expression A variable that represents an Inspector object.

Parameters

Name

Required/Optional

Data Type

Description

Cancel

Required

Boolean

False when the event occurs. If the event procedure sets this argument to True, the operation is not completed and the explorer or inspector is not minimized.

Remarks

This event can be cancelled after it has started.

See Also

Concepts

Inspector Object

Inspector Object Members