Click or drag to resize
MimeKit

TextConverterHeader Property

Get or set text that will be prepended to the beginning of the output.

Namespace: MimeKit.Text
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public string Header { get; set; }

Property Value

String
The 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