4.18.1 Request

The following example shows a ResolveRecipients command request (section 2.2.1.15) sent from the client to the server to retrieve GAL and contact information by using ANR. In this example, the client sends a request to retrieve recipient information for recipients containing the word "Testers".

 <?xml version="1.0" encoding="utf-8"?>
 <ResolveRecipients xmlns="ResolveRecipients">
   <To>Testers</To>
   <Options>
     <CertificateRetrieval>3</CertificateRetrieval>
     <MaxCertificates>99</MaxCertificates>
     <MaxAmbiguousRecipients>99</MaxAmbiguousRecipients>
     <Picture>
         <MaxSize>1024</MaxSize>
         <MaxPictures>10</MaxPictures>
     </Picture>
   </Options>
 </ResolveRecipients>