IAsyncEwsClient.RestoreAsync

IAsyncEwsClient.RestoreAsync method

Restores the specified exchange folders from the given personal storage.

public Task RestoreAsync(PersonalStorage pst, RestoreSettings settings, 
    CancellationToken cancellationToken = default)
ParameterTypeDescription
pstPersonalStorageA personal storage containing the backuped exchange folders.
settingsRestoreSettingsThe restore settings.
cancellationTokenCancellationTokenThe cancellation token.

Exceptions

exceptioncondition
AsposeArgumentNullExceptionpst is null.

See Also