Click or drag to resize
MimeKit

IAppendRequestKeywords Property

Get or set the keywords that should be set on the message.

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

Property Value

ISetString
The keywords.
Remarks
Gets or sets the keywords that should be set on the message.
See Also