RestoreSettingsAsync

RestoreSettingsAsync class

The settings for the ImapClient.Restore async method.

The RestoreSettingsAsync type exposes the following members:

Constructors

NameDescription
RestoreSettingsAsync()Initializes a new instance of the RestoreSettingsAsync class.

Properties

NameDescription
connectionConnection to a server.
optionsRestore options.
foldersA folders to be restored.
restore_connectionGets or sets value which defines if connection has to be restored in case if server closes connection forcibly
This option has to be used together with NumberOfAttemptsToRrepeat option.
number_of_attempts_to_rrepeatGets or sets value which defines number of attempts to repeat failed operation
In case of some IMAP command inside backup operation returns failed result, IMAP client tries to repeat this operation again according to defined quantity of times.
For instance if FETCH operation returns error
AE_1_1_0243 FETCH 219 (BODY)
AE_1_1_0243 NO[UNAVAILABLE] FETCH Service is temporarily not available
Client tries to execute it again.
timeout_between_attemptsGets or sets value which defines timeout (in milliseconds) between attemptions to execute operation again
This option has to be used together with NumberOfAttemptsToRrepeat option.
remove_nonexistent_foldersIndicates that mail folders, which do not have the equal folders in the personal storage, should be removed
remove_nonexistent_itemsIndicates that mail items, which do not have the equal items in the personal storage, should be removed
recursiveIndicates that nested folders should be also restored
stateThe state.

See Also