MboxoStorageReader.MboxoStorageReader

MboxoStorageReader(Stream, MboxLoadOptions)

Initializes a new instance of the MboxoStorageReader class.

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

Exceptions

exceptioncondition
ArgumentNullExceptionIf given stream is null.

See Also


MboxoStorageReader(string, MboxLoadOptions)

Initializes a new instance of the MboxrdStorageReader class.

public MboxoStorageReader(string fileName, MboxLoadOptions options)
ParameterTypeDescription
fileNameStringName of the file.
optionsMboxLoadOptionsadditional options when loading a Mbox storageMboxLoadOptions.

Exceptions

exceptioncondition
ArgumentNullExceptionIf filename is null or empty.

See Also