Click or drag to resize
MimeKit

MailFolderAcceptedKeywords Property

Get the accepted keywords.

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

Property Value

ISetString
The accepted keywords.

Implements

IMailFolderAcceptedKeywords
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