Click or drag to resize
MimeKit

IMailFolderSize Property

Get the size of the folder.

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

Property Value

NullableUInt64
The size.
Remarks

Gets the size of the folder in bytes.

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