OlAutoPreview Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates how items will be automatically previewed.
public enum class OlAutoPreview
public enum OlAutoPreview
Public Enum OlAutoPreview
- Inheritance
-
OlAutoPreview
Fields
Name | Value | Description |
---|---|---|
olAutoPreviewAll | 0 | All items are automatically previewed. |
olAutoPreviewUnread | 1 | Only unread items are automatically previewed. |
olAutoPreviewNone | 2 | No items are automatically previewed. |
Remarks
Used by the AutoPreview property to determine how items are automatically previewed.