EwsDownloadFoldersAsync Method (Boolean) |
Namespace: MailBee.EwsMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public Task<List<EwsFolder>> DownloadFoldersAsync(
bool includeSubfolders
)
Public Function DownloadFoldersAsync (
includeSubfolders As Boolean
) As Task(Of List(Of EwsFolder))
Parameters
- includeSubfolders
- Type: SystemBoolean
Return Value
Type:
TaskListEwsFolderA task that represents the asynchronous operation. The value of
TResult parameter points to the list of sub-folders of
RootFolderType folder
(and their own sub-folders if
includeSubfolders is
true) if the method succeeds; otherwise, a null reference (
Nothing in Visual Basic).
Exceptions Remarks See Also