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