Class MboxrdStorageWriter

MboxrdStorageWriter class

Represents mboxrd format storage writer, this format is being used by Thunderbird and other mail clients.

public sealed class MboxrdStorageWriter : MboxStorageWriter

Constructors

NameDescription
MboxrdStorageWriter(Stream, bool)Initializes a new instance of the MboxrdStorageWriter class.
MboxrdStorageWriter(string, bool)Initializes a new instance of the MboxrdStorageWriter class.

Properties

NameDescription
BaseStream { get; }Gets the base stream.

Methods

NameDescription
Dispose()Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
override WriteMessage(MailMessage)Writes the message to underlying storage stream.
override WriteMessage(MailMessage, out string)Writes the message to underlying storage stream.

See Also