Click or drag to resize
MimeKit

IStoreFlagsRequestKeywords Property

Get the keywords that should be added, removed, or set.

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

Property Value

ISetString
The keywords.
Remarks
Gets the keywords that should be added, removed, or set.
See Also