다음을 통해 공유


ExchangeServiceBinding.CopyFolderAsync Method ()

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 _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim CopyFolder1 As CopyFolderType

instance.CopyFolderAsync(CopyFolder1)
public void CopyFolderAsync(
    CopyFolderType CopyFolder1
)

Parameters

  • CopyFolder1
    Type: CopyFolderType
    A folder to copy.

Remarks

This element is contained in the SOAP envelope.

See Also

Reference

ExchangeServiceBinding Class

ExchangeServiceBinding Members

CopyFolderAsync Overload

Microsoft.SharePoint.Portal.WebControls Namespace