Partager via


2.2.5.1 RetentionType

Namespace: http://schemas.microsoft.com/exchange/services/2006/types

The RetentionType simple type specifies the type of the retention action.

 <xs:simpleType name="RetentionType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:restriction base="xs:string">
     <xs:enumeration value="Delete"/>
     <xs:enumeration value="Archive"/>
   </xs:restriction>
 </xs:simpleType>

The following table specifies the allowable values for the RetentionType simple type.

Value

Meaning

Delete

Specifies deletion.

Archive

Specifies archiving.