Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 818 Bytes

Outlook.OlAutoPreview.md

File metadata and controls

30 lines (21 loc) · 818 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
OlAutoPreview enumeration (Outlook)
vbaol11.chm3129
vbaol11.chm3129
Outlook.OlAutoPreview
241df9d3-f615-e2c8-7256-20c9e1053f43
06/08/2017
medium

OlAutoPreview enumeration (Outlook)

Indicates how items will be automatically previewed.

Name Value Description
olAutoPreviewAll 0 All items are automatically previewed.
olAutoPreviewNone 2 No items are automatically previewed.
olAutoPreviewUnread 1 Only unread items are automatically previewed.

Remarks

Used by the TableView.AutoPreview property (Outlook) to determine how items are automatically previewed.

[!includeSupport and feedback]