ExchangeClientRestore Method (String, RestoreOptions)

Restores exchange folders from the specified personal storage file.

Namespace:  Aspose.Email.Clients.Exchange.Dav
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public void Restore(
	string fileName,
	RestoreOptions options
)

Parameters

fileName
Type: SystemString
A path to personal storage file.
options
Type: Aspose.Email.Storage.PstRestoreOptions
Restore options.
Exceptions
ExceptionCondition
AsposeArgumentExceptionfileName is not specified.
See Also