ExchangeClientRestore Method (PersonalStorage, RestoreOptions)

Restores exchange folders from the given personal storage.

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

Parameters

pst
Type: Aspose.Email.Storage.PstPersonalStorage
A personal storage containing the backuped imap folders.
options
Type: Aspose.Email.Storage.PstRestoreOptions
Restore options.
Exceptions
ExceptionCondition
AsposeArgumentNullExceptionpst is null.
See Also