Gets a list of subfolders of the specified folder.
Operation is shallow, which means that only first level of subfolders is returned.
Namespace:
Rebex.Net
Assembly:
Rebex.Ews (in Rebex.Ews.dll)
Syntax
Visual Basic |
---|
Public Function GetFolderList ( _ folderId As EwsFolderId _ ) As IList(Of EwsFolderInfo) |
C# |
---|
public IList<EwsFolderInfo> GetFolderList( EwsFolderId folderId ) |
Parameters
- folderId
- Type: Rebex.Net..::..EwsFolderId
ID of a folder to get folders from.