2.2.4.14 EmailAddressAttributedValueType
Namespace: http://schemas.microsoft.com/exchange/services/2006/types
The EmailAddressAttributedValueType complex type specifies an EmailAddressType element, as specified in [MS-OXWSCDATA] section 2.2.4.31, and an ArrayOfValueAttributionsType complex type, as specified in section 2.2.4.11, pair. This complex type represents an email address paired with a list of the attributions for the email address.
-
<xs:complexType name="EmailAddressAttributedValueType" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:sequence> <xs:element minOccurs="1" maxOccurs="1" name="Value" type="t:EmailAddressType"/> <xs:element minOccurs="1" maxOccurs="1" name="Attributions" type="t:ArrayOfValueAttributionsType"/> </xs:sequence> </xs:complexType>
Value: An element of type EmailAddressType, as defined in [MS-OXWSCDATA] section 2.2.4.31, that represents an email address.
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 an email address.