MboxrdStorageReader Constructor (String, Boolean) |
Namespace:
Aspose.Email.Storage.Mbox
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic MboxrdStorageReader(
string fileName,
bool leaveOpen
)
Public Sub New (
fileName As String,
leaveOpen As Boolean
)
public:
MboxrdStorageReader(
String^ fileName,
bool leaveOpen
)
new :
fileName : string *
leaveOpen : bool -> MboxrdStorageReader
Parameters
- fileName
- Type: SystemString
Name of the file. - leaveOpen
- Type: SystemBoolean
if set to true leaves the underlying stream open after disposing.
Exceptions
See Also