ExchangeServiceBinding.UpdateItemAsync 方法 (, Object)

以异步方式修改现有Microsoft Exchange Server 2007数据存储区中项的属性。

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

语法

声明
Public Sub UpdateItemAsync ( _
    UpdateItem1 As UpdateItemType, _
    userState As Object _
)
用法
Dim instance As ExchangeServiceBinding
Dim UpdateItem1 As UpdateItemType
Dim userState As Object

instance.UpdateItemAsync(UpdateItem1, _
    userState)
public void UpdateItemAsync(
    UpdateItemType UpdateItem1,
    Object userState
)

参数

  • UpdateItem1
    类型:UpdateItemType

另请参阅

引用

ExchangeServiceBinding 类

ExchangeServiceBinding 成员

UpdateItemAsync 重载

Microsoft.SharePoint.Portal.WebControls 命名空间