ExchangeServiceBinding.CopyFolder Method
Exchange Server 2010
The CopyFolder method sends the request to and gets the response from a CopyFolder operation.
Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)
Assembly: EWS (in ews.dll)
[SoapHeaderAttribute("MailboxCulture")] [SoapDocumentMethodAttribute("http://schemas.microsoft.com/exchange/services/2006/messages/CopyFolder", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Bare)] [SoapHeaderAttribute("ServerVersionInfoValue", Direction=SoapHeaderDirection.Out)] [SoapHeaderAttribute("RequestServerVersionValue")] [SoapHeaderAttribute("ExchangeImpersonation")] public CopyFolderResponseType CopyFolder ( CopyFolderType CopyFolder1 )
Parameters
- CopyFolder1
An instance of the CopyFolderType class that represents the folders to copy and the destination folder that contains the copies.