ReadNextMessage
Contents
[
Hide
]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)
| Parameter | Description |
|---|---|
| options | Specifies EmlLoadOptions when reading message from Mbox storage. |
ReadNextMessage (3 of 5)
Implements Aspose::Email::Storage::Mbox::MboxStorageReader .
Returns: System::SharedPtr < MailMessage > Aspose::Email::Storage::Mbox::
ReadNextMessage(System::SharedPtr < EmlLoadOptions > options, int32_t count)
| Parameter | Description |
|---|---|
| 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)
| Parameter | Description |
|---|---|
| fromMarker | Gets 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)
| Parameter | Description |
|---|---|
| fromMarker | Gets the From Marker while parsing the MBox Storage file. |
| options | Specifies EmlLoadOptions when reading message from Mbox storage. |