3.1.4.1.3.1 ArrayOfRetentionPolicyTagsType

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

The ArrayOfRetentionPolicyTagsType complex type specifies an array of retention policy tags that are returned by the GetUserRetentionPolicyTags operation.

 <xs:complexType name="ArrayOfRetentionPolicyTagsType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="unbounded" name="RetentionPolicyTag" type="t:RetentionPolicyTagType"/>
   </xs:sequence>
 </xs:complexType>

RetentionPolicyTag: An element of type RetentionPolicyTagType, as defined in section 3.1.4.1.3.4, that represents a single retention policy tag.