FromFile
Contents
[
Hide
]FromFile (1 of 3)
Load PST from file.
Returns: A PersonalStorage object that represents the current PST.
FromFile(System::String fileName)
| Parameter | Description |
|---|---|
| fileName | Name 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)
| Parameter | Description |
|---|---|
| fileName | Name of .pst file. |
| writable | if 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)
| Parameter | Description |
|---|---|
| fileName | Name of .pst file. |
| loadOptions | The load options. |