MboxStorageReader Constructor (String, 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(
	string fileName,
	bool leaveOpen
)

Parameters

fileName
Type: SystemString
Name of the file.
leaveOpen
Type: SystemBoolean
if set to true leaves the underlying stream open after disposing.
Exceptions
ExceptionCondition
ArgumentNullExceptionIf filename is null or empty.
See Also