MboxoStorageReader
MboxoStorageReader constructor (1 of 2)
Initializes a new instance of the MboxoStorageReader
class.
public MboxoStorageReader(Stream stream, MboxLoadOptions options)
Parameter |
Type |
Description |
stream |
Stream |
The stream. |
options |
MboxLoadOptions |
additional options when loading a Mbox storageMboxLoadOptions . |
Exceptions
exception |
condition |
ArgumentNullException |
If given stream is null. |
See Also
MboxoStorageReader constructor (2 of 2)
Initializes a new instance of the MboxrdStorageReader
class.
public MboxoStorageReader(string fileName, MboxLoadOptions options)
Parameter |
Type |
Description |
fileName |
String |
Name of the file. |
options |
MboxLoadOptions |
additional options when loading a Mbox storageMboxLoadOptions . |
Exceptions
exception |
condition |
ArgumentNullException |
If filename is null or empty. |
See Also