3.1.4.1 ExportItems

The ExportItems operation specifies the WSDL messages for exporting items out of a mailbox.

The following is the WSDL port type definition of the operation.

 <wsdl:operation name="ExportItems">
    <wsdl:input message="tns:ExportItemsSoapIn"/>
    <wsdl:output message="tns:ExportItemsSoapOut"/>
 </wsdl:operation>

The following is the WSDL binding specification of the operation.<1>

 <wsdl:operation name="ExportItems">
    <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/ExportItems" />
    <wsdl:input>
        <soap:header message="tns:ExportItemsSoapIn" part="Impersonation" use="literal"/>
        <soap:header message="tns:ExportItemsSoapIn" part="MailboxCulture" use="literal"/>
        <soap:header message="tns:ExportItemsSoapIn" part="RequestVersion" use="literal"/>
        <soap:header message="tns:ExportItemsSoapIn" part="ManagementRole" use="literal"/>
        <soap:body parts="request" use="literal" />
    </wsdl:input>
    <wsdl:output>
        <soap:body parts="ExportItemsResult" use="literal" />
        <soap:header message="tns:ExportItemsSoapOut" part="ServerVersion" use="literal"/>
    </wsdl:output>
 </wsdl:operation>