Click or drag to resize
MimeKit

ReceivedClauses Property

Get the collection of clauses that make up the Received header.

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

Property Value

IListReceivedClause
The collection of clauses.
Remarks
Gets the collection of clauses that make up the Received header.
See Also