Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 824 Bytes

Outlook.oldisplaymode.md

File metadata and controls

26 lines (19 loc) · 824 Bytes
title keywords f1_keywords ms.assetid ms.date ms.localizationpriority
OlDisplayMode enumeration (Outlook)
vbaol11.chm3599
vbaol11.chm3599
a5312dea-ccde-d417-6f40-013e63c107f8
06/08/2017
medium

OlDisplayMode enumeration (Outlook)

Describes the nature of the display mode. Possible modes include Normal, Portrait View, and Portrait Reading Pane.

Members

Name Value Description
olDisplayModeNormal 0 Displays Normal mode.
olDisplayModePortraitReadingPane 2 Displays Portrait Reading Pane mode.
olDisplayModePortraitView 1 Displays Portrait View mode.

Used by the DisplayMode property of the Explorer.DisplayModeChange event.

[!includeSupport and feedback]