2.2.4.7 t:ArrayOfEmailAddressesType Complex Type
The ArrayOfEmailAddressesType complex type specifies a list of email addresses in the GetRoomLists operation (as specified in [MS-OXWSGTRM] section 3.1.4.1) and GetMessageTrackingReport operation (as specified in [MS-OXWSMTRK] section 3.1.4.2) responses.
-
<xs:complexType name="ArrayOfEmailAddressesType"> <xs:sequence> <xs:element name="Address" type="t:EmailAddressType" maxOccurs="unbounded" minOccurs="0" /> </xs:sequence> </xs:complexType>
The following table lists the child elements of the ArrayOfEmailAddressesType complex type.
Element name |
Type |
Description |
---|---|---|
Address |
t:EmailAddressType (section 2.2.4.31) |
Specifies a single email address. |