RetentionActionType Enum

Definition

Defines the set of retention policy actions for expired items. The RetentionActionType enumeration is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public enum class RetentionActionType
public enum RetentionActionType
Public Enum RetentionActionType
Inheritance
RetentionActionType

Fields

DeleteAndAllowRecovery 3

Expired items will be soft deleted. The DeleteAndAllowRecovery field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

MarkAsPastRetentionLimit 5

Expired items will be tagged as expired. The MarkAsPastRetentionLimit field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

MoveToArchive 6

Expired items will be moved to the archive. The MoveToArchive field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

MoveToDeletedItems 1

Expired items will be moved to the Deleted Items folder. The MoveToDeletedItems field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

MoveToFolder 2

Expired items will be moved to a target folder. The MoveToFolder member is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

None 0

No action specified. The None field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

PermanentlyDelete 4

Expired items will be hard deleted. The PermanentlyDelete field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Applies to