4.2 GetServiceConfiguration Operation Response

The following XML shows a successful response from the GetServiceConfiguration service request in section 4.2.

 <?xml version="1.0" encoding="utf-8"?>
 <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
   <s:Header>
     <h:ServerVersionInfo MajorVersion="14"
                          MinorVersion="0"
                          MajorBuildNumber="482"
                          MinorBuildNumber="17"
                          Version="Exchange2010"
                          xmlns:h="http://schemas.microsoft.com/exchange/
                              services/2006/types"
                          xmlns="http://schemas.microsoft.com/exchange/
                              services/2006/types"
                          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                          xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
   </s:Header>
   <s:Body xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance
       xmlns:xsd="http://www.w3.org/2001/XMLSchema">
     <GetServiceConfigurationResponse ResponseClass="Success"
         xmlns="http://schemas.microsoft.com/exchange/services/2006/messages">
       <ResponseCode>NoError</ResponseCode>
       <ResponseMessages>
         <ServiceConfigurationResponseMessageType ResponseClass="Success">
           <ResponseCode>NoError</ResponseCode>
           <m:MailTipsConfiguration
               xmlns:m="http://schemas.microsoft.com/exchange/services/
                   2006/messages">
             <t:MaxRecipientsPerGetMailTipsRequest
                 xmlns:t="http://schemas.microsoft.com/exchange/services/
                     2006/types">
                 50
             </t:MaxRecipientsPerGetMailTipsRequest>
             <t:MaxMessageSize
                 xmlns:t="http://schemas.microsoft.com/exchange/services/
                     2006/types">
                 10485760
             </t:MaxMessageSize>
             <t:LargeAudienceThreshold
                 xmlns:t="http://schemas.microsoft.com/exchange/services/
                     2006/types">
                 25
             </t:LargeAudienceThreshold>
             <t:ShowExternalRecipientCount
                 xmlns:t="http://schemas.microsoft.com/exchange/services/
                     2006/types">
                 false
             </t:ShowExternalRecipientCount>
             <t:InternalDomains
                 xmlns:t="http://schemas.microsoft.com/exchange/services/
                     2006/types">
               <t:Domain Name="contoso.com" IncludeSubdomains="false"/>
               <t:Domain Name="fabrikam.com" IncludeSubdomains="false"/>
               <t:Domain Name="example.com" IncludeSubdomains="false"/>
             </t:InternalDomains>
           </m:MailTipsConfiguration>
         </ServiceConfigurationResponseMessageType>
       </ResponseMessages>
     </GetServiceConfigurationResponse>
   </s:Body>
 </s:Envelope>