Click or drag to resize
MimeKit

Rfc2047DecodeText(ParserOptions, Byte) Method

Decode unstructured text.

Namespace: MimeKit.Utils
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public static string DecodeText(
	ParserOptions options,
	byte[] text
)

Parameters

options  ParserOptions
The parser options to use.
text  Byte
The text to decode.

Return Value

String
The decoded text.
Exceptions
ExceptionCondition
ArgumentNullException

options is null.

-or-

text is null.

Remarks
Decodes the unstructured text buffer using the specified parser options.
See Also