Click or drag to resize
MimeKit

IMessageSummarySize Property

Gets the size of the message, in bytes, if available.

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

Property Value

NullableUInt32
The size of the message.
Remarks

Gets the size of the message, in bytes, if available.

This property will only be set if the Size flag is passed to one of the Fetch or FetchAsync methods.

See Also