Click or drag to resize
MimeKit

HeaderValue Property

Get or sets the header value.

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

Property Value

String
The header value.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is null.
Remarks
Represents the decoded header value and is suitable for displaying to the user.
See Also