Click or drag to resize
MimeKit

IMailFolderSize Property

Get the size of the folder.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.12.1
Syntax
C#
ulong? Size { get; }

Property Value

NullableUInt64
The size of the folder, in bytes.
Remarks

Gets the size of the folder in bytes.

Note  Note
If the value is not set, then the size is unspecified.
See Also