Click or drag to resize
MimeKit

IMessageSummaryKeywords Property

Gets the user-defined message flags, if available.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
ISet<string> Keywords { get; }

Property Value

ISetString
The user-defined message flags.
Remarks

Gets the user-defined 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