|  | UUDecoder(Boolean) Constructor | 
            Initialize a new instance of the 
UUDecoder class.
            
 MimeKit (in MimeKit.dll) Version: 4.12.0
 Syntax
Syntaxpublic UUDecoder(
	bool payloadOnly
)
Parameters
- payloadOnly  Boolean
- 
            If , decoding begins immediately rather than after finding a begin-line.
            
 Remarks
Remarks
            Creates a new Unix-to-Unix decoder.
            
 See Also
See Also