EwsDownloadFolders Method (Boolean) |
Downloads the list of folders of the MS Exchange account.
Namespace: MailBee.EwsMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public List<EwsFolder> DownloadFolders(
bool includeSubfolders
)
Public Function DownloadFolders (
includeSubfolders As Boolean
) As List(Of EwsFolder)
Parameters
- includeSubfolders
- Type: SystemBoolean
If true, sub-folders will also be returned; otherwise, only the current level of folders.
Return Value
Type:
ListEwsFolderThe list of folders of the current MS Exchange account under
RootFolderType, if the folder list was downloaded successfully; otherwise, a null reference (
Nothing in Visual Basic).
Exceptions Remarks
This method returns the list of sub-folders of
RootFolderType folder (and their own sub-folders if
includeSubfolders is
true).
See Also