|  | Header(ParserOptions, Byte, Byte, Boolean) Constructor | 
            Initialize a new instance of the 
Header class.
            
 MimeKit (in MimeKit.dll) Version: 4.12.0
 Syntax
Syntaxprotected Header(
	ParserOptions options,
	byte[] field,
	byte[] value,
	bool invalid
)
Parameters
- options  ParserOptions
- The parser options used.
- field  Byte
- The raw header field.
- value  Byte
- The raw value of the header.
- invalid  Boolean
-  if the header field is invalid; otherwise, .
 Remarks
RemarksCreates a new message or entity header with the specified raw values.
This constructor is used by the
            TryParse methods.
 See Also
See Also