PersonalStorageFromFile Method (String)

Load PST from file.

Namespace:  Aspose.Email.Storage.Pst
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public static PersonalStorage FromFile(
	string fileName
)

Parameters

fileName
Type: SystemString
Name of .pst file.

Return Value

Type: PersonalStorage
A PersonalStorage object that represents the current PST.
Remarks
By default, the pst will support writing.
See Also