ReadNextMessage

ReadNextMessage (1 of 5)

Reads the next message from underlying storage stream.

Returns: A MailMessage object if it can be read or null if no more messages are available.

ReadNextMessage()

ReadNextMessage (2 of 5)

Reads the next message from underlying storage stream.

Returns: A MailMessage object if it can be read or null if no more messages are available.

ReadNextMessage(System::SharedPtr < EmlLoadOptions > options)
ParameterDescription
optionsSpecifies EmlLoadOptions when reading message from Mbox storage.

ReadNextMessage (3 of 5)

Implemented in Aspose::Email::Storage::Mbox::MboxrdStorageReader , and Aspose::Email::Storage::Mbox::MboxoStorageReader .

Returns: virtual System::SharedPtr < MailMessage > Aspose::Email::Storage::Mbox::

ReadNextMessage(System::SharedPtr < EmlLoadOptions > options, int32_t count)
ParameterDescription
options
count

ReadNextMessage (4 of 5)

Reads the next message from underlying storage stream.

Returns: A MailMessage object if it can be read or null if no more messages are available.

ReadNextMessage(System::String & fromMarker)
ParameterDescription
fromMarkerGets the From Marker while parsing the MBox Storage file.

ReadNextMessage (5 of 5)

Reads the next message from underlying storage stream.

Returns: A MailMessage object if it can be read or null if no more messages are available.

ReadNextMessage(System::String & fromMarker, System::SharedPtr < EmlLoadOptions > options)
ParameterDescription
fromMarkerGets the From Marker while parsing the MBox Storage file.
optionsSpecifies EmlLoadOptions when reading message from Mbox storage.