ExchangeServiceBinding.CopyFolderAsync Method (CopyFolderType, Object)
Copies folders in a mailbox asynchronously.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Sub CopyFolderAsync ( _
CopyFolder1 As CopyFolderType, _
userState As Object _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim CopyFolder1 As CopyFolderType
Dim userState As Object
instance.CopyFolderAsync(CopyFolder1, _
userState)
public void CopyFolderAsync(
CopyFolderType CopyFolder1,
Object userState
)
Parameters
- CopyFolder1
Type: Microsoft.SharePoint.Portal.WebControls.CopyFolderType
A folder to copy.
- userState
Type: System.Object
Remarks
This element is contained in the SOAP envelope.