MboxrdStorageWriterWriteMessage Method (MailMessage, String)

Writes the message to underlying storage stream.

Namespace:  Aspose.Email.Storage.Mbox
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public override void WriteMessage(
	MailMessage message,
	out string fromMarker
)

Parameters

message
Type: Aspose.EmailMailMessage
The message to write to.
fromMarker
Type: SystemString
Gets the From Marker while writing the MBox Storage file.
See Also