BackupSettingsTimeoutBetweenAttempts Property |
Gets or sets value which defines timeout (in milliseconds) between attemptions to execute operation again
This option has to be used together with NumberOfAttemptsToRrepeat option.
Namespace:
Aspose.Email.Clients.Imap
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic int TimeoutBetweenAttempts { get; set; }
Public Property TimeoutBetweenAttempts As Integer
Get
Set
public:
property int TimeoutBetweenAttempts {
int get ();
void set (int value);
}
member TimeoutBetweenAttempts : int with get, set
Property Value
Type:
Int32
See Also