Request (POX)

The Request element contains the request to the Autodiscover service.

<Request>
   <AcceptableResponseSchema/>
   <EMailAddress/>
</Request>
<Request>
   <AcceptableResponseSchema/> 
   <LegacyDN/>
</Request>

Attributes and elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None.

Child elements

Element Description
AcceptableResponseSchema (POX)
Identifies the schema for an Autodiscover response.
EmailAddress (NonEmptyStringType)
Identifies the user's e-mail address.
LegacyDN (POX)
Identifies a user's mailbox by legacy distinguished name.

Parent elements

Element Description
AutoDiscover (POX)
The root element in an Autodiscover request.

See also