2.2.4.12 BodyContentAttributedValueType

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

The BodyContentAttributedValueType complex type specifies the attributions of the body content of an item.

 <xs:complexType name="BodyContentAttributedValueType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="1" maxOccurs="1" name="Value" type="t:BodyContentType"/>
     <xs:element minOccurs="1" maxOccurs="1" name="Attributions" type="t:ArrayOfValueAttributionsType"/>
   </xs:sequence>
 </xs:complexType>

Value: An element of type BodyContentType, as defined in section 2.2.4.13, that specifies the body content.

Attributions: An element of type ArrayOfValueAttributionsType, as defined in section 2.2.4.11, that represents an array of attribution identifiers that are associated with the body content.