3.1.4.1 ResolveNames Operation
The ResolveNames operation returns a list of candidate recipients that match an ambiguous recipient name that is provided by the client.
The following is the WSDL port type specification for the ResolveNames operation.
-
<wsdl:operation name="ResolveNames" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> <wsdl:input message="tns:ResolveNamesSoapIn"/> <wsdl:output message="tns:ResolveNamesSoapOut"/> </wsdl:operation>
The following is the WSDL binding specification for the ResolveNames operation.
-
<wsdl:operation name="ResolveNames" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/ResolveNames" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> <wsdl:input> <soap:body parts="request" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> <soap:header message="tns:ResolveNamesSoapIn" part="Impersonation" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> <soap:header message="tns:ResolveNamesSoapIn" part="MailboxCulture" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> <soap:header message="tns:ResolveNamesSoapIn" part="RequestVersion" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> </wsdl:input> <wsdl:output> <soap:body parts="ResolveNamesResult" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> <soap:header message="tns:ResolveNamesSoapOut" part="ServerVersion" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> </wsdl:output> </wsdl:operation>