Ews.GetFolderList Method
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9448)
GetFolderList()
Gets a list of subfolders of the folder root.
Declaration
public IList<EwsFolderInfo> GetFolderList()
Returns
| Type | Description |
|---|---|
| IList<Ews |
List of Ews |
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 |
|---|---|---|
| Ews |
folderId | ID of a folder to get folders from. |
Returns
| Type | Description |
|---|---|
| IList<Ews |
List of Ews |
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 |
|---|---|---|
| Ews |
folderId | ID of a folder to get folders from. |
| Ews |
traversingMode | Mode of traversing. |
Returns
| Type | Description |
|---|---|
| IList<Ews |
List of Ews |