Mime4.net Home | Community Edition | Order | Usage examples | Feedback
EOLConvertingInputStream Constructor (Stream)MIME4NET Class Library Documentation
Creates a new EOLConvertingInputStream instance converting bytes in the given InputStream. The flag CONVERT_BOTH is the default.

Namespace: NI.Email.Mime
Assembly: NI.Email.Mime (in NI.Email.Mime.dll) Version: 1.8.5168.22709
Syntax

public EOLConvertingInputStream(
	Stream inStream
)
See Also