ExchangeServiceBinding.FindFolder 方法

使用 Exchange 的 Web 服务来查找已标识的文件夹的子文件夹。

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

语法

声明
Public Function FindFolder ( _
    FindFolder1 As FindFolderType _
) As FindFolderResponseType
用法
Dim instance As ExchangeServiceBinding
Dim FindFolder1 As FindFolderType
Dim returnValue As FindFolderResponseType

returnValue = instance.FindFolder(FindFolder1)
public FindFolderResponseType FindFolder(
    FindFolderType FindFolder1
)

参数

  • FindFolder1
    类型:FindFolderType

    要为其返回的数据的子文件夹的文件夹。

返回值

类型:FindFolderResponseType
一组描述的子文件夹集的属性。

备注

此元素在 SOAP 信封中的生存之地。

FindFolder还用于查找托管的文件夹。

FindFolder返回仅第 512 个字节的任何可流式处理的属性。为 Unicode,它通过使用空终止的 Unicode 字符串返回的前 255 个字符。

排序功能和分组的查询不可用的FindFolder响应。

另请参阅

引用

ExchangeServiceBinding 类

ExchangeServiceBinding 成员

Microsoft.SharePoint.Portal.WebControls 命名空间