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