| IMailStoreGetFolders(FolderNamespace, StatusItems, Boolean, CancellationToken) Method |
Get all of the folders within the specified namespace.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax IList<IMailFolder> GetFolders(
FolderNamespace namespace,
StatusItems items = StatusItems.None,
bool subscribedOnly = false,
CancellationToken cancellationToken = default
)
Parameters
- namespace FolderNamespace
- The namespace.
- items StatusItems (Optional)
- The status items to pre-populate.
- subscribedOnly Boolean (Optional)
- If set to true, only subscribed folders will be listed.
- cancellationToken CancellationToken (Optional)
- The cancellation token.
Return Value
IListIMailFolderThe folders.
Exceptions Remarks
Gets all of the folders within the specified namespace.
See Also