MboxStorageReader.CreateReader

CreateReader(Stream, MboxLoadOptions)

Creates the instance of reader.

public static MboxStorageReader CreateReader(Stream stream, MboxLoadOptions options)
ParameterTypeDescription
streamStreamThe stream.
optionsMboxLoadOptionsadditional options when loading a Mbox storageMboxLoadOptions.

Exceptions

exceptioncondition
ArgumentNullException

See Also


CreateReader(string, MboxLoadOptions)

Creates the instance of reader.

public static MboxStorageReader CreateReader(string fileName, MboxLoadOptions options)
ParameterTypeDescription
fileNameString
optionsMboxLoadOptionsadditional options when loading a Mbox storageMboxLoadOptions.

Exceptions

exceptioncondition
ArgumentNullException

See Also