MboxrdStorageReader
MboxrdStorageReader constructor (1 of 2)
public MboxrdStorageReader(Stream stream, MboxLoadOptions options)
See Also
MboxrdStorageReader constructor (2 of 2)
Initializes a new instance of the MboxrdStorageReader
class.
public MboxrdStorageReader(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