Click or drag to resize
MimeKit

Header(ParserOptions, HeaderId, String, Byte, Byte) Constructor

Initialize a new instance of the Header class.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
protected Header(
	ParserOptions options,
	HeaderId id,
	string name,
	byte[] field,
	byte[] value
)

Parameters

options  ParserOptions
The parser options used.
id  HeaderId
The id of the header.
name  String
The name of the header field.
field  Byte
The raw header field.
value  Byte
The raw value of the header.
Remarks

Creates a new message or entity header with the specified values.

This constructor is used by Clone.

See Also