 | Header Constructor (ParserOptions, Byte, Byte, Boolean) |
Initialize a new instance of the
Header class.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 3.0.0
Syntaxprotected Header(
ParserOptions options,
byte[] field,
byte[] value,
bool invalid
)
Parameters
- options
- Type: MimeKitParserOptions
The parser options used. - field
- Type: SystemByte
The raw header field. - value
- Type: SystemByte
The raw value of the header. - invalid
- Type: SystemBoolean
true if the header field is invalid; othereise, false.
RemarksCreates a new message or entity header with the specified raw values.
This constructor is used by the
TryParse methods.
See Also