Click or drag to resize
MimeKit

Rfc2047DecodeText(Byte) Method

Decode unstructured text.

Namespace: MimeKit.Utils
Assembly: MimeKit (in MimeKit.dll) Version: 4.10.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 .
Remarks
Decodes the unstructured text buffer using the default parser options.
See Also