3.1.4.1 FindFolder Operation
The FindFolder operation obtains a list of folders that meet specified search criteria by searching the subfolders of a specified folder.
The following is the WSDL port type specification of the operation.
-
<wsdl:operation name="FindFolder"> <wsdl:input message="tns:FindFolderSoapIn"/> <wsdl:output message="tns:FindFolderSoapOut"/> </wsdl:operation>
The following is the WSDL binding specification of the operation.
-
<wsdl:operation name="FindFolder"> <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/FindFolder"/> <wsdl:input> <soap:header message="tns:FindFolderSoapIn" part="Impersonation" use="literal"/> <soap:header message="tns:FindFolderSoapIn" part="MailboxCulture" use="literal"/> <soap:header message="tns:FindFolderSoapIn" part="RequestVersion" use="literal"/> <soap:header message="tns:FindFolderSoapIn" part="TimeZoneContext" use="literal"/> <soap:header message="tns:FindFolderSoapIn" part="ManagementRole" use="literal"/> <soap:body parts="request" use="literal" /> </wsdl:input> <wsdl:output> <soap:body parts="FindFolderResult" use="literal" /> <soap:header message="tns:FindFolderSoapOut" part="ServerVersion" use="literal"/> </wsdl:output> </wsdl:operation>