ExchangeServiceBinding.CopyFolder Method
Copies folders in a mailbox.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Function CopyFolder ( _
CopyFolder1 As CopyFolderType _
) As CopyFolderResponseType
'Usage
Dim instance As ExchangeServiceBinding
Dim CopyFolder1 As CopyFolderType
Dim returnValue As CopyFolderResponseType
returnValue = instance.CopyFolder(CopyFolder1)
public CopyFolderResponseType CopyFolder(
CopyFolderType CopyFolder1
)
Parameters
- CopyFolder1
Type: CopyFolderType
A folder to copy.
Return Value
Type: CopyFolderResponseType
An object representing a folder to copy.
Remarks
This element is contained in the SOAP envelope.