Click or drag to resize
MimeKit

IMailFolderPermanentKeywords Property

Get the permanent keywords.

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

Property Value

ISetString
The permanent keywords.
Remarks

The permanent keywords are the keywords that will persist between sessions.

If the UserDefined flag is set in PermanentFlags, then the folder allows storing of user-defined keywords as well.

See Also