 | ReceivedClauseComments Property |
Get the collection of comments associated with the clause.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.17.0
Syntaxpublic IList<string> Comments { get; }Property Value
IListStringThe collection of comments.
Remarks
Gets the collection of comments associated with the clause.
See Also