3.1.4.1 CopyItem Operation
The CopyItem operation copies items on the server.
The following is the WSDL port type specification for the CopyItem operation.
-
<wsdl:operation name="CopyItem"> <wsdl:input message="tns:CopyItemSoapIn" /> <wsdl:output message="tns:CopyItemSoapOut" /> </wsdl:operation>
The following is the WSDL binding specification for the CopyItem operation.
-
<wsdl:operation name="CopyItem"> <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/CopyItem"/> <wsdl:input> <soap:header message="tns:CopyItemSoapIn" part="Impersonation" use="literal"/> <soap:header message="tns:CopyItemSoapIn" part="MailboxCulture" use="literal"/> <soap:header message="tns:CopyItemSoapIn" part="RequestVersion" use="literal"/> <soap:body parts="request" use="literal"/> </wsdl:input> <wsdl:output> <soap:body parts="CopyItemResult" use="literal"/> <soap:header message="tns:CopyItemSoapOut" part="ServerVersion" use="literal"/> </wsdl:output> </wsdl:operation>