3.1.4.3.1.1 tns:DeleteItemSoapIn Message

The DeleteItemSoapIn WSDL message specifies the DeleteItem operation request to delete items on the server.

 <wsdl:message name="DeleteItemSoapIn">
    <wsdl:part name="request" element="tns:DeleteItem"/>
    <wsdl:part name="Impersonation" element="t:ExchangeImpersonation"/>
    <wsdl:part name="MailboxCulture" element="t:MailboxCulture"/>
    <wsdl:part name="RequestVersion" element="t:RequestServerVersion"/>
 </wsdl:message>

The DeleteItemSoapIn WSDL message is the input message for the SOAP action http://schemas.microsoft.com/exchange/services/2006/messages/DeleteItem.

The parts of the DeleteItemSoapIn WSDL message are listed and described in the following table.

Part name

Element/type

Description

request

tns:DeleteItem (section 3.1.4.3.2.1)

Specifies the SOAP body of a request.

Impersonation

t:ExchangeImpersonation ([MS-OXWSCDATA] section 2.2.3.3)

Specifies a SOAP header that identifies the user whom the client application is impersonating.

MailboxCulture

t:MailboxCulture ([MS-OXWSCDATA] section 2.2.3.6)

Specifies a SOAP header that identifies the culture to be used for accessing a mailbox. The cultures are defined in [RFC3066].

RequestVersion

t:RequestServerVersion ([MS-OXWSCDATA] section 2.2.3.9)

Specifies a SOAP header that identifies the schema version for a DeleteItem operation request.