Save
Save(Stream, NoteSaveFormat)
保存这个MapiNote
使用指定格式到给定的流。
public void Save(Stream stream, NoteSaveFormat saveFormat)
范围 | 类型 | 描述 |
---|
stream | Stream | 要保存到的流。 |
saveFormat | NoteSaveFormat | 一种保存格式。 |
例外
例外 | (健康)状况 |
---|
ArgumentNullException | stream是无效的 . |
NotSupportedException | stream不支持书写。 |
NotSupportedException | 不支持指定的格式。 |
也可以看看
Save(string, NoteSaveFormat)
保存这个MapiNote
使用指定格式进入文件。
public void Save(string filePath, NoteSaveFormat saveFormat)
范围 | 类型 | 描述 |
---|
filePath | String | 一个文件名。 |
saveFormat | NoteSaveFormat | 一种保存格式。 |
例外
例外 | (健康)状况 |
---|
ArgumentException | filePath是无效的 或者空的 . |
NotSupportedException | 不支持某些保存选项 |
也可以看看