FromFile

FromFile (1 of 3)

Load PST from file.

Returns: A PersonalStorage object that represents the current PST.

FromFile(System::String fileName)
ParameterDescription
fileNameName of .pst file.

FromFile (2 of 3)

Load PST from file.

Returns: A PersonalStorage object that represents the current PST.

FromFile(System::String fileName, bool writable)
ParameterDescription
fileNameName of .pst file.
writableif set to true then the the pst file will support writing, otherwise it will be opened in read-only mode.

FromFile (3 of 3)

Load PST from file.

Returns: A PersonalStorage object that represents the current PST.

FromFile(System::String fileName, System::SharedPtr < PersonalStorageLoadOptions > loadOptions)
ParameterDescription
fileNameName of .pst file.
loadOptionsThe load options.