ImapGetFolderSizeAsync Method |
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public Task<long> GetFolderSizeAsync()
Public Function GetFolderSizeAsync As Task(Of Long)
Return Value
Type:
TaskInt64A task that represents the asynchronous operation.
On success, the value of
TResult parameter is the total size occupied by all messages in this folder; otherwise, -1.
Exceptions See Also