Click or drag to resize
MimeKit

ReceivedClause(String, String, String) Constructor

Initializes a new instance of the ReceivedClause class.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.17.0
Syntax
C#
public ReceivedClause(
	string keyword,
	string value,
	string comment
)

Parameters

keyword  String
The keyword that identifies the clause.
value  String
The value associated with the keyword.
comment  String
The comment associated with the value.
Exceptions
ExceptionCondition
ArgumentNullException

keyword is .

-or-

value is .

-or-

comment is .

Remarks
Creates a new ReceivedClause instance with the specified keyword, value and comment.
See Also