Partager via


3.1.4.1 ApplyConversationAction

The ApplyConversationAction operation specifies the WSDL message that is used to apply actions to conversations in a mailbox.

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

 <wsdl:operation name="ApplyConversationAction">
     <wsdl:input message="tns:ApplyConversationActionSoapIn"/>
     <wsdl:output message="tns:ApplyConversationActionSoapOut"/> 
 </wsdl:operation>

The following is the WSDL binding specification of this operation.

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