BackupSettings

BackupSettings class

Class contains options for backup operation

Constructors

NameDescription
BackupSettings (3 overloads)Initializes a new instance of the BackupSettings class

Methods

NameDescription
get_DefaultGets BackupSettings class with settings by default
get_ExecuteRecursivelyGets value which defines if backup should be executed recursively
get_NumberOfAttemptsToRrepeatGets 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.
get_RestoreConnectionGets 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.
get_TimeoutBetweenAttemptsGets value which defines timeout (in milliseconds) between attemptions to execute operation again This option has to be used together with NumberOfAttemptsToRrepeat option.
set_ExecuteRecursivelySets value which defines if backup should be executed recursively
set_NumberOfAttemptsToRrepeatSets 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.
set_RestoreConnectionSets 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.
set_TimeoutBetweenAttemptsSets value which defines timeout (in milliseconds) between attemptions to execute operation again This option has to be used together with NumberOfAttemptsToRrepeat option.
to_BackupSettingsConverts enumerable options to class