 | MimeEntitySetHeader Method (String, Byte) |
Set the value of a header using the raw value.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 3.0.0
Syntaxprotected void SetHeader(
string name,
byte[] rawValue
)
Parameters
- name
- Type: SystemString
The name of the header. - rawValue
- Type: SystemByte
The raw value of the header.
Remarks
See Also