MboxrdStorageWriter.WriteMessage

WriteMessage(MailMessage, out string)

Writes the message to underlying storage stream.

public override string WriteMessage(MailMessage message, out string fromMarker)
ParameterTypeDescription
messageMailMessageThe message to write to.
fromMarkerString&Gets the From Marker while writing the MBox Storage file.

Return Value

The string identifier of added message.

See Also


WriteMessage(MailMessage)

Writes the message to underlying storage stream.

public override string WriteMessage(MailMessage message)
ParameterTypeDescription
messageMailMessageThe message to write to.

Return Value

The string identifier of added message.

See Also