IAsyncImapClient.RestoreAsync

IAsyncImapClient.RestoreAsync method

Begins to restore imap folders from the given personal storage.

public Task RestoreAsync(PersonalStorage pst, RestoreSettings settings, 
    CancellationToken token = default)
ParameterTypeDescription
pstPersonalStorageA personal storage containing the backuped imap folders.
settingsRestoreSettingsThe restore settings
tokenCancellationTokenPropagates notification that operations should be canceled.

Return Value

Task object, with delegate for this operation

See Also