3.1.4.1.1.1 ArchiveItemSoapIn

The ArchiveItemSoapIn WSDL message specifies the request to archive items.

The following is the ArchiveItemSoapIn WSDL message specification.

 <wsdl:message name="ArchiveItemSoapIn" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <wsdl:part name="request" element="tns:ArchiveItem"/>
   <wsdl:part name="Impersonation" element="t:ExchangeImpersonation"/>
   <wsdl:part name="MailboxCulture" element="t:MailboxCulture"/>
   <wsdl:part name="RequestVersion" element="t:RequestServerVersion"/>
 </wsdl:message>

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

The parts of the ArchiveItemSoapIn WSDL message are described in the following table.

Part name

Element/type

Description

request

ArchiveItem

(section 3.1.4.1.2.1)

Specifies the SOAP body of the request to archive items.

Impersonation

ExchangeImpersonation

([MS-OXWSCDATA] section 2.2.3.3)

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

MailboxCulture

MailboxCulture

([MS-OXWSCDATA] section 2.2.4.43)

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

RequestVersion

RequestServerVersion

([MS-OXWSCDATA] section 2.2.3.9)

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