ExchangeServiceBinding.FindItemAsync 方法 (, Object)

标识要异步查找指定文件夹中的项目。

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

语法

声明
Public Sub FindItemAsync ( _
    FindItem1 As FindItemType, _
    userState As Object _
)
用法
Dim instance As ExchangeServiceBinding
Dim FindItem1 As FindItemType
Dim userState As Object

instance.FindItemAsync(FindItem1, userState)
public void FindItemAsync(
    FindItemType FindItem1,
    Object userState
)

参数

  • FindItem1
    类型:FindItemType

    在指定的文件夹中查找的项。

另请参阅

引用

ExchangeServiceBinding 类

ExchangeServiceBinding 成员

FindItemAsync 重载

Microsoft.SharePoint.Portal.WebControls 命名空间