| IAppendRequestKeywords Property |
Get or set the keywords that should be set on the message.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax ISet<string> Keywords { get; set; }
Property Value
ISetStringThe keywords.
Remarks
Gets or sets the keywords that should be set on the message.
See Also