Rebex
Products Downloads Buy Support Contact
Show / Hide Table of Contents

Ews.GetFolderList Method

Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9119)

GetFolderList()

Gets a list of subfolders of the folder root.

Declaration
public IList<EwsFolderInfo> GetFolderList()
Returns
Type Description
IList<EwsFolderInfo>

List of EwsFolderInfo.

GetFolderList(EwsFolderId)

Gets a list of subfolders of the specified folder. Operation is shallow, which means that only first level of subfolders is returned.

Declaration
public IList<EwsFolderInfo> GetFolderList(EwsFolderId folderId)
Parameters
Type Name Description
EwsFolderId folderId

ID of a folder to get folders from.

Returns
Type Description
IList<EwsFolderInfo>

List of EwsFolderInfo.

GetFolderList(EwsFolderId, EwsTraversalScope)

Gets a list of subfolders of the specified folder.

Declaration
public IList<EwsFolderInfo> GetFolderList(EwsFolderId folderId, EwsTraversalScope traversingMode)
Parameters
Type Name Description
EwsFolderId folderId

ID of a folder to get folders from.

EwsTraversalScope traversingMode

Mode of traversing.

Returns
Type Description
IList<EwsFolderInfo>

List of EwsFolderInfo.

In This Article
© REBEX ČR s.r.o. Back to top
Privacy policy
Manage cookies