Autodiscover Request (POX)

Last modified: March 16, 2009

Applies to: Exchange Server 2007 | Exchange Server 2010

The Autodiscover request contains a query for a user's client access configuration.

Autodiscover Request Example

Description

The following XML example shows an Autodiscover request body.

Code

<Autodiscover xmlns="https://schemas.microsoft.com/exchange/autodiscover/outlook/requestschema/2006">
   <Request>
     <EMailAddress>user@contoso.com</EMailAddress>
     <AcceptableResponseSchema>https://schemas.microsoft.com/exchange/autodiscover/outlook/responseschema/2006a</AcceptableResponseSchema>
   </Request>
 </Autodiscover>

Request Elements

The following elements are used in the request body:

Note

The LegacyDN (POX) element can be used in place of the EMailAddress (POX) element.