1 out of 1 rated this helpful - Rate this topic

POX Autodiscover request for Exchange 2013

Published: July 16, 2012

Applies to:  Exchange 2013 | Exchange Online | Exchange Server 2007 | Exchange Server 2010 

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

Description

The following XML example shows an Autodiscover request body.

Code

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

Request Elements

The following elements are used in the request body:

Note Note

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

Date

Description

July 16, 2012

Initial publication

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.