Click or drag to resize
MimeKit

StoreFlagsRequestKeywords Property

Get or set the keywords to add, remove or set on the message.

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

Property Value

ISetString
The keywords.

Implements

IStoreFlagsRequestKeywords
Remarks
Gets or sets the keywords to add, remove or set on the message.
See Also