3.1.4.7 PerformReminderAction Operation

PerformReminderAction operation performs an action on a reminder.<71>

The following is the WSDL port type specification for the PerformReminderAction operation.

 <wsdl:operation name="PerformReminderAction">
    <wsdl:input message="tns:PerformReminderActionSoapIn"/>
    <wsdl:output message="tns:PerformReminderActionSoapOut"/>
 </wsdl:operation>

The following is the WSDL binding specification for the PerformReminderAction operation.

 <wsdl:operation name="PerformReminderAction">
    <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/PerformReminderAction"/>
    <wsdl:input>
       <soap:header message="tns:PerformReminderActionSoapIn" part="RequestVersion" use="literal"/>
       <soap:body parts="request" use="literal"/>
    </wsdl:input>
    <wsdl:output>
       <soap:body parts="PerformReminderActionResult" use="literal"/>
       <soap:header message="tns:PerformReminderActionSoapOut" part="ServerVersion" use="literal"/>
    </wsdl:output>
 </wsdl:operation>