Click or drag to resize
MimeKit

Unix2DosFilter Constructor

Initialize a new instance of the Unix2DosFilter class.

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

Parameters

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