Click or drag to resize
MimeKit

IMessageSummaryFlags Property

Gets the message flags, if available.

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

Property Value

NullableMessageFlags
The message flags.
Remarks

Gets the message flags, if available.

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

See Also