MboxStorageReaderReadNextMessage Method (String)

Reads the next message from underlying storage stream.

Namespace:  Aspose.Email.Storage.Mbox
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public abstract MailMessage ReadNextMessage(
	out string fromMarker
)

Parameters

fromMarker
Type: SystemString
Gets the From Marker while parsing the MBox Storage file.

Return Value

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