MboxStorageWriter
MboxStorageWriter class
A base class for any mbox-based mail storage writer.
public abstract class MboxStorageWriter : IDisposable
Properties
Name |
Description |
BaseStream { get; } |
Gets the base stream. |
Methods
Name |
Description |
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