Click or drag to resize
MimeKit

Rfc2047DecodeText(Byte) Method

Decode unstructured text.

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

Parameters

text  Byte
The text to decode.

Return Value

String
The decoded text.
Exceptions
ExceptionCondition
ArgumentNullExceptiontext is null.
Remarks
Decodes the unstructured text buffer using the default parser options.
See Also