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
| Name | Description |
|---|
| MboxrdStorageWriter(Stream, MboxSaveOptions) | Initializes a new instance of the MboxrdStorageWriter class. |
| MboxrdStorageWriter(string, MboxSaveOptions) | Initializes a new instance of the MboxrdStorageWriter class. |
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