MboxrdStorageWriter

MboxrdStorageWriter class

表示 mboxrd 格式的存储写入器,Thunderbird 和其他邮件客户端正在使用这种格式。

public sealed class MboxrdStorageWriter : MboxStorageWriter

构造函数

姓名描述
MboxrdStorageWriter(Stream, bool)初始化MboxrdStorageWriter班级。
MboxrdStorageWriter(string, bool)初始化MboxrdStorageWriter类.

特性

姓名描述
BaseStream { get; }获取基本流。

方法

姓名描述
Dispose()执行与释放、释放或重置非托管资源相关的应用程序定义任务。
override WriteMessage(MailMessage)将消息写入底层存储流。
override WriteMessage(MailMessage, out string)将消息写入底层存储流。

也可以看看