2.2.4.1 RetentionTagType
Namespace: http://schemas.microsoft.com/exchange/services/2006/types
The RetentionTagType complex type specifies the retention policy tag applied to a folder or an item. This type extends the GuidType simple type, as specified by [MS-OXWSXPROP] section 2.1.7.
-
<xs:complexType name="RetentionTagType" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:simpleContent> <xs:extension base="t:GuidType"> <xs:attribute name="IsExplicit" type="xs:boolean" use="required"/> </xs:extension> </xs:simpleContent> </xs:complexType>
IsExplicit: An attribute of type boolean, as defined in [XMLSCHEMA2/2], that indicates whether the retention policy tag associated with a folder or an item was applied explicitly.