Click or drag to resize
MimeKit

Dos2UnixFilter Constructor

Initialize a new instance of the Dos2UnixFilter class.

Namespace: MimeKit.IO.Filters
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public Dos2UnixFilter(
	bool ensureNewLine = false
)

Parameters

ensureNewLine  Boolean  (Optional)
Ensure that the stream ends with a new line.
Remarks
Creates a new Dos2UnixFilter.
See Also