Load

Load (1 of 2)

Load PST from stream. This method is used when a PersonalStorage object is created using the constructor.

Returns: ’true’ if the file has been loaded successfully and further traversal is possible; otherwise, false.

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

Load (2 of 2)

Load PST from file. This method is used when a PersonalStorage object is created using the constructor.

Returns: ’true’ if the file has been loaded successfully and further traversal is possible; otherwise, false.

Load(System::String fileName)
ParameterDescription
fileNameThe name of .pst file.