MboxStorageReader Constructor (Stream, Boolean)

Initializes a new instance of the MboxStorageReader class.

Namespace:  Aspose.Email.Storage.Mbox
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
protected MboxStorageReader(
	Stream stream,
	bool leaveOpen
)

Parameters

stream
Type: System.IOStream
The stream.
leaveOpen
Type: SystemBoolean
if set to true leaves the underlying stream open after disposing.
Exceptions
ExceptionCondition
ArgumentNullExceptionIf given stream is null.
See Also