PreviewItemBaseShape 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.
Determines whether an item in a mailbox can be previewed with all its properties or its view is compacted. The PreviewItemBaseShape enumeration is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
public enum class PreviewItemBaseShape
public enum PreviewItemBaseShape
Public Enum PreviewItemBaseShape
- Inheritance
-
PreviewItemBaseShape
Fields
Name | Value | Description |
---|---|---|
Default | 0 | All properties associated with an item can be previewed. The Default field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
Compact | 1 | Only a set of core properties associated with an item can be previewed. The Compact field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |