Click or drag to resize
MimeKit

ReceivedClauseValue Property

Get or set the value for the clause.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.17.0
Syntax
C#
public string Value { get; set; }

Property Value

String
The value for the clause.
Exceptions
ExceptionCondition
ArgumentNullException The value is .
ArgumentException The value is invalid.
Remarks
Gets or sets the value for the clause.
See Also