3.1.4.1.1.1 tns:ExportItemsSoapIn Message
The ExportItemsSoapIn WSDL message specifies the SOAP message that represents a request to export items out of a mailbox.
The following is the ExportItemsSoapIn WSDL message specification.
-
<wsdl:message name="ExportItemsSoapIn"> <wsdl:part name="request" element="tns:ExportItems"/> <wsdl:part name="Impersonation" element="t:ExchangeImpersonation"/> <wsdl:part name="MailboxCulture" element="t:MailboxCulture"/> <wsdl:part name="RequestVersion" element="t:RequestServerVersion"/> <wsdl:part name="ManagementRole" element="t:ManagementRole"/> </wsdl:message>
The ExportItemSoapIn WSDL message is the input message for the SOAP action http://schemas.microsoft.com/exchange/services/2006/messages/ExportItem.
The parts of the ExportItemSoapIn WSDL message are described in the following table.
Part name |
Element/type |
Description |
---|---|---|
request |
tns:ExportItems (section 3.1.4.1.2.1) |
Specifies the SOAP body of the request to export items. This part is required. |
Impersonation |
t:ExchangeImpersonation ([MS-OXWSCDATA] section 2.2.3.3) |
Specifies a SOAP header that identifies the user whom the client application is impersonating. This part is optional. |
MailboxCulture |
t:MailboxCulture ([MS-OXWSCDATA] section 2.2.3.6) |
Specifies a SOAP header that identifies the culture to use for accessing the server. The cultures are defined by [RFC3066]. |
RequestVersion |
t:RequestServerVersion ([MS-OXWSCDATA] section 2.2.3.9) |
Specifies a SOAP header that identifies the schema version for the ExportItems operation request. |
ManagementRole |
t:ManagementRole ([MS-OXWSCDATA] section 2.2.3.7) |
Specifies the SOAP header that identifies the caller's role. <2> |