Gets
FolderView instance tuned for listing all the folders in the account.
Namespace: MailBee.EwsMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public FolderView GetFolderView(
bool includeSubfolders
)
Public Function GetFolderView (
includeSubfolders As Boolean
) As FolderView
Parameters
- includeSubfolders
- Type: SystemBoolean
If true, subfolders will also be requested; otherwise, only current level folders will be requested.
Return Value
Type:
FolderViewA
FolderView instance you can then pass to
DownloadFolders(FolderId, FolderView, SearchFilter, bool) method which actually downloads the requested
folder list.
Remarks See Also