2.2.4.3 t:MemberType Complex Type
The MemberType complex type provides information about each member of the members collection of the distribution list, containing a member’s mailbox address, status and optional member’s identifier in the collection.
-
<xs:complexType name="MemberType"> <xs:sequence> <xs:element name="Mailbox" type="t:EmailAddressType" minOccurs="0" /> <xs:element name="Status" type="t:MemberStatusType" minOccurs="0" /> </xs:sequence> <xs:attribute name="Key" type="xs:string" use="optional" /> </xs:complexType>
The following table lists the child elements of the MemberType complex type.
Element |
Type |
Description |
---|---|---|
Mailbox |
t:EmailAddressType ([MS-OXWSCDATA] section 2.2.4.31) |
Represents an e-mail address of a member. At least one of EmailAddress and ItemId in this element SHOULD be present. Otherwise, ErrorInvalidMailbox ([MS-OXWSCDATA] section 2.2.5.24) will be returned. |
Status |
t:MemberStatusType (section 2.2.5.1) |
Provides information about the status of a distribution list member in the members’ collection. |
The following table lists the attributes of the MemberType complex type.
Name |
Type |
Description |
---|---|---|
Key |
xs:string [XMLSCHEMA2] |
Represents a unique identification of the member in the members collection. |