Class MboxStorageWriter

MboxStorageWriter class

A base class for any mbox-based mail storage writer.

public abstract class MboxStorageWriter : IDisposable

Properties

NameDescription
BaseStream { get; }Gets the base stream.

Methods

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

See Also