This topic has not yet been rated - Rate this topic

3.1.4.3 DeleteItem Operation

The DeleteItem operation deletes items on the server.

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

<wsdl:operation name="DeleteItem">
   <wsdl:input message="tns:DeleteItemSoapIn"/>
   <wsdl:output message="tns:DeleteItemSoapOut"/>
</wsdl:operation>

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

<wsdl:operation name="DeleteItem">
   <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/DeleteItem"/>
   <wsdl:input>
      <soap:header message="tns:DeleteItemSoapIn" part="Impersonation" use="literal"/>
      <soap:header message="tns:DeleteItemSoapIn" part="MailboxCulture" use="literal"/>
      <soap:header message="tns:DeleteItemSoapIn" part="RequestVersion" use="literal"/>
      <soap:body parts="request" use="literal"/>
   </wsdl:input>
   <wsdl:output>
      <soap:body parts="DeleteItemResult" use="literal"/>
      <soap:header message="tns:DeleteItemSoapOut" part="ServerVersion" use="literal"/>
   </wsdl:output>
</wsdl:operation>
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.