ExchangeServiceBinding.GetFolderAsync 方法 (, Object)

从Microsoft Exchange Server 2007数据存储区中以异步方式检索文件夹。

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

语法

声明
Public Sub GetFolderAsync ( _
    GetFolder1 As GetFolderType, _
    userState As Object _
)
用法
Dim instance As ExchangeServiceBinding
Dim GetFolder1 As GetFolderType
Dim userState As Object

instance.GetFolderAsync(GetFolder1, userState)
public void GetFolderAsync(
    GetFolderType GetFolder1,
    Object userState
)

参数

  • GetFolder1
    类型:GetFolderType

    要检索的文件夹。

另请参阅

引用

ExchangeServiceBinding 类

ExchangeServiceBinding 成员

GetFolderAsync 重载

Microsoft.SharePoint.Portal.WebControls 命名空间