3.1.4.5 GetReminders Operation

The GetReminders operation retrieves reminders in the user's mailbox from the server.<70>

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

 <wsdl:operation name="GetReminders">
      <wsdl:input message="tns:GetRemindersSoapIn" />
      <wsdl:output message="tns:GetRemindersSoapOut" />
 </wsdl:operation>

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

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