2.2.4.1 ArrayOfBodyContentAttributedValuesType
Namespace: http://schemas.microsoft.com/exchange/services/2006/types
The ArrayOfBodyContentAttributedValuesType complex type specifies an array of BodyContentAttributedValue elements.
-
<xs:complexType name="ArrayOfBodyContentAttributedValuesType" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:sequence> <xs:element minOccurs="0" maxOccurs="unbounded" name="BodyContentAttributedValue" type="t:BodyContentAttributedValueType"/> </xs:sequence> </xs:complexType>
BodyContentAttributedValue: An element of type BodyContentAttributedValueType, as defined in section 2.2.4.12, that represents the source of the message body.