3.1.4.1.1.1 m:ExpandDLResponseMessageType Complex Type

The ExpandDLResponseMessageType complex type contains the status and result of a single ExpandDL request. The ExpandDLResponseMessageType complex type extends the ResponseMessageType complex type, as specified in [MS-OXWSCDATA] section 2.2.3.52. ExpandDLResponseMessage is used in the sub-element of BaseResponseMessageType, which is the base type of ExpandDLResponseType defined in section 3.1.4.1.1.2.

 <xs:complexType name="ExpandDLResponseMessageType">
   <xs:complexContent>
     <xs:extension
       base="m:ResponseMessageType"
     >
       <xs:sequence>
         <xs:element name="DLExpansion"
           type="t:ArrayOfDLExpansionType"
           minOccurs="0"
          />
       </xs:sequence>
       <xs:attributeGroup ref="t:FindResponsePagingAttributes"/>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>
  

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

Element

Type

Description

DLExpansion

t:ArrayOfDLExpansionType (section 3.1.4.1.1.4)

Contains an array of mailboxes that are contained in a distribution list.

The following table lists the attributes of the ExpandDLResponseMessageType complex type.

Name

Description

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

Specifies zero or more attributes that describe the result set.