  | Rfc2047DecodeText(Byte) Method | 
            Decode unstructured text.
            
Namespace: MimeKit.UtilsAssembly: MimeKit (in MimeKit.dll) Version: 4.12.0
Syntaxpublic static string DecodeText(
	byte[] text
)
Parameters
- text  Byte
 - The text to decode.
 
Return Value
StringThe decoded text.
Exceptions
Remarks
            Decodes the unstructured text buffer using the default parser options.
            
See Also