EwsCalculateFolderSizeOnDownload Property
Gets or sets if folder download operation must also calculate the folder size in bytes.

Namespace: MailBee.EwsMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public bool CalculateFolderSizeOnDownload { get; set; }

Property Value

Type: Boolean
If true, methods like DownloadFolders(Boolean), DownloadFolderByShortName(FolderId, String) or DownloadFolderByFullName(FolderId, String) will also set Size property in their results; otherwise, this property value will remain -1. The default is false.
Remarks
Calculating folder size is an expensive operation and therefore is not performed by default.
See Also