MboxStorageReader.CreateReader
CreateReader(Stream, MboxLoadOptions)
Creates the instance of reader.
public static MboxStorageReader CreateReader(Stream stream, MboxLoadOptions options)
| Parameter | Type | Description |
|---|
| stream | Stream | The stream. |
| options | MboxLoadOptions | additional options when loading a Mbox storageMboxLoadOptions. |
Exceptions
| exception | condition |
|---|
| ArgumentNullException | |
See Also
CreateReader(string, MboxLoadOptions)
Creates the instance of reader.
public static MboxStorageReader CreateReader(string fileName, MboxLoadOptions options)
| Parameter | Type | Description |
|---|
| fileName | String | |
| options | MboxLoadOptions | additional options when loading a Mbox storageMboxLoadOptions. |
Exceptions
| exception | condition |
|---|
| ArgumentNullException | |
See Also