OlAutoPreview Enumeration
Indicates how items will be automatically previewed.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Enumeration OlAutoPreview
'Usage
Dim instance As OlAutoPreview
public enum OlAutoPreview
Members
Member name | Description | |
---|---|---|
olAutoPreviewAll | All items are automatically previewed. | |
olAutoPreviewUnread | Only unread items are automatically previewed. | |
olAutoPreviewNone | No items are automatically previewed. |
Remarks
Used by the AutoPreview property to determine how items are automatically previewed.