Click or drag to resize
MimeKit

IMailFolderAcceptedKeywords Property

Get the accepted keywords.

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

Property Value

ISetString
The accepted keywords.
Remarks
The accepted keywords are the keywords that will be accepted and persist for the current session. For the set of keywords that will persist between sessions, see the PermanentKeywords property.
See Also