Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 985 Bytes

Outlook.Inspector.BeforeMaximize.md

File metadata and controls

44 lines (25 loc) · 985 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Inspector.BeforeMaximize event (Outlook)
vbaol11.chm468
vbaol11.chm468
Outlook.Inspector.BeforeMaximize
9793d228-85ea-50cd-4c1b-74ca23788aad
06/08/2017
medium

Inspector.BeforeMaximize event (Outlook)

Occurs when an inspector is maximized by the user.

Syntax

expression. BeforeMaximize( _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 maximized.

Remarks

This event can be cancelled after it has started.

See also

Inspector Object

[!includeSupport and feedback]