Expand Minimize
This topic has not yet been rated - Rate this topic

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.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.