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