Click or drag to resize
MimeKit

ReceivedClause Class

A parsed representation of a clause in a Received header.
Inheritance Hierarchy
SystemObject
  MimeKitReceivedClause

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.17.0
Syntax
C#
public class ReceivedClause

The ReceivedClause type exposes the following members.

Constructors
 NameDescription
Public methodReceivedClause(String, String) Initializes a new instance of the ReceivedClause class.
Public methodReceivedClause(String, String, String) Initializes a new instance of the ReceivedClause class.
Top
Properties
 NameDescription
Public propertyComments Get the collection of comments associated with the clause.
Public propertyId Get the identifier for the clause.
Public propertyKeyword Get the keyword used to identify the clause.
Public propertyValue Get or set the value for the clause.
Top
Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodToString
(Inherited from Object)
Top
Remarks
Each clause in a Received header is made up of a keyword (such as "from", "by", "via", "with", "id", or "for") and a corresponding value. A clause may also include a comment (or, as with some non-compliant mail software, a series of comments).
See Also