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

Ews.GetFolderListAsync Method

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

GetFolderListAsync(Object)

Gets a list of subfolders of the folder root.

Declaration
public Task<IList<EwsFolderInfo>> GetFolderListAsync(object state = null)
Parameters
Type Name Description
Object state

An object containing state information for this request.

Returns
Type Description
Task<IList<EwsFolderInfo>>

List of EwsFolderInfo.

GetFolderListAsync(EwsFolderId, Object)

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

Declaration
public Task<IList<EwsFolderInfo>> GetFolderListAsync(EwsFolderId folderId, object state = null)
Parameters
Type Name Description
EwsFolderId folderId

ID of a folder to get folders from.

Object state

An object containing state information for this request.

Returns
Type Description
Task<IList<EwsFolderInfo>>

List of EwsFolderInfo.

GetFolderListAsync(EwsFolderId, EwsTraversalScope, Object)

Gets a list of subfolders of the specified folder.

Declaration
public Task<IList<EwsFolderInfo>> GetFolderListAsync(EwsFolderId folderId, EwsTraversalScope traversingMode, object state = null)
Parameters
Type Name Description
EwsFolderId folderId

ID of a folder to get folders from.

EwsTraversalScope traversingMode

Mode of traversing.

Object state

An object containing state information for this request.

Returns
Type Description
Task<IList<EwsFolderInfo>>

List of EwsFolderInfo.

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