Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ExpandDLType complex type represents a request to expand a distribution list. The ExpandDLType complex type extends the BaseRequestType complex type, as specified in [MS-OXWSCDATA] section 2.2.3.14.
-
<xs:complexType name="ExpandDLType"> <xs:complexContent> <xs:extension base="m:BaseRequestType" > <xs:sequence> <xs:element name="Mailbox" type="t:EmailAddressType" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
Child Elements
|
Element |
Type |
Description |
|---|---|---|
|
Mailbox |
t:EmailAddressType ([MS-OXWSCDATA] section 2.2.4.31) |
Represents an e-mail address of a distribution list member. |