2.2.4.2 ArrayOfEmailAddressAttributedValuesType
Namespace: http://schemas.microsoft.com/exchange/services/2006/types
The ArrayOfEmailAddressAttributedValuesType complex type specifies an array of EmailAddressAttributedValue elements.
-
<xs:complexType name="ArrayOfEmailAddressAttributedValuesType" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:sequence> <xs:element minOccurs="0" maxOccurs="unbounded" name="EmailAddressAttributedValue" type="t:EmailAddressAttributedValueType"/> </xs:sequence> </xs:complexType>
EmailAddressAttributedValue: An element of type EmailAddressAttributedValueType, as defined in section 2.2.4.14, that represents the email address of a persona.