3.1.4.2 UploadItems

The UploadItems operation uploads items to a mailbox.

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

 <wsdl:operation name="UploadItems">
    <wsdl:input message="tns:UploadItemsSoapIn"/>
    <wsdl:output message="tns:UploadItemsSoapOut"/>
 </wsdl:operation>

The following is the WSDL binding specification of the operation.

 <wsdl:operation name="UploadItems">
   <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/UploadItems" />
   <wsdl:input>
     <soap:header message="tns:UploadItemsSoapIn" part="Impersonation" use="literal"/>
     <soap:header message="tns:UploadItemsSoapIn" part="MailboxCulture" use="literal"/>
     <soap:header message="tns:UploadItemsSoapIn" part="RequestVersion" use="literal"/>
     <soap:body parts="request" use="literal" />
   </wsdl:input>
   <wsdl:output>
     <soap:body parts="UploadItemsResult" use="literal" />
     <soap:header message="tns:UploadItemsSoapOut" part="ServerVersion" use="literal"/>
   </wsdl:output>
 </wsdl:operation>