 | HeaderValue Property |
Gets or sets the header value.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 3.0.0
Syntaxpublic string Value { get; set; }
Property Value
Type:
StringThe header value.
Exceptions
Remarks
Represents the decoded header value and is suitable for displaying to the user.
See Also