Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 705 Bytes

Outlook.OlWindowState.md

File metadata and controls

30 lines (21 loc) · 705 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
OlWindowState enumeration (Outlook)
vbaol11.chm3090
vbaol11.chm3090
Outlook.OlWindowState
cc9860c4-9de6-4dd3-05e5-5b87e6b4bd88
06/08/2017
medium

OlWindowState enumeration (Outlook)

Indicates the window state.

Name Value Description
olMaximized 0 The window is maximized.
olMinimized 1 The window is minimized.
olNormalWindow 2 The window is in the normal state (not minimized or maximized).

Remarks

Used by the WindowState property of Inspector and Explorer objects.

[!includeSupport and feedback]