2.2.4.9 t:ArrayOfRecipientsType Complex Type
The ArrayOfRecipientsType complex type specifies an array of recipients of an item.
<xs:complexType name="ArrayOfRecipientsType">
<xs:choice
maxOccurs="unbounded"
minOccurs="0"
>
<xs:element name="Mailbox"
type="t:EmailAddressType"
/>
</xs:choice>
</xs:complexType>
The following table lists the child elements of the ArrayOfRecipientsType complex type.
|
Element name |
Type |
Description |
|
Mailbox |
t:EmailAddressType (section 2.2.4.27) |
Specifies a single item recipient by e-mail address. |