다음을 통해 공유


ExchangeServiceBinding.FindFolder Method

Uses Exchange Web Services to find subfolders of an identified folder.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public Function FindFolder ( _
    FindFolder1 As FindFolderType _
) As FindFolderResponseType
'Usage
Dim instance As ExchangeServiceBinding
Dim FindFolder1 As FindFolderType
Dim returnValue As FindFolderResponseType

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

Parameters

  • FindFolder1
    Type: FindFolderType
    Folder for which to return subfolder data.

Return Value

Type: FindFolderResponseType
A set of properties that describe the set of subfolders.

Remarks

This element lives in the SOAP envelope.

FindFolder is also used to find managed folders.

FindFolder returns only the first 512 bytes of any streamable property. For Unicode, it returns the first 255 characters by using a null-terminated Unicode string.

Sorting functionality and grouped queries are not available for FindFolder responses.

See Also

Reference

ExchangeServiceBinding Class

ExchangeServiceBinding Members

Microsoft.SharePoint.Portal.WebControls Namespace