| TextConverterHeader Property |
Get or set text that will be prepended to the beginning of the output.
Namespace: MimeKit.TextAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public string Header { get; set; }
Property Value
StringThe header.
Remarks Gets or sets the text that will be prepended to the beginning of the output.
The header must be set before conversion begins.
See Also