EwsDownloadFoldersAsync Method (FolderId, Boolean, 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(
FolderId parentFolderId,
bool includeParentFolder,
bool includeSubfolders
)
Public Function DownloadFoldersAsync (
parentFolderId As FolderId,
includeParentFolder As Boolean,
includeSubfolders As Boolean
) As Task(Of List(Of EwsFolder))
Parameters
- parentFolderId
- Type: FolderId
- includeParentFolder
- Type: SystemBoolean
- 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