public class ImapRestoreSettingsAsync extends ImapRestoreSettings
The settings for the ImapClient.Restore async method.
Constructor and Description |
---|
ImapRestoreSettingsAsync()
Initializes a new instance of the RestoreSettingsAsync class.
|
Modifier and Type | Method and Description |
---|---|
AsyncCallback |
getCallback()
References a method to be called when a corresponding asynchronous operation completes.
|
Object |
getState()
The state.
|
void |
setCallback(AsyncCallback value)
References a method to be called when a corresponding asynchronous operation completes.
|
void |
setState(Object value)
The state.
|
getBeforeItemCallback, getConnection, getFolders, getNumberOfAttemptsToRrepeat, getOptions, getRecursive, getRemoveNonexistentFolders, getRemoveNonexistentItems, getRestoreConnection, getTimeoutBetweenAttempts, setBeforeItemCallback, setConnection, setFolders, setNumberOfAttemptsToRrepeat, setOptions, setRecursive, setRemoveNonexistentFolders, setRemoveNonexistentItems, setRestoreConnection, setTimeoutBetweenAttempts, to_RestoreSettings
public ImapRestoreSettingsAsync()
Initializes a new instance of the RestoreSettingsAsync class.
public final AsyncCallback getCallback()
References a method to be called when a corresponding asynchronous operation completes.
public final void setCallback(AsyncCallback value)
References a method to be called when a corresponding asynchronous operation completes.
public final Object getState()
The state.
public final void setState(Object value)
The state.
Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.