FromStream

FromStream (1 of 3)

Load PST from stream.

Returns: A PersonalStorage object that represents the current PST.

FromStream(System::SharedPtr < System::IO::Stream > stream)
ParameterDescription
streamThe System.IO.Stream.

FromStream (2 of 3)

Load PST from stream.

Returns: A PersonalStorage object that represents the current PST.

FromStream(System::SharedPtr < System::IO::Stream > stream, bool writable)
ParameterDescription
streamThe System.IO.Stream.
writableif set to true then the the pst will support writing, otherwise it will be opened in read-only mode.

FromStream (3 of 3)

Load PST from stream.

Returns: A PersonalStorage object that represents the current PST.

FromStream(System::SharedPtr < System::IO::Stream > stream, System::SharedPtr < PersonalStorageLoadOptions > loadOptions)
ParameterDescription
streamThe System.IO.Stream.
loadOptionsThe load options.