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
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. |
override WriteMessage(MailMessage) |
Writes the message to underlying storage stream. |
override WriteMessage(MailMessage, out string) |
Writes the message to underlying storage stream. |
See Also