Create

Create(string, FileFormatVersion, CancellationToken)

使用指定的文件名创建新的 PST 文件。

public static PersonalStorage Create(string fileName, FileFormatVersion version, 
    CancellationToken token)
范围类型描述
fileNameString文件的全名。
versionFileFormatVersionPST 文件版本。
tokenCancellationToken传播应取消操作的通知。

返回值

代表新 PST 的 PersonalStorage 对象。

例外

例外(健康)状况
NotImplementedException如果创建了 ANSI 文件版本,则抛出
ArgumentNullException如果文件名为空或为空,则抛出

评论

请注意,现在仅支持创建 Unicode 文件版本。

也可以看看


Create(Stream, FileFormatVersion, CancellationToken)

在流中创建 PST。

public static PersonalStorage Create(Stream stream, FileFormatVersion version, 
    CancellationToken token)
范围类型描述
streamStream创建 PST 的流。
versionFileFormatVersionPST 文件版本。
tokenCancellationToken传播应取消操作的通知。

返回值

代表新 PST 的 PersonalStorage 对象。

例外

例外(健康)状况
NotImplementedException如果创建了 ANSI 文件版本,则抛出
ArgumentNullException如果文件名为空或为空,则抛出

评论

请注意,现在仅支持创建 Unicode 文件版本。

也可以看看


Create(Stream, FileFormatVersion, bool, CancellationToken)

在流中创建 PST。

public static PersonalStorage Create(Stream stream, FileFormatVersion version, 
    bool leaveStreamOpen, CancellationToken token)
范围类型描述
streamStream创建 PST 的流。
versionFileFormatVersionPST 文件版本。
leaveStreamOpenBoolean释放 PersonalStorage 时保持流打开。
tokenCancellationToken传播应取消操作的通知。

返回值

代表新 PST 的 PersonalStorage 对象。

例外

例外(健康)状况
NotImplementedException如果创建了 ANSI 文件版本,则抛出
ArgumentNullException如果文件名为空或为空,则抛出

评论

请注意,现在仅支持创建 Unicode 文件版本。

也可以看看


Create(string, FileFormatVersion)

使用指定的文件名创建新的 PST 文件。

public static PersonalStorage Create(string fileName, FileFormatVersion version)
范围类型描述
fileNameString文件的全名。
versionFileFormatVersionPST 文件版本。

返回值

代表新 PST 的 PersonalStorage 对象。

例外

例外(健康)状况
NotImplementedException如果创建了 ANSI 文件版本,则抛出
ArgumentNullException如果文件名为空或为空,则抛出

评论

请注意,现在仅支持创建 Unicode 文件版本。

也可以看看


Create(Stream, FileFormatVersion)

在流中创建 PST。

public static PersonalStorage Create(Stream stream, FileFormatVersion version)
范围类型描述
streamStream创建 PST 的流。
versionFileFormatVersionPST 文件版本。

返回值

代表新 PST 的 PersonalStorage 对象。

例外

例外(健康)状况
NotImplementedException如果创建了 ANSI 文件版本,则抛出
ArgumentNullException如果流为空则抛出

评论

请注意,现在仅支持创建 Unicode 文件版本。

也可以看看


Create(Stream, FileFormatVersion, bool)

在流中创建 PST。

public static PersonalStorage Create(Stream stream, FileFormatVersion version, bool leaveStreamOpen)
范围类型描述
streamStream创建 PST 的流。
versionFileFormatVersionPST 文件版本。
leaveStreamOpenBoolean释放 PersonalStorage 时保持流打开。

返回值

代表新 PST 的 PersonalStorage 对象。

例外

例外(健康)状况
NotImplementedException如果创建了 ANSI 文件版本,则抛出
ArgumentNullException如果流为空则抛出

评论

请注意,现在仅支持创建 Unicode 文件版本。

也可以看看