Click or drag to resize
MimeKit

HeaderSetRawValue Method

Set the raw header value.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public void SetRawValue(
	byte[] value
)

Parameters

value  Byte
The raw header value.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is null.
ArgumentExceptionvalue does not end with a new-line character.
Remarks

Sets the raw header value.

This method can be used to override default encoding and folding behavior for a particular header.

See Also