Table of Contents

Enum ExchangeRetentionAction

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the action of a retention policy tag.

public enum ExchangeRetentionAction

Fields

DeleteAndAllowRecovery = 3

The action is to delete and allow recovery.

MarkAsPastRetentionLimit = 5

The action is to mark as past retention limit.

MoveToArchive = 6

The action is to move to archive.

MoveToDeletedItems = 1

The action is to move to deleted items.

MoveToFolder = 2

The action is to move to folder.

PermanentlyDelete = 4

The action is to permanently delete.

Unknown = 0

The action is unknown.