MboxrdStorageReader Constructor (Stream, Boolean)

Initializes a new instance of the MboxrdStorageReader class.

Namespace:  Aspose.Email.Storage.Mbox
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public MboxrdStorageReader(
	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
ArgumentNullException If given stream is null.
See Also