Click or drag to resize
MimeKit

TextConverterInputEncoding Property

Get or set the input encoding.

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

Property Value

Encoding
The input encoding.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is null.
Remarks
Gets or sets the input encoding.
See Also