| Header(HeaderId, String) Constructor |
Initialize a new instance of the
Header class.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public Header(
HeaderId id,
string value
)
Parameters
- id HeaderId
- The header identifier.
- value String
- The value of the header.
Exceptions Remarks
Creates a new message or entity header for the specified field and
value pair with the UTF-8 encoding.
See Also