| IMessageSummaryKeywords Property |
Gets the user-defined message flags, if available.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax ISet<string> Keywords { get; }
Property Value
ISetStringThe user-defined message flags.
Remarks Gets the user-defined message flags, if available.
This property will only be set if the
Flags flag is passed to
one of the Fetch
or FetchAsync
methods.
See Also