Click or drag to resize
MimeKit

MessageSummaryFlags Property

Gets the message flags, if available.

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

Property Value

NullableMessageFlags
The message flags.

Implements

IMessageSummaryFlags
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