MboxrdStorageReader.ReadNextMessage
Contents
[
Hide
]ReadNextMessage(out string)
Reads the next message from underlying storage stream.
public override MailMessage ReadNextMessage(out string fromMarker)
Parameter | Type | Description |
---|---|---|
fromMarker | String& | Gets the From Marker while parsing the MBox Storage file. |
Return Value
A MailMessage
object if it can be read or null if no more messages are available.
See Also
- class MailMessage
- class MboxrdStorageReader
- namespace Aspose.Email.Storage.Mbox
- assembly Aspose.Email
ReadNextMessage(EmlLoadOptions)
Reads the next message from underlying storage stream.
public override MailMessage ReadNextMessage(EmlLoadOptions options)
Parameter | Type | Description |
---|---|---|
options | EmlLoadOptions | Specifies EmlLoadOptions when reading message from Mbox storage. |
Return Value
A MailMessage
object if it can be read or null if no more messages are available.
See Also
- class MailMessage
- class EmlLoadOptions
- class MboxrdStorageReader
- namespace Aspose.Email.Storage.Mbox
- assembly Aspose.Email
ReadNextMessage(out string, EmlLoadOptions)
Reads the next message from underlying storage stream.
public override MailMessage ReadNextMessage(out string fromMarker, EmlLoadOptions options)
Parameter | Type | Description |
---|---|---|
fromMarker | String& | Gets the From Marker while parsing the MBox Storage file. |
options | EmlLoadOptions | Specifies EmlLoadOptions when reading message from Mbox storage. |
Return Value
A MailMessage
object if it can be read or null if no more messages are available.
See Also
- class MailMessage
- class EmlLoadOptions
- class MboxrdStorageReader
- namespace Aspose.Email.Storage.Mbox
- assembly Aspose.Email
ReadNextMessage()
Reads the next message from underlying storage stream.
public override MailMessage ReadNextMessage()
Return Value
A MailMessage
object if it can be read or null if no more messages are available.
See Also
- class MailMessage
- class MboxrdStorageReader
- namespace Aspose.Email.Storage.Mbox
- assembly Aspose.Email