MboxrdStorageReader.MboxrdStorageReader
MboxrdStorageReader(Stream, MboxLoadOptions)
public MboxrdStorageReader(Stream stream, MboxLoadOptions options)
See Also
MboxrdStorageReader(string, MboxLoadOptions)
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