| IMailFolderPermanentKeywords Property |
Get the permanent keywords.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax ISet<string> PermanentKeywords { get; }
Property Value
ISetStringThe 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