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