Enum RetentionActionType
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Defines the action of a retention policy tag.
public enum RetentionActionType
Fields
DeleteAndAllowRecovery = 3
Expired items will be soft deleted.
MarkAsPastRetentionLimit = 5
Expired items will be tagged as expired.
MoveToArchive = 6
Expired items will be moved to the archive.
MoveToDeletedItems = 1
Expired items will be moved to the Deleted Items folder.
MoveToFolder = 2
Expired items will be moved to the organizational folder specified in the ExpirationDestination field.
None = 0
Never tags (RetentionEnabled = false) do not have retention action in the FAI.
PermanentlyDelete = 4
Expired items will be hard deleted.