Mime4.net Home | Community Edition | Order | Usage examples | Feedback
MimeMessage Constructor (Stream, Boolean)MIME4NET Class Library Documentation
Parses the specified MIME message stream into a Message instance.

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

public MimeMessage(
	Stream inputStream,
	bool useTempFileStorage
)

Parameters

inputStream
Type: System.IO Stream
the stream to parse.
useTempFileStorage
Type: System Boolean
indicates whether we are using temporary file for storing bodies instead of memory streams
Exceptions

ExceptionCondition
IOExceptionon I/O errors.
See Also