4.2 Autodiscover Redirect

The following example shows an Autodiscover redirect to a new email address.

 <?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">
     <Account>
       <Action>redirectAddr</Action>
       <RedirectAddr>user@subdomain.contoso.com</RedirectAddr>
     </Account>
   </Response>
 </Autodiscover>