PreviewItemBaseShape Enum

Definition

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

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.

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.

Applies to