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