RestoreSettings Class |
Namespace: Aspose.Email.Clients.Imap
The RestoreSettings type exposes the following members.
Name | Description | |
---|---|---|
![]() | RestoreSettings | Initializes a new instance of the RestoreSettings class |
Name | Description | |
---|---|---|
![]() | BeforeItemCallback |
The callback called when the next item (message or folder) is processed.
|
![]() | Connection |
Connection to a server.
|
![]() | Folders |
A folders to be restored.
|
![]() | NumberOfAttemptsToRrepeat |
Gets 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.
|
![]() | Options |
Restore options.
|
![]() | Recursive |
Indicates that nested folders should be also restored
|
![]() | RemoveNonexistentFolders |
Indicates that mail folders, which do not have the equal folders in the personal storage, should be removed
|
![]() | RemoveNonexistentItems |
Indicates that mail items, which do not have the equal items in the personal storage, should be removed
|
![]() | RestoreConnection |
Gets 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.
|
![]() | TimeoutBetweenAttempts |
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.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() ![]() | (RestoreOptions to RestoreSettings) |
Converts enumerable options to class
|