3.1.4.1.1.4 t:ArrayOfDLExpansionType Complex Type

The ArrayOfDLExpansionType complex type contains an array of mailboxes that are contained in a distribution list.

 <xs:complexType name="ArrayOfDLExpansionType">
   <xs:sequence>
     <xs:element name="Mailbox"
       type="t:EmailAddressType"
       maxOccurs="unbounded"
       minOccurs="0"
      />
   </xs:sequence>
   <xs:attributeGroup
     ref="t:FindResponsePagingAttributes"
    />
 </xs:complexType>
  

The following table lists the child element of the ArrayOfDLExpansionType complex type.

Element

Type

Description

Mailbox

t:EmailAddressType ([MS-OXWSCDATA] section 2.2.4.31)

Represents an e-mail address.

The following table lists and describes the attributes of the ArrayOfDLExpansionType complex type.

Name

Description

t:FindResponsePagingAttributes ([MS-OXWSCDATA] section 2.2.8.1)

Specifies zero or more attributes that describe the result set.