Click or drag to resize
MimeKit

MessageSummaryKeywords Property

Gets the user-defined message flags, if available.

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

Property Value

ISetString
The user-defined message flags.

Implements

IMessageSummaryKeywords
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