PersonalStorageFromFile Method (String) |
Load PST from file.
Namespace:
Aspose.Email.Storage.Pst
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic static PersonalStorage FromFile(
string fileName
)
Public Shared Function FromFile (
fileName As String
) As PersonalStorage
public:
static PersonalStorage^ FromFile(
String^ fileName
)
static member FromFile :
fileName : string -> PersonalStorage
Parameters
- fileName
- Type: SystemString
Name of .pst file.
Return Value
Type:
PersonalStorageA PersonalStorage object that represents the current PST.
RemarksBy default, the pst will support writing.
See Also