ExchangeServiceBinding.MoveFolderAsync 方法 (, Object)

以异步方式从指定的文件夹中移动文件夹并将它们放入另一个文件夹。

命名空间:  Microsoft.SharePoint.Portal.WebControls
程序集:  Microsoft.SharePoint.Portal(位于 Microsoft.SharePoint.Portal.dll 中)

语法

声明
Public Sub MoveFolderAsync ( _
    MoveFolder1 As MoveFolderType, _
    userState As Object _
)
用法
Dim instance As ExchangeServiceBinding
Dim MoveFolder1 As MoveFolderType
Dim userState As Object

instance.MoveFolderAsync(MoveFolder1, _
    userState)
public void MoveFolderAsync(
    MoveFolderType MoveFolder1,
    Object userState
)

参数

  • MoveFolder1
    类型:MoveFolderType

    若要移动的文件夹。

另请参阅

引用

ExchangeServiceBinding 类

ExchangeServiceBinding 成员

MoveFolderAsync 重载

Microsoft.SharePoint.Portal.WebControls 命名空间