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 = 3The action is to delete and allow recovery.
MarkAsPastRetentionLimit = 5The action is to mark as past retention limit.
MoveToArchive = 6The action is to move to archive.
MoveToDeletedItems = 1The action is to move to deleted items.
MoveToFolder = 2The action is to move to folder.
PermanentlyDelete = 4The action is to permanently delete.
Unknown = 0The action is unknown.