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