Click or drag to resize
MimeKit

ReceivedClauseComments Property

Get the collection of comments associated with the clause.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.17.0
Syntax
C#
public IList<string> Comments { get; }

Property Value

IListString
The collection of comments.
Remarks
Gets the collection of comments associated with the clause.
See Also