Click or drag to resize
MimeKit

UUDecoder(Boolean) Constructor

Initialize a new instance of the UUDecoder class.

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