ExchangeServiceBinding.CopyItemAsync 方法 (, Object)

异步复制项目并将其放入不同的文件夹。

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

语法

声明
Public Sub CopyItemAsync ( _
    CopyItem1 As CopyItemType, _
    userState As Object _
)
用法
Dim instance As ExchangeServiceBinding
Dim CopyItem1 As CopyItemType
Dim userState As Object

instance.CopyItemAsync(CopyItem1, userState)
public void CopyItemAsync(
    CopyItemType CopyItem1,
    Object userState
)

参数

  • CopyItem1
    类型:CopyItemType

    要复制的项。

另请参阅

引用

ExchangeServiceBinding 类

ExchangeServiceBinding 成员

CopyItemAsync 重载

Microsoft.SharePoint.Portal.WebControls 命名空间