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)
| Parameter | Type | Description | 
|---|---|---|
| pst | PersonalStorage | A personal storage containing the backuped imap folders. | 
| settings | RestoreSettings | The restore settings | 
| token | CancellationToken | Propagates notification that operations should be canceled. | 
Return Value
Task object, with delegate for this operation
See Also
- class PersonalStorage
- class RestoreSettings
- interface IAsyncImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email