3.1.4.3 GetConversationItems

The GetConversationItems operation specifies the WSDL messages that are used to request and return the contents of a conversation in a mailbox.<29>

The following is the WSDL port type definition of this operation.

 <wsdl:operation name="GetConversationItems">
     <wsdl:input message="tns:GetConversationItemsSoapIn"/>
     <wsdl:output message="tns:GetConversationItemsSoapOut"/>
 </wsdl:operation>

The following is the WSDL binding specification of this operation.

 <wsdl:operation name="GetConversationItems">
       <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/GetConversationItems"/>
       <wsdl:input>
         <soap:body parts="request" use="literal"/>
         <soap:header message="tns:GetConversationItemsSoapIn" part="RequestVersion" use="literal"/>
         <soap:header message="tns:GetConversationItemsSoapIn" part="Impersonation" use="literal"/>
       </wsdl:input>
       <wsdl:output>
         <soap:body parts="GetConversationItemsResult" use="literal"/>
         <soap:header message="tns:GetConversationItemsSoapOut" part="ServerVersion" use="literal"/>
       </wsdl:output>
     </wsdl:operation>