3.1.4.3 GetSearchableMailboxes

The GetSearchableMailboxes operation retrieves a list of mailboxes on which the client has permission to search or to perform eDiscovery.

The following is the WSDL port type specification of the GetSearchableMailboxes WSDL operation.

 <wsdl:operation name="GetSearchableMailboxes" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <wsdl:input message="tns:GetSearchableMailboxesSoapIn"/>
   <wsdl:output message="tns:GetSearchableMailboxesSoapOut"/>
 </wsdl:operation>

The following is the WSDL binding specification of the GetSearchableMailboxes operation.

 <wsdl:operation name="GetSearchableMailboxes" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/GetSearchableMailboxes" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
   <wsdl:input>
     <soap:header message="tns:GetSearchableMailboxesSoapIn" part="RequestVersion" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
     <soap:header message="tns:GetSearchableMailboxesSoapIn" part="ManagementRole" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
     <soap:body use="literal" parts="request" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
   </wsdl:input>
   <wsdl:output>
     <soap:body use="literal" parts="GetSearchableMailboxesResult" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
     <soap:header message="tns:GetSearchableMailboxesSoapOut" part="ServerVersion" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
   </wsdl:output>
 </wsdl:operation>

The client sends a GetSearchableMailboxesSoapIn request WSDL message, as specified in section 3.1.4.3.1.1, and the server responds with GetSearchableMailboxesSoapOut response, as specified in section 3.1.4.3.1.2.