CreateReader

CreateReader (1 of 2)

Creates the instance of reader.

Returns: static System::SharedPtr < MboxStorageReader > Aspose::Email::Storage::Mbox::

CreateReader(System::SharedPtr < System::IO::Stream > stream, System::SharedPtr < MboxLoadOptions > options)
ParameterDescription
streamThe stream.
optionsadditional options when loading a Mbox storage MboxLoadOptions .

CreateReader (2 of 2)

Creates the instance of reader.

Returns: static System::SharedPtr < MboxStorageReader > Aspose::Email::Storage::Mbox::

CreateReader(System::String fileName, System::SharedPtr < MboxLoadOptions > options)
ParameterDescription
fileName
optionsadditional options when loading a Mbox storage MboxLoadOptions .