Click or drag to resize
MimeKit

MailFolderSize Property

Get the size of the folder.

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

Property Value

NullableUInt64
The size.

Implements

IMailFolderSize
Remarks

Gets the size of the folder in bytes.

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