Click or drag to resize
MimeKit

YDecoder(Boolean) Constructor

Initialize a new instance of the YDecoder class.

Namespace: MimeKit.Encodings
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
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