| HeaderSetValue(Encoding, String) Method |
Set the header value using the specified character encoding.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public void SetValue(
Encoding encoding,
string value
)
Parameters
- encoding Encoding
- A character encoding.
- value String
- The header value.
Exceptions Remarks
When a particular charset is desired for encoding the header value
according to the rules of rfc2047, this method should be used
instead of the
Value setter.
See Also