| HeaderValue Property |
Get or sets the header value.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public string Value { get; set; }
Property Value
StringThe header value.
Exceptions Remarks
Represents the decoded header value and is suitable for displaying to the user.
See Also