4.4 MapiHttp Response

The following example shows a MapiHttp response (section 2.2.4.1.1.2.6) that contains configuration information.

 <?xml version="1.0" encoding="utf-8"?>
 <Autodiscover xmlns="http://schemas.microsoft.com/exchange/autodiscover/responseschema/2006">
   <Response xmlns="http://schemas.microsoft.com/exchange/autodiscover/outlook/responseschema/2006a">
     <User>
       <DisplayName>User Display Name</DisplayName>
       <LegacyDN>/o=microsoft/ou=Contoso/cn=Recipients/cn=486021</LegacyDN>
       <AutoDiscoverSMTPAddress>user@Contoso.com</AutoDiscoverSMTPAddress>
       <DeploymentId>30c3a927-42aa-5de8-91e3-8e5b4655ed00</DeploymentId>
     </User>
     <Account>
       <AccountType>email</AccountType>
       <Action>settings</Action>
       <Protocol Type="mapiHttp" Version="1">
         <MailStore>
           <InternalUrl>https://mail.Contoso.com/mapi/emsmdb/?MailboxId=416c6368-656d-794a-6f45-57615272456e@Contoso.com</InternalUrl>
         </MailStore>
         <AddressBook>
           <InternalUrl>https://mail.Contoso.com/mapi/nspi/?MailboxId=416c6368-656d-794a-6f45-57615272456e@Contoso.com</InternalUrl>
         </AddressBook>
       </Protocol>
       <Protocol>
         <Type>WEB</Type>
         <External>
           <OWAUrl AuthenticationMethod="Fba">https://mail.Contoso.com/owa</OWAUrl>
           <Protocol>
             <Type>EXPR</Type>
             <ASUrl>https://mail.Contoso.com/ews/exchange.asmx</ASUrl>
           </Protocol>
         </External>
         <Internal>
           <OWAUrl AuthenticationMethod="Ntlm, WindowsIntegrated">https:/Internal.mail.Contoso.com/owa</OWAUrl>
           <OWAUrl AuthenticationMethod="Basic, Fba">https://mail.Contoso.com/owa</OWAUrl>
           <Protocol>
             <Type>EXCH</Type>
             <ASUrl>https://mail.Contoso.com/ews/exchange.asmx</ASUrl>
           </Protocol>
         </Internal>
       </Protocol>
     </Account>
   </Response>
 </Autodiscover>