3.1.4.4.3.4 tns:User Complex Type
The User complex type represents a user whose settings are to be retrieved. The user is identified by SMTP address or legacy DN.
-
<xs:complexType name="User"> <xs:sequence> <xs:element name="Mailbox" type="xs:string" nillable="true" /> </xs:sequence> </xs:complexType>
The following table lists the child elements of the User complex type.
Element name |
Type |
Description |
---|---|---|
Mailbox |
xs:string [XMLSCHEMA2] |
Specifies the email address of the user whose settings are to be retrieved. |
The GetUserSettings operation uses the specified user's email address to discover that user's mailbox. The User element MUST be present.