3.1.4.2.1.1 FindConversationSoapIn
The FindConversationSoapIn WSDL message specifies the SOAP message that represents a request to find a collection of conversations.
-
<wsdl:message name="FindConversationSoapIn"> <wsdl:part name="request" element="tns:FindConversation"/> <wsdl:part name="Impersonation" element="t:ExchangeImpersonation"/> <wsdl:part name="RequestVersion" element="t:RequestServerVersion"/> </wsdl:message>
The FindConversationSoapIn WSDL message is the input message for the SOAP action http://schemas.microsoft.com/exchange/services/2006/messages/FindConversation.
The parts of the FindConversationSoapIn WSDL message are listed and described in the following table.
Part |
Element/type |
Description |
---|---|---|
request |
tns:FindConversation (section 3.1.4.2.2.1) |
Specifies the SOAP body of the request to find a conversation. This part is required. |
Impersonation |
t:ExchangeImpersonation ([MS-OXWSCDATA] section 2.2.3.3) |
Specifies a SOAP header that identifies the user whom the client application is impersonating. This part is optional. |
RequestVersion |
t:RequestServerVersion ([MS-OXWSCDATA] section 2.2.3.9) |
Specifies a SOAP header that identifies the schema version for the FindConversation operation request. This part is optional. |