Click or drag to resize
MimeKit

MessageSummarySize Property

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

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

Property Value

NullableUInt32
The size of the message.

Implements

IMessageSummarySize
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