Create

Create (1 of 3)

Creates the PST in a stream.

Returns: A PersonalStorage object that represents the new PST.

Create(System::SharedPtr < System::IO::Stream > stream, FileFormatVersion version)
ParameterDescription
streamThe stream in which PST is created.
versionThe PST file version.

Create (2 of 3)

Creates the PST in a stream.

Returns: A PersonalStorage object that represents the new PST.

Create(System::SharedPtr < System::IO::Stream > stream, FileFormatVersion version, bool leaveStreamOpen)
ParameterDescription
streamThe stream in which PST is created.
versionThe PST file version.
leaveStreamOpenLeave stream open when PersonalStorage is disposed.

Create (3 of 3)

Creates the new PST file with the specified file name.

Returns: A PersonalStorage object that represents the new PST.

Create(System::String fileName, FileFormatVersion version)
ParameterDescription
fileNameThe full name of the file.
versionThe PST file version.