public final class ImapClient extends CredentialsByHostClient
Allows applications to access and manipulate messages by using the Internet Message Access Protocol (IMAP).
Constructor and Description |
---|
ImapClient()
Initializes a new instance of the
ImapClient class |
ImapClient(String host)
Initializes a new instance of the
ImapClient class |
ImapClient(String host,
int port)
Initializes a new instance of the
ImapClient class |
ImapClient(String host,
int port,
int securityOptions)
Initializes a new instance of the
ImapClient class |
ImapClient(String host,
int port,
String username,
ITokenProvider tokenProvider)
Initializes a new instance of the
ImapClient class |
ImapClient(String host,
int port,
String username,
ITokenProvider tokenProvider,
int securityOptions)
Initializes a new instance of the
ImapClient class |
ImapClient(String host,
int port,
String username,
String password)
Initializes a new instance of the
ImapClient class |
ImapClient(String host,
int port,
String username,
String authInfo,
boolean useOAuth)
Initializes a new instance of the
ImapClient class |
ImapClient(String host,
int port,
String username,
String authInfo,
boolean useOAuth,
int securityOptions)
Initializes a new instance of the
ImapClient class |
ImapClient(String host,
int port,
String username,
String password,
int securityOptions)
Initializes a new instance of the
ImapClient class |
ImapClient(String host,
int port,
String username,
String password,
com.aspose.ms.System.Net.Security.RemoteCertificateValidationCallback userCertificateValidationCallback)
Initializes a new instance of the
ImapClient class |
ImapClient(String host,
int port,
String username,
String password,
com.aspose.ms.System.Net.Security.RemoteCertificateValidationCallback userCertificateValidationCallback,
int securityOptions)
Initializes a new instance of the
ImapClient class |
ImapClient(String host,
short securityOptions)
Initializes a new instance of the
ImapClient class |
ImapClient(String host,
String username,
ITokenProvider tokenProvider)
Initializes a new instance of the
ImapClient class |
ImapClient(String host,
String username,
ITokenProvider tokenProvider,
int securityOptions)
Initializes a new instance of the
ImapClient class |
ImapClient(String host,
String username,
String password)
Initializes a new instance of the
ImapClient class |
ImapClient(String host,
String username,
String authInfo,
boolean useOAuth)
Initializes a new instance of the
ImapClient class |
ImapClient(String host,
String username,
String authInfo,
boolean useOAuth,
int securityOptions)
Initializes a new instance of the
ImapClient class |
ImapClient(String host,
String username,
String password,
int securityOptions)
Initializes a new instance of the
ImapClient class |
Modifier and Type | Method and Description |
---|---|
void |
addMessageFlags(IConnection connection,
int sequenceNumber,
ImapMessageFlags flags)
Adds the flags to the message
|
void |
addMessageFlags(IConnection connection,
int sequenceNumber,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags to the message
|
void |
addMessageFlags(IConnection connection,
int startSequence,
int endSequence,
ImapMessageFlags flags)
Adds the flags of the message
|
void |
addMessageFlags(IConnection connection,
int startSequence,
int endSequence,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags of the message
|
void |
addMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags)
Adds the flags of the message
|
void |
addMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags of the message
|
void |
addMessageFlags(IConnection connection,
String uniqueId,
ImapMessageFlags flags)
Adds the flags to the message
|
void |
addMessageFlags(IConnection connection,
String uniqueId,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags to the message
|
void |
addMessageFlags(IConnection connection,
String startUid,
String endUid,
ImapMessageFlags flags)
Adds the flags of the message
|
void |
addMessageFlags(IConnection connection,
String startUid,
String endUid,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags of the message
|
void |
addMessageFlags(int sequenceNumber,
ImapMessageFlags flags)
Adds the flags to the message
|
void |
addMessageFlags(int sequenceNumber,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags to the message
|
void |
addMessageFlags(int startSequence,
int endSequence,
ImapMessageFlags flags)
Adds the flags of the message
|
void |
addMessageFlags(int startSequence,
int endSequence,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags of the message
|
void |
addMessageFlags(Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags)
Adds the flags of the message
|
void |
addMessageFlags(Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags of the message
|
void |
addMessageFlags(String uniqueId,
ImapMessageFlags flags)
Adds the flags to the message
|
void |
addMessageFlags(String uniqueId,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags to the message
|
void |
addMessageFlags(String startUid,
String endUid,
ImapMessageFlags flags)
Adds the flags of the message
|
void |
addMessageFlags(String startUid,
String endUid,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags of the message
|
void |
addMessageFlagsBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags)
Adds the flags of the message
|
void |
addMessageFlagsBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags of the message
|
void |
addMessageFlagsBySequences(Iterable<Integer> sequenceSet,
ImapMessageFlags flags)
Adds the flags of the message
|
void |
addMessageFlagsBySequences(Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags of the message
|
void |
addMessageFlagsByUids(IConnection connection,
Iterable<String> uidSet,
ImapMessageFlags flags)
Adds the flags of the message
|
void |
addMessageFlagsByUids(IConnection connection,
Iterable<String> uidSet,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags of the message
|
void |
addMessageFlagsByUids(Iterable<String> uidSet,
ImapMessageFlags flags)
Adds the flags of the message
|
void |
addMessageFlagsByUids(Iterable<String> uidSet,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags of the message
|
String |
appendMessage(IConnection connection,
MailMessage message)
Uploads the mail message to the current folder
If current folder hasn't been specified default folder is used.
|
String |
appendMessage(IConnection connection,
String fileName)
Uploads the mail message to the current folder
If current folder hasn't been specified default folder is used.
|
String |
appendMessage(IConnection connection,
String folderName,
MailMessage message)
Uploads the mail message to the specified folder
|
String |
appendMessage(IConnection connection,
String folderName,
String fileName)
Uploads the mail message to the specified folder
|
String |
appendMessage(MailMessage message)
Uploads the mail message to the current folder
If current folder hasn't been specified default folder is used.
|
String |
appendMessage(String fileName)
Uploads the mail message to the current folder
If current folder hasn't been specified default folder is used.
|
String |
appendMessage(String folderName,
MailMessage message)
Uploads the mail message to the specified folder
|
String |
appendMessage(String folderName,
String fileName)
Uploads the mail message to the specified folder
|
AppendMessagesResult |
appendMessages(IConnection connection,
Iterable<MailMessage> messages)
Uploads the mail message to the current folder
If current folder hasn't been specified default folder is used.
|
AppendMessagesResult |
appendMessages(IConnection connection,
String folderName,
Iterable<MailMessage> messages)
Uploads the mail message to the specified folder
|
AppendMessagesResult |
appendMessages(Iterable<MailMessage> messages)
Uploads the mail message to the current folder
If current folder hasn't been specified default folder is used.
|
AppendMessagesResult |
appendMessages(String folderName,
Iterable<MailMessage> messages)
Uploads the mail message to the specified folder
|
void |
backup(IConnection connection,
ImapFolderInfoCollection folders,
OutputStream stream,
BackupSettings options)
Backups the content of the specified folders
|
void |
backup(IConnection connection,
ImapFolderInfoCollection folders,
OutputStream stream,
int options)
Backups the content of the specified folders
|
void |
backup(IConnection connection,
ImapFolderInfoCollection folders,
String fileName,
BackupSettings options)
Backups the content of the specified folders
|
void |
backup(IConnection connection,
ImapFolderInfoCollection folders,
String fileName,
int options)
Backups the content of the specified folders
|
void |
backup(ImapFolderInfoCollection folders,
OutputStream stream,
BackupSettings options)
Backups the content of the specified folders
|
void |
backup(ImapFolderInfoCollection folders,
OutputStream stream,
int options)
Backups the content of the specified folders
|
void |
backup(ImapFolderInfoCollection folders,
String fileName,
BackupSettings options)
Backups the content of the specified folders
|
void |
backup(ImapFolderInfoCollection folders,
String fileName,
int options)
Backups the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(IConnection connection,
int sequenceNumber,
ImapMessageFlags flags)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(IConnection connection,
int sequenceNumber,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(IConnection connection,
int sequenceNumber,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(IConnection connection,
int sequenceNumber,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(IConnection connection,
int sequenceNumber,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(IConnection connection,
int sequenceNumber,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(IConnection connection,
int startSequence,
int endSequence,
ImapMessageFlags flags)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(IConnection connection,
int startSequence,
int endSequence,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(IConnection connection,
int startSequence,
int endSequence,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(IConnection connection,
int startSequence,
int endSequence,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(IConnection connection,
int startSequence,
int endSequence,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(IConnection connection,
int startSequence,
int endSequence,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(IConnection connection,
String uniqueId,
ImapMessageFlags flags)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(IConnection connection,
String uniqueId,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(IConnection connection,
String uniqueId,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(IConnection connection,
String uniqueId,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(IConnection connection,
String uniqueId,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(IConnection connection,
String uniqueId,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(IConnection connection,
String startUid,
String endUid,
ImapMessageFlags flags)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(IConnection connection,
String startUid,
String endUid,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(IConnection connection,
String startUid,
String endUid,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(IConnection connection,
String startUid,
String endUid,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(IConnection connection,
String startUid,
String endUid,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(IConnection connection,
String startUid,
String endUid,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(int sequenceNumber,
ImapMessageFlags flags)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(int sequenceNumber,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(int sequenceNumber,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(int sequenceNumber,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(int sequenceNumber,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(int sequenceNumber,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(int startSequence,
int endSequence,
ImapMessageFlags flags)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(int startSequence,
int endSequence,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(int startSequence,
int endSequence,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(int startSequence,
int endSequence,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(int startSequence,
int endSequence,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(int startSequence,
int endSequence,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Adds the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(String uniqueId,
ImapMessageFlags flags)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(String uniqueId,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(String uniqueId,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(String uniqueId,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(String uniqueId,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(String uniqueId,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(String startUid,
String endUid,
ImapMessageFlags flags)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(String startUid,
String endUid,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(String startUid,
String endUid,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(String startUid,
String endUid,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(String startUid,
String endUid,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlags(String startUid,
String endUid,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlagsBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlagsBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlagsBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlagsBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlagsBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlagsBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlagsBySequences(Iterable<Integer> sequenceSet,
ImapMessageFlags flags)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlagsBySequences(Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlagsBySequences(Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlagsBySequences(Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlagsBySequences(Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlagsBySequences(Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlagsByUids(IConnection connection,
Iterable<String> uidSet,
ImapMessageFlags flags)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlagsByUids(IConnection connection,
Iterable<String> uidSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlagsByUids(IConnection connection,
Iterable<String> uidSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlagsByUids(IConnection connection,
Iterable<String> uidSet,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlagsByUids(IConnection connection,
Iterable<String> uidSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlagsByUids(IConnection connection,
Iterable<String> uidSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlagsByUids(Iterable<String> uidSet,
ImapMessageFlags flags)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlagsByUids(Iterable<String> uidSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlagsByUids(Iterable<String> uidSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlagsByUids(Iterable<String> uidSet,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlagsByUids(Iterable<String> uidSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAddMessageFlagsByUids(Iterable<String> uidSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginAppendMessage(IConnection connection,
MailMessage message)
Begins append message to the end of the specified folder
If current folder hasn't been specified default folder is used.
|
com.aspose.ms.System.IAsyncResult |
beginAppendMessage(IConnection connection,
String fileName)
Begins append message to the end of the current folder
If current folder hasn't been specified default folder is used.
|
com.aspose.ms.System.IAsyncResult |
beginAppendMessage(IConnection connection,
String folderName,
MailMessage message)
Begins append message to the end of the specified folder
|
com.aspose.ms.System.IAsyncResult |
beginAppendMessage(IConnection connection,
String folderName,
MailMessage message,
com.aspose.ms.System.AsyncCallback callback)
Begins append message to the end of the specified folder
|
com.aspose.ms.System.IAsyncResult |
beginAppendMessage(IConnection connection,
String folderName,
MailMessage message,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins append message to the end of the specified folder
|
com.aspose.ms.System.IAsyncResult |
beginAppendMessage(IConnection connection,
String folderName,
String fileName)
Begins append message to the end of the specified folder
|
com.aspose.ms.System.IAsyncResult |
beginAppendMessage(IConnection connection,
String folderName,
String fileName,
com.aspose.ms.System.AsyncCallback callback)
Begins append message to the end of the specified folder
|
com.aspose.ms.System.IAsyncResult |
beginAppendMessage(IConnection connection,
String folderName,
String fileName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins append message to the end of the specified folder
|
com.aspose.ms.System.IAsyncResult |
beginAppendMessage(MailMessage message)
Begins append message to the end of the specified folder
If current folder hasn't been specified default folder is used.
|
com.aspose.ms.System.IAsyncResult |
beginAppendMessage(String fileName)
Begins append message to the end of the current folder
If current folder hasn't been specified default folder is used.
|
com.aspose.ms.System.IAsyncResult |
beginAppendMessage(String folderName,
MailMessage message)
Begins append message to the end of the specified folder
|
com.aspose.ms.System.IAsyncResult |
beginAppendMessage(String folderName,
MailMessage message,
com.aspose.ms.System.AsyncCallback callback)
Begins append message to the end of the specified folder
|
com.aspose.ms.System.IAsyncResult |
beginAppendMessage(String folderName,
MailMessage message,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins append message to the end of the specified folder
|
com.aspose.ms.System.IAsyncResult |
beginAppendMessage(String folderName,
String fileName)
Begins append message to the end of the specified folder
|
com.aspose.ms.System.IAsyncResult |
beginAppendMessage(String folderName,
String fileName,
com.aspose.ms.System.AsyncCallback callback)
Begins append message to the end of the specified folder
|
com.aspose.ms.System.IAsyncResult |
beginAppendMessage(String folderName,
String fileName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins append message to the end of the specified folder
|
com.aspose.ms.System.IAsyncResult |
beginAppendMessages(IConnection connection,
Iterable<MailMessage> messages)
Begins append message to the end of the specified folder
If current folder hasn't been specified default folder is used.
|
com.aspose.ms.System.IAsyncResult |
beginAppendMessages(IConnection connection,
String folderName,
Iterable<MailMessage> messages)
Begins append message to the end of the specified folder
|
com.aspose.ms.System.IAsyncResult |
beginAppendMessages(IConnection connection,
String folderName,
Iterable<MailMessage> messages,
com.aspose.ms.System.AsyncCallback callback)
Begins append message to the end of the specified folder
|
com.aspose.ms.System.IAsyncResult |
beginAppendMessages(IConnection connection,
String folderName,
Iterable<MailMessage> messages,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins append message to the end of the specified folder
|
com.aspose.ms.System.IAsyncResult |
beginAppendMessages(Iterable<MailMessage> messages)
Begins append message to the end of the specified folder
If current folder hasn't been specified default folder is used.
|
com.aspose.ms.System.IAsyncResult |
beginAppendMessages(String folderName,
Iterable<MailMessage> messages)
Begins append message to the end of the specified folder
|
com.aspose.ms.System.IAsyncResult |
beginAppendMessages(String folderName,
Iterable<MailMessage> messages,
com.aspose.ms.System.AsyncCallback callback)
Begins append message to the end of the specified folder
|
com.aspose.ms.System.IAsyncResult |
beginAppendMessages(String folderName,
Iterable<MailMessage> messages,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins append message to the end of the specified folder
|
com.aspose.ms.System.IAsyncResult |
beginAppendMessagesByName(IConnection connection,
Iterable<String> fileNames)
Begins append message to the end of the current folder
If current folder hasn't been specified default folder is used.
|
com.aspose.ms.System.IAsyncResult |
beginAppendMessagesByName(IConnection connection,
String folderName,
Iterable<String> fileNames)
Begins append message to the end of the specified folder
|
com.aspose.ms.System.IAsyncResult |
beginAppendMessagesByName(IConnection connection,
String folderName,
Iterable<String> fileNames,
com.aspose.ms.System.AsyncCallback callback)
Begins append message to the end of the specified folder
|
com.aspose.ms.System.IAsyncResult |
beginAppendMessagesByName(IConnection connection,
String folderName,
Iterable<String> fileNames,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins append message to the end of the specified folder
|
com.aspose.ms.System.IAsyncResult |
beginAppendMessagesByName(Iterable<String> fileNames)
Begins append message to the end of the current folder
If current folder hasn't been specified default folder is used.
|
com.aspose.ms.System.IAsyncResult |
beginAppendMessagesByName(String folderName,
Iterable<String> fileNames)
Begins append message to the end of the specified folder
|
com.aspose.ms.System.IAsyncResult |
beginAppendMessagesByName(String folderName,
Iterable<String> fileNames,
com.aspose.ms.System.AsyncCallback callback)
Begins append message to the end of the specified folder
|
com.aspose.ms.System.IAsyncResult |
beginAppendMessagesByName(String folderName,
Iterable<String> fileNames,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins append message to the end of the specified folder
|
com.aspose.ms.System.IAsyncResult |
beginBackup(IConnection connection,
ImapFolderInfoCollection folders,
OutputStream stream,
BackupSettings options)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
beginBackup(IConnection connection,
ImapFolderInfoCollection folders,
OutputStream stream,
BackupSettings options,
com.aspose.ms.System.AsyncCallback callback)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
beginBackup(IConnection connection,
ImapFolderInfoCollection folders,
OutputStream stream,
BackupSettings options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
beginBackup(IConnection connection,
ImapFolderInfoCollection folders,
OutputStream stream,
int options)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
beginBackup(IConnection connection,
ImapFolderInfoCollection folders,
OutputStream stream,
int options,
com.aspose.ms.System.AsyncCallback callback)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
beginBackup(IConnection connection,
ImapFolderInfoCollection folders,
OutputStream stream,
int options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
beginBackup(IConnection connection,
ImapFolderInfoCollection folders,
String fileName,
BackupSettings options)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
beginBackup(IConnection connection,
ImapFolderInfoCollection folders,
String fileName,
BackupSettings options,
com.aspose.ms.System.AsyncCallback callback)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
beginBackup(IConnection connection,
ImapFolderInfoCollection folders,
String fileName,
BackupSettings options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
beginBackup(IConnection connection,
ImapFolderInfoCollection folders,
String fileName,
int options)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
beginBackup(IConnection connection,
ImapFolderInfoCollection folders,
String fileName,
int options,
com.aspose.ms.System.AsyncCallback callback)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
beginBackup(IConnection connection,
ImapFolderInfoCollection folders,
String fileName,
int options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
beginBackup(ImapFolderInfoCollection folders,
OutputStream stream,
BackupSettings options)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
beginBackup(ImapFolderInfoCollection folders,
OutputStream stream,
BackupSettings options,
com.aspose.ms.System.AsyncCallback callback)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
beginBackup(ImapFolderInfoCollection folders,
OutputStream stream,
BackupSettings options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
beginBackup(ImapFolderInfoCollection folders,
OutputStream stream,
int options)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
beginBackup(ImapFolderInfoCollection folders,
OutputStream stream,
int options,
com.aspose.ms.System.AsyncCallback callback)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
beginBackup(ImapFolderInfoCollection folders,
OutputStream stream,
int options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
beginBackup(ImapFolderInfoCollection folders,
String fileName,
BackupSettings options)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
beginBackup(ImapFolderInfoCollection folders,
String fileName,
BackupSettings options,
com.aspose.ms.System.AsyncCallback callback)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
beginBackup(ImapFolderInfoCollection folders,
String fileName,
BackupSettings options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
beginBackup(ImapFolderInfoCollection folders,
String fileName,
int options)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
beginBackup(ImapFolderInfoCollection folders,
String fileName,
int options,
com.aspose.ms.System.AsyncCallback callback)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
beginBackup(ImapFolderInfoCollection folders,
String fileName,
int options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(IConnection connection,
int sequenceNumber,
ImapMessageFlags flags)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(IConnection connection,
int sequenceNumber,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(IConnection connection,
int sequenceNumber,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(IConnection connection,
int sequenceNumber,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(IConnection connection,
int sequenceNumber,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(IConnection connection,
int sequenceNumber,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(IConnection connection,
int startSequence,
int endSequence,
ImapMessageFlags flags)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(IConnection connection,
int startSequence,
int endSequence,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(IConnection connection,
int startSequence,
int endSequence,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(IConnection connection,
int startSequence,
int endSequence,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(IConnection connection,
int startSequence,
int endSequence,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(IConnection connection,
int startSequence,
int endSequence,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(IConnection connection,
String uniqueId,
ImapMessageFlags flags)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(IConnection connection,
String uniqueId,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(IConnection connection,
String uniqueId,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(IConnection connection,
String uniqueId,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(IConnection connection,
String uniqueId,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(IConnection connection,
String uniqueId,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(IConnection connection,
String startUid,
String endUid,
ImapMessageFlags flags)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(IConnection connection,
String startUid,
String endUid,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(IConnection connection,
String startUid,
String endUid,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(IConnection connection,
String startUid,
String endUid,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(IConnection connection,
String startUid,
String endUid,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(IConnection connection,
String startUid,
String endUid,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(int sequenceNumber,
ImapMessageFlags flags)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(int sequenceNumber,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(int sequenceNumber,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(int sequenceNumber,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(int sequenceNumber,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(int sequenceNumber,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(int startSequence,
int endSequence,
ImapMessageFlags flags)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(int startSequence,
int endSequence,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(int startSequence,
int endSequence,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(int startSequence,
int endSequence,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(int startSequence,
int endSequence,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(int startSequence,
int endSequence,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(String uniqueId,
ImapMessageFlags flags)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(String uniqueId,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(String uniqueId,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(String uniqueId,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(String uniqueId,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(String uniqueId,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(String startUid,
String endUid,
ImapMessageFlags flags)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(String startUid,
String endUid,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(String startUid,
String endUid,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(String startUid,
String endUid,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(String startUid,
String endUid,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlags(String startUid,
String endUid,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlagsBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlagsBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlagsBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlagsBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlagsBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlagsBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlagsBySequences(Iterable<Integer> sequenceSet,
ImapMessageFlags flags)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlagsBySequences(Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlagsBySequences(Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlagsBySequences(Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlagsBySequences(Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlagsBySequences(Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlagsByUids(IConnection connection,
Iterable<String> uidSet,
ImapMessageFlags flags)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlagsByUids(IConnection connection,
Iterable<String> uidSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlagsByUids(IConnection connection,
Iterable<String> uidSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlagsByUids(IConnection connection,
Iterable<String> uidSet,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlagsByUids(IConnection connection,
Iterable<String> uidSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlagsByUids(IConnection connection,
Iterable<String> uidSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlagsByUids(Iterable<String> uidSet,
ImapMessageFlags flags)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlagsByUids(Iterable<String> uidSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlagsByUids(Iterable<String> uidSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlagsByUids(Iterable<String> uidSet,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlagsByUids(Iterable<String> uidSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginChangeMessageFlagsByUids(Iterable<String> uidSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginClientCapabilities(IConnection connection,
String... capabilityNames)
Notifies server which extensions are supported by client asyncronously.
|
com.aspose.ms.System.IAsyncResult |
beginClientCapabilities(IConnection connection,
String[] capabilityNames,
com.aspose.ms.System.AsyncCallback callback)
Notifies server which extensions are supported by client asyncronously.
|
com.aspose.ms.System.IAsyncResult |
beginClientCapabilities(IConnection connection,
String[] capabilityNames,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Notifies server which extensions are supported by client asyncronously.
|
com.aspose.ms.System.IAsyncResult |
beginClientCapabilities(String... capabilityNames)
Notifies server which extensions are supported by client asyncronously.
|
com.aspose.ms.System.IAsyncResult |
beginClientCapabilities(String[] capabilityNames,
com.aspose.ms.System.AsyncCallback callback)
Notifies server which extensions are supported by client asyncronously.
|
com.aspose.ms.System.IAsyncResult |
beginClientCapabilities(String[] capabilityNames,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Notifies server which extensions are supported by client asyncronously.
|
com.aspose.ms.System.IAsyncResult |
beginCommitDeletes()
Begins to commit the deletions
|
com.aspose.ms.System.IAsyncResult |
beginCommitDeletes(com.aspose.ms.System.AsyncCallback callback)
Begins to commit the deletions
|
com.aspose.ms.System.IAsyncResult |
beginCommitDeletes(com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to commit the deletions
|
com.aspose.ms.System.IAsyncResult |
beginCommitDeletes(IConnection connection)
Begins to commit the deletions
|
com.aspose.ms.System.IAsyncResult |
beginCommitDeletes(IConnection connection,
com.aspose.ms.System.AsyncCallback callback)
Begins to commit the deletions
|
com.aspose.ms.System.IAsyncResult |
beginCommitDeletes(IConnection connection,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to commit the deletions
|
com.aspose.ms.System.IAsyncResult |
beginCommitDeletes(IConnection connection,
int sleep)
Begins to commit the deletions
|
com.aspose.ms.System.IAsyncResult |
beginCommitDeletes(IConnection connection,
int sleep,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to commit the deletions
|
com.aspose.ms.System.IAsyncResult |
beginCommitDeletes(IConnection connection,
Iterable<String> uidSet)
Begins to commit the deletions
This method works only if server supports UIDPLUS extension.
|
com.aspose.ms.System.IAsyncResult |
beginCommitDeletes(IConnection connection,
Iterable<String> uidSet,
com.aspose.ms.System.AsyncCallback callback)
Begins to commit the deletions
This method works only if server supports UIDPLUS extension.
|
com.aspose.ms.System.IAsyncResult |
beginCommitDeletes(IConnection connection,
Iterable<String> uidSet,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to commit the deletions
This method works only if server supports UIDPLUS extension.
|
com.aspose.ms.System.IAsyncResult |
beginCommitDeletes(IConnection connection,
String uniqueId)
Begins to commit the deletions
This method works only if server supports UIDPLUS extension.
|
com.aspose.ms.System.IAsyncResult |
beginCommitDeletes(IConnection connection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback)
Begins to commit the deletions
This method works only if server supports UIDPLUS extension.
|
com.aspose.ms.System.IAsyncResult |
beginCommitDeletes(IConnection connection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to commit the deletions
This method works only if server supports UIDPLUS extension.
|
com.aspose.ms.System.IAsyncResult |
beginCommitDeletes(IConnection connection,
String startUid,
String endUid)
Begins to commit the deletions
This method works only if server supports UIDPLUS extension.
|
com.aspose.ms.System.IAsyncResult |
beginCommitDeletes(IConnection connection,
String startUid,
String endUid,
com.aspose.ms.System.AsyncCallback callback)
Begins to commit the deletions
This method works only if server supports UIDPLUS extension.
|
com.aspose.ms.System.IAsyncResult |
beginCommitDeletes(IConnection connection,
String startUid,
String endUid,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to commit the deletions
This method works only if server supports UIDPLUS extension.
|
com.aspose.ms.System.IAsyncResult |
beginCommitDeletes(int sleep)
Begins to commit the deletions
|
com.aspose.ms.System.IAsyncResult |
beginCommitDeletes(int sleep,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to commit the deletions
|
com.aspose.ms.System.IAsyncResult |
beginCommitDeletes(Iterable<String> uidSet)
Begins to commit the deletions
This method works only if server supports UIDPLUS extension.
|
com.aspose.ms.System.IAsyncResult |
beginCommitDeletes(Iterable<String> uidSet,
com.aspose.ms.System.AsyncCallback callback)
Begins to commit the deletions
This method works only if server supports UIDPLUS extension.
|
com.aspose.ms.System.IAsyncResult |
beginCommitDeletes(Iterable<String> uidSet,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to commit the deletions
This method works only if server supports UIDPLUS extension.
|
com.aspose.ms.System.IAsyncResult |
beginCommitDeletes(String uniqueId)
Begins to commit the deletions
This method works only if server supports UIDPLUS extension.
|
com.aspose.ms.System.IAsyncResult |
beginCommitDeletes(String uniqueId,
com.aspose.ms.System.AsyncCallback callback)
Begins to commit the deletions
This method works only if server supports UIDPLUS extension.
|
com.aspose.ms.System.IAsyncResult |
beginCommitDeletes(String uniqueId,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to commit the deletions
This method works only if server supports UIDPLUS extension.
|
com.aspose.ms.System.IAsyncResult |
beginCommitDeletes(String startUid,
String endUid)
Begins to commit the deletions
This method works only if server supports UIDPLUS extension.
|
com.aspose.ms.System.IAsyncResult |
beginCommitDeletes(String startUid,
String endUid,
com.aspose.ms.System.AsyncCallback callback)
Begins to commit the deletions
This method works only if server supports UIDPLUS extension.
|
com.aspose.ms.System.IAsyncResult |
beginCommitDeletes(String startUid,
String endUid,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to commit the deletions
This method works only if server supports UIDPLUS extension.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessage(IConnection connection,
int sequenceNumber,
String folderName)
Begins an asynchronous copying.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessage(IConnection connection,
int sequenceNumber,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous copying.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessage(IConnection connection,
int sequenceNumber,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous copying.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessage(IConnection connection,
String uniqueId,
String folderName)
Begins an asynchronous copying.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessage(IConnection connection,
String uniqueId,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous copying.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessage(IConnection connection,
String uniqueId,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous copying.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessage(int sequenceNumber,
String folderName)
Begins an asynchronous copying.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessage(int sequenceNumber,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous copying.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessage(int sequenceNumber,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous copying.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessage(String uniqueId,
String folderName)
Begins an asynchronous copying.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessage(String uniqueId,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous copying.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessage(String uniqueId,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous copying.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessages(IConnection connection,
int startSequence,
int endSequence,
String folderName)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessages(IConnection connection,
int startSequence,
int endSequence,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessages(IConnection connection,
int startSequence,
int endSequence,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessages(IConnection connection,
int startSequence,
int endSequence,
String folderName,
boolean commitDeletions)
Deprecated.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessages(IConnection connection,
int startSequence,
int endSequence,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessages(IConnection connection,
int startSequence,
int endSequence,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
boolean commitDeletions)
Deprecated.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessages(IConnection connection,
String startUid,
String endUid,
String folderName)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessages(IConnection connection,
String startUid,
String endUid,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessages(IConnection connection,
String startUid,
String endUid,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessages(IConnection connection,
String startUid,
String endUid,
String folderName,
boolean commitDeletions)
Deprecated.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessages(IConnection connection,
String startUid,
String endUid,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessages(IConnection connection,
String startUid,
String endUid,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessages(int startSequence,
int endSequence,
String folderName)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessages(int startSequence,
int endSequence,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessages(int startSequence,
int endSequence,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessages(int startSequence,
int endSequence,
String folderName,
boolean commitDeletions)
Deprecated.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessages(int startSequence,
int endSequence,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessages(int startSequence,
int endSequence,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessages(Iterable<ImapMessageInfo> messageInfoSet,
String folderName)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessages(Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessages(Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessages(Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
boolean commitDeletions)
Deprecated.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessages(Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessages(Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessages(String startUid,
String endUid,
String folderName)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessages(String startUid,
String endUid,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessages(String startUid,
String endUid,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessages(String startUid,
String endUid,
String folderName,
boolean commitDeletions)
Deprecated.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessages(String startUid,
String endUid,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessages(String startUid,
String endUid,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
String folderName)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
String folderName,
boolean commitDeletions)
Deprecated.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessagesBySequences(Iterable<Integer> sequenceSet,
String folderName)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessagesBySequences(Iterable<Integer> sequenceSet,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessagesBySequences(Iterable<Integer> sequenceSet,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessagesBySequences(Iterable<Integer> sequenceSet,
String folderName,
boolean commitDeletions)
Deprecated.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessagesBySequences(Iterable<Integer> sequenceSet,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessagesBySequences(Iterable<Integer> sequenceSet,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessagesByUids(IConnection connection,
Iterable<String> uidSet,
String folderName)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessagesByUids(IConnection connection,
Iterable<String> uidSet,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessagesByUids(IConnection connection,
Iterable<String> uidSet,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessagesByUids(IConnection connection,
Iterable<String> uidSet,
String folderName,
boolean commitDeletions)
Deprecated.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessagesByUids(IConnection connection,
Iterable<String> uidSet,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessagesByUids(IConnection connection,
Iterable<String> uidSet,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessagesByUids(Iterable<String> uidSet,
String folderName)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessagesByUids(Iterable<String> uidSet,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessagesByUids(Iterable<String> uidSet,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessagesByUids(Iterable<String> uidSet,
String folderName,
boolean commitDeletions)
Deprecated.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessagesByUids(Iterable<String> uidSet,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
|
com.aspose.ms.System.IAsyncResult |
beginCopyMessagesByUids(Iterable<String> uidSet,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
|
com.aspose.ms.System.IAsyncResult |
beginCreateFolder(IConnection connection,
String folderName)
Begins an asynchronous folder creation.
|
com.aspose.ms.System.IAsyncResult |
beginCreateFolder(IConnection connection,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous folder creation.
|
com.aspose.ms.System.IAsyncResult |
beginCreateFolder(IConnection connection,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous folder creation.
|
com.aspose.ms.System.IAsyncResult |
beginCreateFolder(String folderName)
Begins an asynchronous folder creation.
|
com.aspose.ms.System.IAsyncResult |
beginCreateFolder(String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous folder creation.
|
com.aspose.ms.System.IAsyncResult |
beginCreateFolder(String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous folder creation.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteFolder(IConnection connection,
String folderName)
Begins an asynchronous folder deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteFolder(IConnection connection,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous folder deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteFolder(IConnection connection,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous folder deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteFolder(String folderName)
Begins an asynchronous folder deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteFolder(String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous folder deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteFolder(String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous folder deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessage(IConnection connection,
int sequenceNumber)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessage(IConnection connection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessage(IConnection connection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessage(IConnection connection,
int sequenceNumber,
long modificationSequence)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessage(IConnection connection,
int sequenceNumber,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessage(IConnection connection,
int sequenceNumber,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessage(IConnection connection,
String uniqueId)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessage(IConnection connection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessage(IConnection connection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessage(IConnection connection,
String uniqueId,
boolean commitNow)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessage(IConnection connection,
String uniqueId,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessage(IConnection connection,
String uniqueId,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessage(IConnection connection,
String uniqueId,
long modificationSequence)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessage(IConnection connection,
String uniqueId,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessage(IConnection connection,
String uniqueId,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessage(IConnection connection,
String uniqueId,
long modificationSequence,
boolean commitNow)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessage(IConnection connection,
String uniqueId,
long modificationSequence,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessage(IConnection connection,
String uniqueId,
long modificationSequence,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessage(int sequenceNumber)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessage(int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessage(int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessage(int sequenceNumber,
long modificationSequence)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessage(int sequenceNumber,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessage(int sequenceNumber,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessage(String uniqueId)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessage(String uniqueId,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessage(String uniqueId,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessage(String uniqueId,
boolean commitNow)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessage(String uniqueId,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessage(String uniqueId,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessage(String uniqueId,
long modificationSequence)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessage(String uniqueId,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessage(String uniqueId,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessage(String uniqueId,
long modificationSequence,
boolean commitNow)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessage(String uniqueId,
long modificationSequence,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessage(String uniqueId,
long modificationSequence,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(IConnection connection,
int startSequence,
int endSequence)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(IConnection connection,
int startSequence,
int endSequence,
com.aspose.ms.System.AsyncCallback callback)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(IConnection connection,
int startSequence,
int endSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(IConnection connection,
int startSequence,
int endSequence,
long modificationSequence)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(IConnection connection,
int startSequence,
int endSequence,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(IConnection connection,
int startSequence,
int endSequence,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
boolean commitNow)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
long modificationSequence)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
long modificationSequence,
boolean commitNow)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
long modificationSequence,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
long modificationSequence,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(IConnection connection,
String startUid,
String endUid)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(IConnection connection,
String startUid,
String endUid,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(IConnection connection,
String startUid,
String endUid,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(IConnection connection,
String startUid,
String endUid,
boolean commitNow)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(IConnection connection,
String startUid,
String endUid,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(IConnection connection,
String startUid,
String endUid,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(IConnection connection,
String startUid,
String endUid,
long modificationSequence)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(IConnection connection,
String startUid,
String endUid,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(IConnection connection,
String startUid,
String endUid,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(IConnection connection,
String startUid,
String endUid,
long modificationSequence,
boolean commitNow)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(IConnection connection,
String startUid,
String endUid,
long modificationSequence,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(IConnection connection,
String startUid,
String endUid,
long modificationSequence,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(int startSequence,
int endSequence)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(int startSequence,
int endSequence,
com.aspose.ms.System.AsyncCallback callback)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(int startSequence,
int endSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(int startSequence,
int endSequence,
long modificationSequence)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(int startSequence,
int endSequence,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(int startSequence,
int endSequence,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(Iterable<ImapMessageInfo> messageInfoSet)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(Iterable<ImapMessageInfo> messageInfoSet,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(Iterable<ImapMessageInfo> messageInfoSet,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(Iterable<ImapMessageInfo> messageInfoSet,
boolean commitNow)
Begins an asynchronous messages deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(Iterable<ImapMessageInfo> messageInfoSet,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(Iterable<ImapMessageInfo> messageInfoSet,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(Iterable<ImapMessageInfo> messageInfoSet,
long modificationSequence)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(Iterable<ImapMessageInfo> messageInfoSet,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(Iterable<ImapMessageInfo> messageInfoSet,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(Iterable<ImapMessageInfo> messageInfoSet,
long modificationSequence,
boolean commitNow)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(Iterable<ImapMessageInfo> messageInfoSet,
long modificationSequence,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(Iterable<ImapMessageInfo> messageInfoSet,
long modificationSequence,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(String startUid,
String endUid)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(String startUid,
String endUid,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(String startUid,
String endUid,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(String startUid,
String endUid,
boolean commitNow)
Begins an asynchronous messages deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(String startUid,
String endUid,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(String startUid,
String endUid,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(String startUid,
String endUid,
long modificationSequence)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(String startUid,
String endUid,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(String startUid,
String endUid,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(String startUid,
String endUid,
long modificationSequence,
boolean commitNow)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(String startUid,
String endUid,
long modificationSequence,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessages(String startUid,
String endUid,
long modificationSequence,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceSet)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
com.aspose.ms.System.AsyncCallback callback)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
long modificationSequence)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessagesBySequences(Iterable<Integer> sequenceSet)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessagesBySequences(Iterable<Integer> sequenceSet,
com.aspose.ms.System.AsyncCallback callback)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessagesBySequences(Iterable<Integer> sequenceSet,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessagesBySequences(Iterable<Integer> sequenceSet,
long modificationSequence)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessagesBySequences(Iterable<Integer> sequenceSet,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessagesBySequences(Iterable<Integer> sequenceSet,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessagesByUids(IConnection connection,
Iterable<String> uidSet)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessagesByUids(IConnection connection,
Iterable<String> uidSet,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessagesByUids(IConnection connection,
Iterable<String> uidSet,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessagesByUids(IConnection connection,
Iterable<String> uidSet,
boolean commitNow)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessagesByUids(IConnection connection,
Iterable<String> uidSet,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessagesByUids(IConnection connection,
Iterable<String> uidSet,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessagesByUids(IConnection connection,
Iterable<String> uidSet,
long modificationSequence)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessagesByUids(IConnection connection,
Iterable<String> uidSet,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessagesByUids(IConnection connection,
Iterable<String> uidSet,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessagesByUids(IConnection connection,
Iterable<String> uidSet,
long modificationSequence,
boolean commitNow)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessagesByUids(IConnection connection,
Iterable<String> uidSet,
long modificationSequence,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessagesByUids(IConnection connection,
Iterable<String> uidSet,
long modificationSequence,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessagesByUids(Iterable<String> uidSet)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessagesByUids(Iterable<String> uidSet,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessagesByUids(Iterable<String> uidSet,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessagesByUids(Iterable<String> uidSet,
boolean commitNow)
Begins an asynchronous messages deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessagesByUids(Iterable<String> uidSet,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessagesByUids(Iterable<String> uidSet,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessagesByUids(Iterable<String> uidSet,
long modificationSequence)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessagesByUids(Iterable<String> uidSet,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessagesByUids(Iterable<String> uidSet,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessagesByUids(Iterable<String> uidSet,
long modificationSequence,
boolean commitNow)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessagesByUids(Iterable<String> uidSet,
long modificationSequence,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginDeleteMessagesByUids(Iterable<String> uidSet,
long modificationSequence,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
beginExistFolder(IConnection connection,
String folderName)
Check whether this folder exists
|
com.aspose.ms.System.IAsyncResult |
beginExistFolder(IConnection connection,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Check whether this folder exists
|
com.aspose.ms.System.IAsyncResult |
beginExistFolder(IConnection connection,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Check whether this folder exists
|
com.aspose.ms.System.IAsyncResult |
beginExistFolder(String folderName)
Check whether this folder exists
|
com.aspose.ms.System.IAsyncResult |
beginExistFolder(String folderName,
com.aspose.ms.System.AsyncCallback callback)
Check whether this folder exists
|
com.aspose.ms.System.IAsyncResult |
beginExistFolder(String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Check whether this folder exists
|
com.aspose.ms.System.IAsyncResult |
beginFetchAttachment(IConnection connection,
int sequenceNumber,
String attachmentName)
Begins fetch an attachment.
|
com.aspose.ms.System.IAsyncResult |
beginFetchAttachment(IConnection connection,
int sequenceNumber,
String attachmentName,
com.aspose.ms.System.AsyncCallback callback)
Begins fetch an attachment.
|
com.aspose.ms.System.IAsyncResult |
beginFetchAttachment(IConnection connection,
int sequenceNumber,
String attachmentName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins fetch an attachment.
|
com.aspose.ms.System.IAsyncResult |
beginFetchAttachment(int sequenceNumber,
String attachmentName)
Begins fetch an attachment.
|
com.aspose.ms.System.IAsyncResult |
beginFetchAttachment(int sequenceNumber,
String attachmentName,
com.aspose.ms.System.AsyncCallback callback)
Begins fetch an attachment.
|
com.aspose.ms.System.IAsyncResult |
beginFetchAttachment(int sequenceNumber,
String attachmentName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins fetch an attachment.
|
com.aspose.ms.System.IAsyncResult |
beginFetchMessage(IConnection connection,
int sequenceNumber)
Begins an asynchronous message fetching.
|
com.aspose.ms.System.IAsyncResult |
beginFetchMessage(IConnection connection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message fetching.
|
com.aspose.ms.System.IAsyncResult |
beginFetchMessage(IConnection connection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message fetching.
|
com.aspose.ms.System.IAsyncResult |
beginFetchMessage(IConnection connection,
int sequenceNumber,
boolean ignoreAttachment)
Begins an asynchronous message fetching.
|
com.aspose.ms.System.IAsyncResult |
beginFetchMessage(IConnection connection,
int sequenceNumber,
boolean ignoreAttachment,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message fetching.
|
com.aspose.ms.System.IAsyncResult |
beginFetchMessage(IConnection connection,
int sequenceNumber,
boolean ignoreAttachment,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message fetching.
|
com.aspose.ms.System.IAsyncResult |
beginFetchMessage(IConnection connection,
String uniqueId)
Begins an asynchronous message fetching.
|
com.aspose.ms.System.IAsyncResult |
beginFetchMessage(IConnection connection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message fetching.
|
com.aspose.ms.System.IAsyncResult |
beginFetchMessage(IConnection connection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message fetching.
|
com.aspose.ms.System.IAsyncResult |
beginFetchMessage(int sequenceNumber)
Begins an asynchronous message fetching.
|
com.aspose.ms.System.IAsyncResult |
beginFetchMessage(int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message fetching.
|
com.aspose.ms.System.IAsyncResult |
beginFetchMessage(int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message fetching.
|
com.aspose.ms.System.IAsyncResult |
beginFetchMessage(int sequenceNumber,
boolean ignoreAttachment)
Begins an asynchronous message fetching.
|
com.aspose.ms.System.IAsyncResult |
beginFetchMessage(int sequenceNumber,
boolean ignoreAttachment,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message fetching.
|
com.aspose.ms.System.IAsyncResult |
beginFetchMessage(int sequenceNumber,
boolean ignoreAttachment,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message fetching.
|
com.aspose.ms.System.IAsyncResult |
beginFetchMessage(String uniqueId)
Begins an asynchronous message fetching.
|
com.aspose.ms.System.IAsyncResult |
beginFetchMessage(String uniqueId,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message fetching.
|
com.aspose.ms.System.IAsyncResult |
beginFetchMessage(String uniqueId,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message fetching.
|
com.aspose.ms.System.IAsyncResult |
beginFetchMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceNumbers)
Begins FetchMessages operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginFetchMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceNumbers,
com.aspose.ms.System.AsyncCallback callback)
Begins FetchMessages operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginFetchMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceNumbers,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins FetchMessages operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginFetchMessagesBySequences(Iterable<Integer> sequenceNumbers)
Begins FetchMessages operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginFetchMessagesBySequences(Iterable<Integer> sequenceNumbers,
com.aspose.ms.System.AsyncCallback callback)
Begins FetchMessages operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginFetchMessagesBySequences(Iterable<Integer> sequenceNumbers,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins FetchMessages operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginFetchMessagesByUids(IConnection connection,
Iterable<String> uids)
Begins FetchMessages operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginFetchMessagesByUids(IConnection connection,
Iterable<String> uids,
com.aspose.ms.System.AsyncCallback callback)
Begins FetchMessages operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginFetchMessagesByUids(IConnection connection,
Iterable<String> uids,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins FetchMessages operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginFetchMessagesByUids(Iterable<String> uids)
Begins FetchMessages operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginFetchMessagesByUids(Iterable<String> uids,
com.aspose.ms.System.AsyncCallback callback)
Begins FetchMessages operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginFetchMessagesByUids(Iterable<String> uids,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins FetchMessages operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginGetFolderInfo(IConnection connection,
String folderName)
Begins an asynchronous folder listing.
|
com.aspose.ms.System.IAsyncResult |
beginGetFolderInfo(IConnection connection,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous folder listing.
|
com.aspose.ms.System.IAsyncResult |
beginGetFolderInfo(IConnection connection,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous folder listing.
|
com.aspose.ms.System.IAsyncResult |
beginGetFolderInfo(String folderName)
Begins an asynchronous folder listing.
|
com.aspose.ms.System.IAsyncResult |
beginGetFolderInfo(String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous folder listing.
|
com.aspose.ms.System.IAsyncResult |
beginGetFolderInfo(String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous folder listing.
|
com.aspose.ms.System.IAsyncResult |
beginGetNamespaces()
Begins getting namespaces that are available on a server asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginGetNamespaces(com.aspose.ms.System.AsyncCallback callback)
Begins getting namespaces that are available on a server asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginGetNamespaces(com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins getting namespaces that are available on a server asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginGetNamespaces(IConnection connection)
Begins getting namespaces that are available on a server asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginGetNamespaces(IConnection connection,
com.aspose.ms.System.AsyncCallback callback)
Begins getting namespaces that are available on a server asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginGetNamespaces(IConnection connection,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins getting namespaces that are available on a server asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginGetQuota(IConnection connection,
String quotaRootName)
Begins getting quota information
|
com.aspose.ms.System.IAsyncResult |
beginGetQuota(IConnection connection,
String quotaRootName,
com.aspose.ms.System.AsyncCallback callback)
Begins getting quota information
|
com.aspose.ms.System.IAsyncResult |
beginGetQuota(IConnection connection,
String quotaRootName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins getting quota information
|
com.aspose.ms.System.IAsyncResult |
beginGetQuota(String quotaRootName)
Begins getting quota information
|
com.aspose.ms.System.IAsyncResult |
beginGetQuota(String quotaRootName,
com.aspose.ms.System.AsyncCallback callback)
Begins getting quota information
|
com.aspose.ms.System.IAsyncResult |
beginGetQuota(String quotaRootName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins getting quota information
|
com.aspose.ms.System.IAsyncResult |
beginGetQuotaRoot(IConnection connection,
String mailboxName)
Begins getting quota root information for mailbox
|
com.aspose.ms.System.IAsyncResult |
beginGetQuotaRoot(IConnection connection,
String mailboxName,
com.aspose.ms.System.AsyncCallback callback)
Begins getting quota root information for mailbox
|
com.aspose.ms.System.IAsyncResult |
beginGetQuotaRoot(IConnection connection,
String mailboxName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins getting quota root information for mailbox
|
com.aspose.ms.System.IAsyncResult |
beginGetQuotaRoot(String mailboxName)
Begins getting quota root information for mailbox
|
com.aspose.ms.System.IAsyncResult |
beginGetQuotaRoot(String mailboxName,
com.aspose.ms.System.AsyncCallback callback)
Begins getting quota root information for mailbox
|
com.aspose.ms.System.IAsyncResult |
beginGetQuotaRoot(String mailboxName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins getting quota root information for mailbox
|
com.aspose.ms.System.IAsyncResult |
beginIntroduceClient()
Begins introduce client information to a server asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginIntroduceClient(com.aspose.ms.System.AsyncCallback callback)
Begins introduce client information to a server asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginIntroduceClient(com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins introduce client information to a server asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginIntroduceClient(IConnection connection)
Begins introduce client information to a server asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginIntroduceClient(IConnection connection,
com.aspose.ms.System.AsyncCallback callback)
Begins introduce client information to a server asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginIntroduceClient(IConnection connection,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins introduce client information to a server asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginIntroduceClient(IConnection connection,
ImapIdentificationInfo clientIdentificationInfo)
Begins introduce client information to a server asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginIntroduceClient(IConnection connection,
ImapIdentificationInfo clientIdentificationInfo,
com.aspose.ms.System.AsyncCallback callback)
Begins introduce client information to a server asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginIntroduceClient(IConnection connection,
ImapIdentificationInfo clientIdentificationInfo,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins introduce client information to a server asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginIntroduceClient(ImapIdentificationInfo clientIdentificationInfo)
Begins introduce client information to a server asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginIntroduceClient(ImapIdentificationInfo clientIdentificationInfo,
com.aspose.ms.System.AsyncCallback callback)
Begins introduce client information to a server asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginIntroduceClient(ImapIdentificationInfo clientIdentificationInfo,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins introduce client information to a server asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginListFolders()
Begins to get the list of folders in the mailbox
|
com.aspose.ms.System.IAsyncResult |
beginListFolders(com.aspose.ms.System.AsyncCallback callback)
Begins to get the list of folders in the mailbox
|
com.aspose.ms.System.IAsyncResult |
beginListFolders(com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to get the list of folders in the mailbox
|
com.aspose.ms.System.IAsyncResult |
beginListFolders(boolean loadFullInfo)
Begins to get the list of folders in the mailbox
|
com.aspose.ms.System.IAsyncResult |
beginListFolders(boolean loadFullInfo,
com.aspose.ms.System.AsyncCallback callback)
Begins to get the list of folders in the mailbox
|
com.aspose.ms.System.IAsyncResult |
beginListFolders(boolean loadFullInfo,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to get the list of folders in the mailbox
|
com.aspose.ms.System.IAsyncResult |
beginListFolders(IConnection connection)
Begins to get the list of folders in the mailbox
|
com.aspose.ms.System.IAsyncResult |
beginListFolders(IConnection connection,
com.aspose.ms.System.AsyncCallback callback)
Begins to get the list of folders in the mailbox
|
com.aspose.ms.System.IAsyncResult |
beginListFolders(IConnection connection,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to get the list of folders in the mailbox
|
com.aspose.ms.System.IAsyncResult |
beginListFolders(IConnection connection,
boolean loadFullInfo)
Begins to get the list of folders in the mailbox
|
com.aspose.ms.System.IAsyncResult |
beginListFolders(IConnection connection,
boolean loadFullInfo,
com.aspose.ms.System.AsyncCallback callback)
Begins to get the list of folders in the mailbox
|
com.aspose.ms.System.IAsyncResult |
beginListFolders(IConnection connection,
boolean loadFullInfo,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to get the list of folders in the mailbox
|
com.aspose.ms.System.IAsyncResult |
beginListFolders(IConnection connection,
String parentFolder)
Begins to get the list of subfolders in the specified folder
|
com.aspose.ms.System.IAsyncResult |
beginListFolders(IConnection connection,
String parentFolder,
com.aspose.ms.System.AsyncCallback callback)
Begins to get the list of subfolders in the specified folder
|
com.aspose.ms.System.IAsyncResult |
beginListFolders(IConnection connection,
String parentFolder,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to get the list of subfolders in the specified folder
|
com.aspose.ms.System.IAsyncResult |
beginListFolders(IConnection connection,
String parentFolder,
boolean loadFullInfo)
Begins to get the list of subfolders in the specified folder
|
com.aspose.ms.System.IAsyncResult |
beginListFolders(IConnection connection,
String parentFolder,
boolean loadFullInfo,
com.aspose.ms.System.AsyncCallback callback)
Begins to get the list of subfolders in the specified folder
|
com.aspose.ms.System.IAsyncResult |
beginListFolders(IConnection connection,
String parentFolder,
boolean loadFullInfo,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to get the list of subfolders in the specified folder
|
com.aspose.ms.System.IAsyncResult |
beginListFolders(IConnection connection,
String parentFolder,
boolean loadFullInfo,
int options,
int returnOptions)
Begins to get the list of subfolders in the specified folder
|
com.aspose.ms.System.IAsyncResult |
beginListFolders(IConnection connection,
String parentFolder,
boolean loadFullInfo,
int options,
int returnOptions,
com.aspose.ms.System.AsyncCallback callback)
Begins to get the list of subfolders in the specified folder
|
com.aspose.ms.System.IAsyncResult |
beginListFolders(IConnection connection,
String parentFolder,
boolean loadFullInfo,
int options,
int returnOptions,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to get the list of subfolders in the specified folder
|
com.aspose.ms.System.IAsyncResult |
beginListFolders(String parentFolder)
Begins to get the list of subfolders in the specified folder
|
com.aspose.ms.System.IAsyncResult |
beginListFolders(String parentFolder,
com.aspose.ms.System.AsyncCallback callback)
Begins to get the list of subfolders in the specified folder
|
com.aspose.ms.System.IAsyncResult |
beginListFolders(String parentFolder,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to get the list of subfolders in the specified folder
|
com.aspose.ms.System.IAsyncResult |
beginListFolders(String parentFolder,
boolean loadFullInfo)
Begins to get the list of subfolders in the specified folder
|
com.aspose.ms.System.IAsyncResult |
beginListFolders(String parentFolder,
boolean loadFullInfo,
com.aspose.ms.System.AsyncCallback callback)
Begins to get the list of subfolders in the specified folder
|
com.aspose.ms.System.IAsyncResult |
beginListFolders(String parentFolder,
boolean loadFullInfo,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to get the list of subfolders in the specified folder
|
com.aspose.ms.System.IAsyncResult |
beginListFolders(String parentFolder,
boolean loadFullInfo,
int options,
int returnOptions)
Begins to get the list of subfolders in the specified folder
|
com.aspose.ms.System.IAsyncResult |
beginListFolders(String parentFolder,
boolean loadFullInfo,
int options,
int returnOptions,
com.aspose.ms.System.AsyncCallback callback)
Begins to get the list of subfolders in the specified folder
|
com.aspose.ms.System.IAsyncResult |
beginListFolders(String parentFolder,
boolean loadFullInfo,
int options,
int returnOptions,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to get the list of subfolders in the specified folder
|
com.aspose.ms.System.IAsyncResult |
beginListMessage(IConnection connection,
int sequenceNumber)
Begins to get information about a message.
|
com.aspose.ms.System.IAsyncResult |
beginListMessage(IConnection connection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback)
Begins to get information about a message.
|
com.aspose.ms.System.IAsyncResult |
beginListMessage(IConnection connection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to get information about a message.
|
com.aspose.ms.System.IAsyncResult |
beginListMessage(IConnection connection,
int sequenceNumber,
Iterable<String> messageExtraFields)
Begins to get information about a message.
|
com.aspose.ms.System.IAsyncResult |
beginListMessage(IConnection connection,
int sequenceNumber,
Iterable<String> messageExtraFields,
com.aspose.ms.System.AsyncCallback callback)
Begins to get information about a message.
|
com.aspose.ms.System.IAsyncResult |
beginListMessage(IConnection connection,
int sequenceNumber,
Iterable<String> messageExtraFields,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to get information about a message.
|
com.aspose.ms.System.IAsyncResult |
beginListMessage(IConnection connection,
String uniqueId)
Begins to get information about a message.
|
com.aspose.ms.System.IAsyncResult |
beginListMessage(IConnection connection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback)
Begins to get information about a message.
|
com.aspose.ms.System.IAsyncResult |
beginListMessage(IConnection connection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to get information about a message.
|
com.aspose.ms.System.IAsyncResult |
beginListMessage(IConnection connection,
String uniqueId,
Iterable<String> messageExtraFields)
Begins to get information about a message.
|
com.aspose.ms.System.IAsyncResult |
beginListMessage(IConnection connection,
String uniqueId,
Iterable<String> messageExtraFields,
com.aspose.ms.System.AsyncCallback callback)
Begins to get information about a message.
|
com.aspose.ms.System.IAsyncResult |
beginListMessage(IConnection connection,
String uniqueId,
Iterable<String> messageExtraFields,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to get information about a message.
|
com.aspose.ms.System.IAsyncResult |
beginListMessage(int sequenceNumber)
Begins to get information about a message.
|
com.aspose.ms.System.IAsyncResult |
beginListMessage(int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback)
Begins to get information about a message.
|
com.aspose.ms.System.IAsyncResult |
beginListMessage(int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to get information about a message.
|
com.aspose.ms.System.IAsyncResult |
beginListMessage(int sequenceNumber,
Iterable<String> messageExtraFields)
Begins to get information about a message.
|
com.aspose.ms.System.IAsyncResult |
beginListMessage(int sequenceNumber,
Iterable<String> messageExtraFields,
com.aspose.ms.System.AsyncCallback callback)
Begins to get information about a message.
|
com.aspose.ms.System.IAsyncResult |
beginListMessage(int sequenceNumber,
Iterable<String> messageExtraFields,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to get information about a message.
|
com.aspose.ms.System.IAsyncResult |
beginListMessage(String uniqueId)
Begins to get information about a message.
|
com.aspose.ms.System.IAsyncResult |
beginListMessage(String uniqueId,
com.aspose.ms.System.AsyncCallback callback)
Begins to get information about a message.
|
com.aspose.ms.System.IAsyncResult |
beginListMessage(String uniqueId,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to get information about a message.
|
com.aspose.ms.System.IAsyncResult |
beginListMessage(String uniqueId,
Iterable<String> messageExtraFields)
Begins to get information about a message.
|
com.aspose.ms.System.IAsyncResult |
beginListMessage(String uniqueId,
Iterable<String> messageExtraFields,
com.aspose.ms.System.AsyncCallback callback)
Begins to get information about a message.
|
com.aspose.ms.System.IAsyncResult |
beginListMessage(String uniqueId,
Iterable<String> messageExtraFields,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to get information about a message.
|
com.aspose.ms.System.IAsyncResult |
beginListMessages()
Begins getting the list of messages asynchronously in the current folder
|
com.aspose.ms.System.IAsyncResult |
beginListMessages(com.aspose.ms.System.AsyncCallback callback)
Begins getting the list of messages asynchronously in the current folder
|
com.aspose.ms.System.IAsyncResult |
beginListMessages(com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins getting the list of messages asynchronously in the current folder
|
com.aspose.ms.System.IAsyncResult |
beginListMessages(IConnection connection,
int maxNumberOfMessages)
Begins getting the list of messages in the current folder
Please, see more https://tools.ietf.org/html/rfc7162
|
com.aspose.ms.System.IAsyncResult |
beginListMessages(IConnection connection,
int maxNumberOfMessages,
com.aspose.ms.System.AsyncCallback callback)
Begins getting the list of messages in the current folder
Please, see more https://tools.ietf.org/html/rfc7162
|
com.aspose.ms.System.IAsyncResult |
beginListMessages(IConnection connection,
int maxNumberOfMessages,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins getting the list of messages in the current folder
Please, see more https://tools.ietf.org/html/rfc7162
|
com.aspose.ms.System.IAsyncResult |
beginListMessages(IConnection connection,
long modificationSequence)
Begins getting the list of messages in the current folder that have a modification sequence bigger than specified value.
|
com.aspose.ms.System.IAsyncResult |
beginListMessages(IConnection connection,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Begins getting the list of messages in the current folder that have a modification sequence bigger than specified value.
|
com.aspose.ms.System.IAsyncResult |
beginListMessages(IConnection connection,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins getting the list of messages in the current folder that have a modification sequence bigger than specified value.
|
com.aspose.ms.System.IAsyncResult |
beginListMessages(IConnection connection,
String folderName,
long modificationSequence,
boolean retrieveRecursively,
Iterable<String> messageExtraFields,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins getting the list of messages in the current folder that have a modification sequence bigger than specified value.
|
com.aspose.ms.System.IAsyncResult |
beginListMessages(IConnection connection,
String folderName,
MailQuery query,
int maxNumberOfMessages,
Iterable<String> messageExtraFields,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins getting the list of messages asynchronously in the current folder
|
com.aspose.ms.System.IAsyncResult |
beginListMessages(long modificationSequence)
Begins getting the list of messages in the current folder that have a modification sequence bigger than specified value.
|
com.aspose.ms.System.IAsyncResult |
beginListMessages(long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Begins getting the list of messages in the current folder that have a modification sequence bigger than specified value.
|
com.aspose.ms.System.IAsyncResult |
beginListMessages(long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins getting the list of messages in the current folder that have a modification sequence bigger than specified value.
|
com.aspose.ms.System.IAsyncResult |
beginListMessages(MailQuery query)
Begins getting the list of messages asynchronously in the current folder
|
com.aspose.ms.System.IAsyncResult |
beginListMessages(MailQuery query,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins getting the list of messages asynchronously in the current folder
|
com.aspose.ms.System.IAsyncResult |
beginListMessages(MailQuery query,
int maxNumberOfMessages)
Begins getting the list of messages asynchronously in the current folder
|
com.aspose.ms.System.IAsyncResult |
beginListMessages(MailQuery query,
int maxNumberOfMessages,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins getting the list of messages asynchronously in the current folder
|
com.aspose.ms.System.IAsyncResult |
beginListMessages(String folderName)
Begins getting the list of messages asynchronously in the current folder
|
com.aspose.ms.System.IAsyncResult |
beginListMessages(String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins getting the list of messages asynchronously in the current folder
|
com.aspose.ms.System.IAsyncResult |
beginListMessages(String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins getting the list of messages asynchronously in the current folder
|
com.aspose.ms.System.IAsyncResult |
beginListMessages(String folderName,
MailQuery query)
Begins getting the list of messages asynchronously in the current folder
|
com.aspose.ms.System.IAsyncResult |
beginListMessages(String folderName,
MailQuery query,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins getting the list of messages asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginListMessages(String folderName,
MailQuery query,
int maxNumberOfMessages)
Begins getting the list of messages asynchronously in the current folder
|
com.aspose.ms.System.IAsyncResult |
beginListMessages(String folderName,
MailQuery query,
int maxNumberOfMessages,
com.aspose.ms.System.AsyncCallback callback)
Begins getting the list of messages asynchronously in the current folder
|
com.aspose.ms.System.IAsyncResult |
beginListMessages(String folderName,
MailQuery query,
int maxNumberOfMessages,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins getting the list of messages asynchronously in the current folder
|
com.aspose.ms.System.IAsyncResult |
beginListMessagesByPage(IConnection connection,
int itemsPerPage)
Deprecated.
Please, use BeginListMessagesByPage(int itemsPerPage, int pageOffset, PageSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginListMessagesByPage(IConnection connection,
int itemsPerPage,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
Please, use BeginListMessagesByPage(int itemsPerPage, int pageOffset, PageSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginListMessagesByPage(IConnection connection,
int itemsPerPage,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
Please, use BeginListMessagesByPage(int itemsPerPage, int pageOffset, PageSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginListMessagesByPage(IConnection connection,
int itemsPerPage,
int pageOffset)
Deprecated.
Please, use BeginListMessagesByPage(int itemsPerPage, int pageOffset, PageSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginListMessagesByPage(IConnection connection,
int itemsPerPage,
int pageOffset,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
Please, use BeginListMessagesByPage(int itemsPerPage, int pageOffset, PageSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginListMessagesByPage(IConnection connection,
int itemsPerPage,
int pageOffset,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
Please, use BeginListMessagesByPage(int itemsPerPage, int pageOffset, PageSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginListMessagesByPage(IConnection connection,
PageInfo page)
Deprecated.
Please, use BeginListMessagesByPage(int itemsPerPage, int pageOffset, PageSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginListMessagesByPage(IConnection connection,
PageInfo page,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
Please, use BeginListMessagesByPage(int itemsPerPage, int pageOffset, PageSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginListMessagesByPage(IConnection connection,
PageInfo page,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
Please, use BeginListMessagesByPage(int itemsPerPage, int pageOffset, PageSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginListMessagesByPage(IConnection connection,
String folderName,
MailQuery query,
int itemsPerPage)
Deprecated.
Please, use BeginListMessagesByPage(MailQuery query, PageInfo pageInfo, PageSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginListMessagesByPage(IConnection connection,
String folderName,
MailQuery query,
int itemsPerPage,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
Please, use BeginListMessagesByPage(MailQuery query, PageInfo pageInfo, PageSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginListMessagesByPage(IConnection connection,
String folderName,
MailQuery query,
int itemsPerPage,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
Please, use BeginListMessagesByPage(MailQuery query, PageInfo pageInfo, PageSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginListMessagesByPage(IConnection connection,
String folderName,
MailQuery query,
PageInfo pageInfo)
Deprecated.
Please, use BeginListMessagesByPage(MailQuery query, PageInfo pageInfo, PageSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginListMessagesByPage(IConnection connection,
String folderName,
MailQuery query,
PageInfo pageInfo,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
Please, use BeginListMessagesByPage(MailQuery query, PageInfo pageInfo, PageSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginListMessagesByPage(IConnection connection,
String folderName,
MailQuery query,
PageInfo pageInfo,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
Please, use BeginListMessagesByPage(MailQuery query, PageInfo pageInfo, PageSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginListMessagesByPage(int itemsPerPage)
Deprecated.
Please, use BeginListMessagesByPage(int itemsPerPage, int pageOffset, PageSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginListMessagesByPage(int itemsPerPage,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
Please, use BeginListMessagesByPage(int itemsPerPage, int pageOffset, PageSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginListMessagesByPage(int itemsPerPage,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
Please, use BeginListMessagesByPage(int itemsPerPage, int pageOffset, PageSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginListMessagesByPage(int itemsPerPage,
int pageOffset)
Deprecated.
Please, use BeginListMessagesByPage(int itemsPerPage, int pageOffset, PageSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginListMessagesByPage(int itemsPerPage,
int pageOffset,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
Please, use BeginListMessagesByPage(int itemsPerPage, int pageOffset, PageSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginListMessagesByPage(int itemsPerPage,
int pageOffset,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
Please, use BeginListMessagesByPage(int itemsPerPage, int pageOffset, PageSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginListMessagesByPage(int itemsPerPage,
int pageOffset,
PageSettingsAsync settings)
Begins getting the list of messages asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginListMessagesByPage(MailQuery query,
PageInfo pageInfo,
PageSettingsAsync settings)
Begins getting the list of messages asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginListMessagesByPage(PageInfo page)
Deprecated.
Please, use BeginListMessagesByPage(int itemsPerPage, int pageOffset, PageSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginListMessagesByPage(PageInfo page,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
Please, use BeginListMessagesByPage(int itemsPerPage, int pageOffset, PageSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginListMessagesByPage(PageInfo page,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
Please, use BeginListMessagesByPage(int itemsPerPage, int pageOffset, PageSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginListMessagesByPage(String folderName,
MailQuery query,
int itemsPerPage)
Deprecated.
Please, use BeginListMessagesByPage(MailQuery query, PageInfo pageInfo, PageSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginListMessagesByPage(String folderName,
MailQuery query,
int itemsPerPage,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
Please, use BeginListMessagesByPage(MailQuery query, PageInfo pageInfo, PageSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginListMessagesByPage(String folderName,
MailQuery query,
int itemsPerPage,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
Please, use BeginListMessagesByPage(MailQuery query, PageInfo pageInfo, PageSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginListMessagesByPage(String folderName,
MailQuery query,
PageInfo pageInfo)
Deprecated.
Please, use BeginListMessagesByPage(MailQuery query, PageInfo pageInfo, PageSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginListMessagesByPage(String folderName,
MailQuery query,
PageInfo pageInfo,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
Please, use BeginListMessagesByPage(MailQuery query, PageInfo pageInfo, PageSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginListMessagesByPage(String folderName,
MailQuery query,
PageInfo pageInfo,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
Please, use BeginListMessagesByPage(MailQuery query, PageInfo pageInfo, PageSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginMoveFolder(IConnection connection,
String newParentFolder,
String folderName)
Moves specified folder and its subfolders to new location asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginMoveFolder(IConnection connection,
String newParentFolder,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Moves specified folder and its subfolders to new location asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginMoveFolder(IConnection connection,
String newParentFolder,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Moves specified folder and its subfolders to new location asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginMoveFolder(String newParentFolder,
String folderName)
Moves specified folder and its subfolders to new location asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginMoveFolder(String newParentFolder,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Moves specified folder and its subfolders to new location asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginMoveFolder(String newParentFolder,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Moves specified folder and its subfolders to new location asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessage(IConnection connection,
int sequenceNumber,
String folderName)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessage(IConnection connection,
int sequenceNumber,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessage(IConnection connection,
int sequenceNumber,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessage(IConnection connection,
int sequenceNumber,
String folderName,
boolean commitDeletions)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessage(IConnection connection,
int sequenceNumber,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessage(IConnection connection,
int sequenceNumber,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessage(IConnection connection,
String uniqueId,
String folderName)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessage(IConnection connection,
String uniqueId,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessage(IConnection connection,
String uniqueId,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessage(IConnection connection,
String uniqueId,
String folderName,
boolean commitDeletions)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessage(IConnection connection,
String uniqueId,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessage(IConnection connection,
String uniqueId,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessage(int sequenceNumber,
String folderName)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessage(int sequenceNumber,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessage(int sequenceNumber,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessage(int sequenceNumber,
String folderName,
boolean commitDeletions)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessage(int sequenceNumber,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessage(int sequenceNumber,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessage(String uniqueId,
String folderName)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessage(String uniqueId,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessage(String uniqueId,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessage(String uniqueId,
String folderName,
boolean commitDeletions)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessage(String uniqueId,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessage(String uniqueId,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessages(IConnection connection,
int startSequence,
int endSequence,
String folderName)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessages(IConnection connection,
int startSequence,
int endSequence,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessages(IConnection connection,
int startSequence,
int endSequence,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessages(IConnection connection,
int startSequence,
int endSequence,
String folderName,
boolean commitDeletions)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessages(IConnection connection,
int startSequence,
int endSequence,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessages(IConnection connection,
int startSequence,
int endSequence,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
boolean commitDeletions)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessages(IConnection connection,
String startUid,
String endUid,
String folderName)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessages(IConnection connection,
String startUid,
String endUid,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessages(IConnection connection,
String startUid,
String endUid,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessages(IConnection connection,
String startUid,
String endUid,
String folderName,
boolean commitDeletions)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessages(IConnection connection,
String startUid,
String endUid,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessages(IConnection connection,
String startUid,
String endUid,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessages(int startSequence,
int endSequence,
String folderName)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessages(int startSequence,
int endSequence,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessages(int startSequence,
int endSequence,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessages(int startSequence,
int endSequence,
String folderName,
boolean commitDeletions)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessages(int startSequence,
int endSequence,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessages(int startSequence,
int endSequence,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessages(Iterable<ImapMessageInfo> messageInfoSet,
String folderName)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessages(Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessages(Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessages(Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
boolean commitDeletions)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessages(Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessages(Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessages(String startUid,
String endUid,
String folderName)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessages(String startUid,
String endUid,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessages(String startUid,
String endUid,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessages(String startUid,
String endUid,
String folderName,
boolean commitDeletions)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessages(String startUid,
String endUid,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessages(String startUid,
String endUid,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
String folderName)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
String folderName,
boolean commitDeletions)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessagesBySequences(Iterable<Integer> sequenceSet,
String folderName)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessagesBySequences(Iterable<Integer> sequenceSet,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessagesBySequences(Iterable<Integer> sequenceSet,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessagesBySequences(Iterable<Integer> sequenceSet,
String folderName,
boolean commitDeletions)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessagesBySequences(Iterable<Integer> sequenceSet,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessagesBySequences(Iterable<Integer> sequenceSet,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessagesByUids(IConnection connection,
Iterable<String> uidSet,
String folderName)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessagesByUids(IConnection connection,
Iterable<String> uidSet,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessagesByUids(IConnection connection,
Iterable<String> uidSet,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessagesByUids(IConnection connection,
Iterable<String> uidSet,
String folderName,
boolean commitDeletions)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessagesByUids(IConnection connection,
Iterable<String> uidSet,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessagesByUids(IConnection connection,
Iterable<String> uidSet,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessagesByUids(Iterable<String> uidSet,
String folderName)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessagesByUids(Iterable<String> uidSet,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessagesByUids(Iterable<String> uidSet,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessagesByUids(Iterable<String> uidSet,
String folderName,
boolean commitDeletions)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessagesByUids(Iterable<String> uidSet,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginMoveMessagesByUids(Iterable<String> uidSet,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
beginNoop()
Begins to execute 'No operation' command
|
com.aspose.ms.System.IAsyncResult |
beginNoop(com.aspose.ms.System.AsyncCallback callback)
Begins to execute 'No operation' command
|
com.aspose.ms.System.IAsyncResult |
beginNoop(com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to execute 'No operation' command
|
com.aspose.ms.System.IAsyncResult |
beginNoop(IConnection connection)
Begins to execute 'No operation' command
|
com.aspose.ms.System.IAsyncResult |
beginNoop(IConnection connection,
com.aspose.ms.System.AsyncCallback callback)
Begins to execute 'No operation' command
|
com.aspose.ms.System.IAsyncResult |
beginNoop(IConnection connection,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to execute 'No operation' command
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(IConnection connection,
int sequenceNumber,
ImapMessageFlags flags)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(IConnection connection,
int sequenceNumber,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(IConnection connection,
int sequenceNumber,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(IConnection connection,
int sequenceNumber,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(IConnection connection,
int sequenceNumber,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(IConnection connection,
int sequenceNumber,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(IConnection connection,
int startSequence,
int endSequence,
ImapMessageFlags flags)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(IConnection connection,
int startSequence,
int endSequence,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(IConnection connection,
int startSequence,
int endSequence,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(IConnection connection,
int startSequence,
int endSequence,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(IConnection connection,
int startSequence,
int endSequence,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(IConnection connection,
int startSequence,
int endSequence,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(IConnection connection,
String uniqueId,
ImapMessageFlags flags)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(IConnection connection,
String uniqueId,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(IConnection connection,
String uniqueId,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(IConnection connection,
String uniqueId,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(IConnection connection,
String uniqueId,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(IConnection connection,
String uniqueId,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(IConnection connection,
String startUid,
String endUid,
ImapMessageFlags flags)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(IConnection connection,
String startUid,
String endUid,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(IConnection connection,
String startUid,
String endUid,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(IConnection connection,
String startUid,
String endUid,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(IConnection connection,
String startUid,
String endUid,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(IConnection connection,
String startUid,
String endUid,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(int sequenceNumber,
ImapMessageFlags flags)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(int sequenceNumber,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(int sequenceNumber,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(int sequenceNumber,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(int sequenceNumber,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(int sequenceNumber,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(int startSequence,
int endSequence,
ImapMessageFlags flags)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(int startSequence,
int endSequence,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(int startSequence,
int endSequence,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(int startSequence,
int endSequence,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(int startSequence,
int endSequence,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(int startSequence,
int endSequence,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Removes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(String uniqueId,
ImapMessageFlags flags)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(String uniqueId,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(String uniqueId,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(String uniqueId,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(String uniqueId,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(String uniqueId,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(String startUid,
String endUid,
ImapMessageFlags flags)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(String startUid,
String endUid,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(String startUid,
String endUid,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(String startUid,
String endUid,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(String startUid,
String endUid,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlags(String startUid,
String endUid,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlagsBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlagsBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlagsBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlagsBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlagsBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlagsBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlagsBySequences(Iterable<Integer> sequenceSet,
ImapMessageFlags flags)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlagsBySequences(Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlagsBySequences(Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlagsBySequences(Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlagsBySequences(Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlagsBySequences(Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlagsByUids(IConnection connection,
Iterable<String> uidSet,
ImapMessageFlags flags)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlagsByUids(IConnection connection,
Iterable<String> uidSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlagsByUids(IConnection connection,
Iterable<String> uidSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlagsByUids(IConnection connection,
Iterable<String> uidSet,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlagsByUids(IConnection connection,
Iterable<String> uidSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlagsByUids(IConnection connection,
Iterable<String> uidSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlagsByUids(Iterable<String> uidSet,
ImapMessageFlags flags)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlagsByUids(Iterable<String> uidSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlagsByUids(Iterable<String> uidSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlagsByUids(Iterable<String> uidSet,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlagsByUids(Iterable<String> uidSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRemoveMessageFlagsByUids(Iterable<String> uidSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRenameFolder(IConnection connection,
String folderName,
String newFolderName)
Begins RenameFolder operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRenameFolder(IConnection connection,
String folderName,
String newFolderName,
com.aspose.ms.System.AsyncCallback callback)
Begins RenameFolder operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRenameFolder(IConnection connection,
String folderName,
String newFolderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins RenameFolder operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRenameFolder(String folderName,
String newFolderName)
Begins RenameFolder operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRenameFolder(String folderName,
String newFolderName,
com.aspose.ms.System.AsyncCallback callback)
Begins RenameFolder operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRenameFolder(String folderName,
String newFolderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins RenameFolder operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginRequestCheckpoint()
Begins request a checkpoint of the currently selected mailbox.
|
com.aspose.ms.System.IAsyncResult |
beginRequestCheckpoint(com.aspose.ms.System.AsyncCallback callback)
Begins request a checkpoint of the currently selected mailbox.
|
com.aspose.ms.System.IAsyncResult |
beginRequestCheckpoint(com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins request a checkpoint of the currently selected mailbox.
|
com.aspose.ms.System.IAsyncResult |
beginRequestCheckpoint(IConnection connection)
Begins request a checkpoint of the currently selected mailbox.
|
com.aspose.ms.System.IAsyncResult |
beginRequestCheckpoint(IConnection connection,
com.aspose.ms.System.AsyncCallback callback)
Begins request a checkpoint of the currently selected mailbox.
|
com.aspose.ms.System.IAsyncResult |
beginRequestCheckpoint(IConnection connection,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins request a checkpoint of the currently selected mailbox.
|
com.aspose.ms.System.IAsyncResult |
beginRestore(IConnection connection,
InputStream stream,
ImapFolderInfoCollection folders,
int options)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginRestore(IConnection connection,
InputStream stream,
ImapFolderInfoCollection folders,
int options,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginRestore(IConnection connection,
InputStream stream,
ImapFolderInfoCollection folders,
int options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginRestore(IConnection connection,
InputStream stream,
int options)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginRestore(IConnection connection,
InputStream stream,
int options,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginRestore(IConnection connection,
InputStream stream,
int options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginRestore(IConnection connection,
PersonalStorage pst,
ImapFolderInfoCollection folders,
int options)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginRestore(IConnection connection,
PersonalStorage pst,
ImapFolderInfoCollection folders,
int options,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginRestore(IConnection connection,
PersonalStorage pst,
ImapFolderInfoCollection folders,
int options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginRestore(IConnection connection,
PersonalStorage pst,
int options)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginRestore(IConnection connection,
PersonalStorage pst,
int options,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginRestore(IConnection connection,
PersonalStorage pst,
int options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginRestore(IConnection connection,
String fileName,
ImapFolderInfoCollection folders,
int options)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginRestore(IConnection connection,
String fileName,
ImapFolderInfoCollection folders,
int options,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginRestore(IConnection connection,
String fileName,
ImapFolderInfoCollection folders,
int options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginRestore(IConnection connection,
String fileName,
int options)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginRestore(IConnection connection,
String fileName,
int options,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginRestore(IConnection connection,
String fileName,
int options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginRestore(InputStream stream,
ImapFolderInfoCollection folders,
int options)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginRestore(InputStream stream,
ImapFolderInfoCollection folders,
int options,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginRestore(InputStream stream,
ImapFolderInfoCollection folders,
int options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginRestore(InputStream stream,
int options)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginRestore(InputStream stream,
int options,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginRestore(InputStream stream,
int options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginRestore(PersonalStorage pst,
ImapFolderInfoCollection folders,
int options)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginRestore(PersonalStorage pst,
ImapFolderInfoCollection folders,
int options,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginRestore(PersonalStorage pst,
ImapFolderInfoCollection folders,
int options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginRestore(PersonalStorage pst,
ImapRestoreSettingsAsync settings)
Begins to restore imap folders from the given personal storage.
|
com.aspose.ms.System.IAsyncResult |
beginRestore(PersonalStorage pst,
int options)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginRestore(PersonalStorage pst,
int options,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginRestore(PersonalStorage pst,
int options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginRestore(String fileName,
ImapFolderInfoCollection folders,
int options)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginRestore(String fileName,
ImapFolderInfoCollection folders,
int options,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginRestore(String fileName,
ImapFolderInfoCollection folders,
int options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginRestore(String fileName,
int options)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginRestore(String fileName,
int options,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginRestore(String fileName,
int options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
beginSaveMessage(IConnection connection,
int sequenceNumber,
OutputStream resultStream)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginSaveMessage(IConnection connection,
int sequenceNumber,
OutputStream resultStream,
com.aspose.ms.System.AsyncCallback callback)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginSaveMessage(IConnection connection,
int sequenceNumber,
OutputStream resultStream,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginSaveMessage(IConnection connection,
int sequenceNumber,
String fileName)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginSaveMessage(IConnection connection,
int sequenceNumber,
String fileName,
com.aspose.ms.System.AsyncCallback callback)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginSaveMessage(IConnection connection,
int sequenceNumber,
String fileName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginSaveMessage(IConnection connection,
String uniqueId,
OutputStream resultStream)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginSaveMessage(IConnection connection,
String uniqueId,
OutputStream resultStream,
com.aspose.ms.System.AsyncCallback callback)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginSaveMessage(IConnection connection,
String uniqueId,
OutputStream resultStream,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginSaveMessage(IConnection connection,
String uniqueId,
String fileName)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginSaveMessage(IConnection connection,
String uniqueId,
String fileName,
com.aspose.ms.System.AsyncCallback callback)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginSaveMessage(IConnection connection,
String uniqueId,
String fileName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginSaveMessage(int sequenceNumber,
OutputStream resultStream)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginSaveMessage(int sequenceNumber,
OutputStream resultStream,
com.aspose.ms.System.AsyncCallback callback)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginSaveMessage(int sequenceNumber,
OutputStream resultStream,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginSaveMessage(int sequenceNumber,
String fileName)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginSaveMessage(int sequenceNumber,
String fileName,
com.aspose.ms.System.AsyncCallback callback)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginSaveMessage(int sequenceNumber,
String fileName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginSaveMessage(String uniqueId,
OutputStream resultStream)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginSaveMessage(String uniqueId,
OutputStream resultStream,
com.aspose.ms.System.AsyncCallback callback)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginSaveMessage(String uniqueId,
OutputStream resultStream,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginSaveMessage(String uniqueId,
String fileName)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginSaveMessage(String uniqueId,
String fileName,
com.aspose.ms.System.AsyncCallback callback)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginSaveMessage(String uniqueId,
String fileName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
beginSelectFolder(IConnection connection,
String folderName)
Begins select the specified folder asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginSelectFolder(IConnection connection,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins select the specified folder asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginSelectFolder(IConnection connection,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins select the specified folder asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginSelectFolder(IConnection connection,
String folderName,
Boolean readOnly,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins select the specified folder asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginSelectFolder(String folderName)
Begins select the specified folder asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginSelectFolder(String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins select the specified folder asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginSelectFolder(String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins select the specified folder asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginSelectFolder(String folderName,
Boolean readOnly,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins select the specified folder asynchronously.
|
com.aspose.ms.System.IAsyncResult |
beginSetQuota(IConnection connection,
String quotaRootName,
String resourceName,
int resourceLimit)
Begins setting quota information
|
com.aspose.ms.System.IAsyncResult |
beginSetQuota(IConnection connection,
String quotaRootName,
String resourceName,
int resourceLimit,
com.aspose.ms.System.AsyncCallback callback)
Begins setting quota information
|
com.aspose.ms.System.IAsyncResult |
beginSetQuota(IConnection connection,
String quotaRootName,
String resourceName,
int resourceLimit,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins setting quota information
|
com.aspose.ms.System.IAsyncResult |
beginSetQuota(String quotaRootName,
String resourceName,
int resourceLimit)
Begins setting quota information
|
com.aspose.ms.System.IAsyncResult |
beginSetQuota(String quotaRootName,
String resourceName,
int resourceLimit,
com.aspose.ms.System.AsyncCallback callback)
Begins setting quota information
|
com.aspose.ms.System.IAsyncResult |
beginSetQuota(String quotaRootName,
String resourceName,
int resourceLimit,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins setting quota information
|
com.aspose.ms.System.IAsyncResult |
beginSubscribeFolder(IConnection connection,
String folderName)
Begins subscribe operation that adds the specified mailbox name to the server's set of "active" mailboxes.
|
com.aspose.ms.System.IAsyncResult |
beginSubscribeFolder(IConnection connection,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins subscribe operation that adds the specified mailbox name to the server's set of "active" mailboxes.
|
com.aspose.ms.System.IAsyncResult |
beginSubscribeFolder(IConnection connection,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins subscribe operation that adds the specified mailbox name to the server's set of "active" mailboxes.
|
com.aspose.ms.System.IAsyncResult |
beginSubscribeFolder(String folderName)
Begins subscribe operation that adds the specified mailbox name to the server's set of "active" mailboxes.
|
com.aspose.ms.System.IAsyncResult |
beginSubscribeFolder(String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins subscribe operation that adds the specified mailbox name to the server's set of "active" mailboxes.
|
com.aspose.ms.System.IAsyncResult |
beginSubscribeFolder(String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins subscribe operation that adds the specified mailbox name to the server's set of "active" mailboxes.
|
com.aspose.ms.System.IAsyncResult |
beginUndeleteMessage(IConnection connection,
int sequenceNumber)
Marks a message with the specified sequence number as not deleted.
|
com.aspose.ms.System.IAsyncResult |
beginUndeleteMessage(IConnection connection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback)
Marks a message with the specified sequence number as not deleted.
|
com.aspose.ms.System.IAsyncResult |
beginUndeleteMessage(IConnection connection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Marks a message with the specified sequence number as not deleted.
|
com.aspose.ms.System.IAsyncResult |
beginUndeleteMessage(IConnection connection,
int sequenceNumber,
long modificationSequence)
Marks a message with the specified sequence number as not deleted.
|
com.aspose.ms.System.IAsyncResult |
beginUndeleteMessage(IConnection connection,
int sequenceNumber,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Marks a message with the specified sequence number as not deleted.
|
com.aspose.ms.System.IAsyncResult |
beginUndeleteMessage(IConnection connection,
int sequenceNumber,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Marks a message with the specified sequence number as not deleted.
|
com.aspose.ms.System.IAsyncResult |
beginUndeleteMessage(IConnection connection,
String uniqueId)
Marks a message with the specified sequence number as not deleted.
|
com.aspose.ms.System.IAsyncResult |
beginUndeleteMessage(IConnection connection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback)
Marks a message with the specified sequence number as not deleted.
|
com.aspose.ms.System.IAsyncResult |
beginUndeleteMessage(IConnection connection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Marks a message with the specified sequence number as not deleted.
|
com.aspose.ms.System.IAsyncResult |
beginUndeleteMessage(IConnection connection,
String uniqueId,
long modificationSequence)
Marks a message with the specified sequence number as not deleted.
|
com.aspose.ms.System.IAsyncResult |
beginUndeleteMessage(IConnection connection,
String uniqueId,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Marks a message with the specified sequence number as not deleted.
|
com.aspose.ms.System.IAsyncResult |
beginUndeleteMessage(IConnection connection,
String uniqueId,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Marks a message with the specified sequence number as not deleted.
|
com.aspose.ms.System.IAsyncResult |
beginUndeleteMessage(int sequenceNumber)
Marks a message with the specified sequence number as not deleted.
|
com.aspose.ms.System.IAsyncResult |
beginUndeleteMessage(int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback)
Marks a message with the specified sequence number as not deleted.
|
com.aspose.ms.System.IAsyncResult |
beginUndeleteMessage(int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Marks a message with the specified sequence number as not deleted.
|
com.aspose.ms.System.IAsyncResult |
beginUndeleteMessage(int sequenceNumber,
long modificationSequence)
Marks a message with the specified sequence number as not deleted.
|
com.aspose.ms.System.IAsyncResult |
beginUndeleteMessage(int sequenceNumber,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Marks a message with the specified sequence number as not deleted.
|
com.aspose.ms.System.IAsyncResult |
beginUndeleteMessage(int sequenceNumber,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Marks a message with the specified sequence number as not deleted.
|
com.aspose.ms.System.IAsyncResult |
beginUndeleteMessage(String uniqueId)
Marks a message with the specified sequence number as not deleted.
|
com.aspose.ms.System.IAsyncResult |
beginUndeleteMessage(String uniqueId,
com.aspose.ms.System.AsyncCallback callback)
Marks a message with the specified sequence number as not deleted.
|
com.aspose.ms.System.IAsyncResult |
beginUndeleteMessage(String uniqueId,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Marks a message with the specified sequence number as not deleted.
|
com.aspose.ms.System.IAsyncResult |
beginUndeleteMessage(String uniqueId,
long modificationSequence)
Marks a message with the specified sequence number as not deleted.
|
com.aspose.ms.System.IAsyncResult |
beginUndeleteMessage(String uniqueId,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Marks a message with the specified sequence number as not deleted.
|
com.aspose.ms.System.IAsyncResult |
beginUndeleteMessage(String uniqueId,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Marks a message with the specified sequence number as not deleted.
|
com.aspose.ms.System.IAsyncResult |
beginUnselectFolder()
Begins permanently removes all messages marked as deleted for currently selected folder and removes selected-state for current folder asyncronously.
|
com.aspose.ms.System.IAsyncResult |
beginUnselectFolder(com.aspose.ms.System.AsyncCallback callback)
Begins permanently removes all messages marked as deleted for currently selected folder and removes selected-state for current folder asyncronously.
|
com.aspose.ms.System.IAsyncResult |
beginUnselectFolder(com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins permanently removes all messages marked as deleted for currently selected folder and removes selected-state for current folder asyncronously.
|
com.aspose.ms.System.IAsyncResult |
beginUnselectFolder(boolean doNotExpunge)
Unselects folder which are currently selected asyncronously.
|
com.aspose.ms.System.IAsyncResult |
beginUnselectFolder(boolean doNotExpunge,
com.aspose.ms.System.AsyncCallback callback)
Unselects folder which are currently selected asyncronously.
|
com.aspose.ms.System.IAsyncResult |
beginUnselectFolder(boolean doNotExpunge,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Unselects folder which are currently selected asyncronously.
|
com.aspose.ms.System.IAsyncResult |
beginUnselectFolder(IConnection connection)
Begins permanently removes all messages marked as deleted for currently selected folder and removes selected-state for current folder asyncronously.
|
com.aspose.ms.System.IAsyncResult |
beginUnselectFolder(IConnection connection,
com.aspose.ms.System.AsyncCallback callback)
Begins permanently removes all messages marked as deleted for currently selected folder and removes selected-state for current folder asyncronously.
|
com.aspose.ms.System.IAsyncResult |
beginUnselectFolder(IConnection connection,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins permanently removes all messages marked as deleted for currently selected folder and removes selected-state for current folder asyncronously.
|
com.aspose.ms.System.IAsyncResult |
beginUnselectFolder(IConnection connection,
boolean doNotExpunge)
Unselects folder which are currently selected asyncronously.
|
com.aspose.ms.System.IAsyncResult |
beginUnselectFolder(IConnection connection,
boolean doNotExpunge,
com.aspose.ms.System.AsyncCallback callback)
Unselects folder which are currently selected asyncronously.
|
com.aspose.ms.System.IAsyncResult |
beginUnselectFolder(IConnection connection,
boolean doNotExpunge,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Unselects folder which are currently selected asyncronously.
|
com.aspose.ms.System.IAsyncResult |
beginUnsubscribeFolder(IConnection connection,
String folderName)
Begins unsubscribe operation that removes the specified mailbox name from the server's set of "active" mailboxes
|
com.aspose.ms.System.IAsyncResult |
beginUnsubscribeFolder(IConnection connection,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins unsubscribe operation that removes the specified mailbox name from the server's set of "active" mailboxes
|
com.aspose.ms.System.IAsyncResult |
beginUnsubscribeFolder(IConnection connection,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins unsubscribe operation that removes the specified mailbox name from the server's set of "active" mailboxes
|
com.aspose.ms.System.IAsyncResult |
beginUnsubscribeFolder(String folderName)
Begins unsubscribe operation that removes the specified mailbox name from the server's set of "active" mailboxes
|
com.aspose.ms.System.IAsyncResult |
beginUnsubscribeFolder(String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins unsubscribe operation that removes the specified mailbox name from the server's set of "active" mailboxes
|
com.aspose.ms.System.IAsyncResult |
beginUnsubscribeFolder(String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins unsubscribe operation that removes the specified mailbox name from the server's set of "active" mailboxes
|
void |
changeMessageFlags(IConnection connection,
int sequenceNumber,
ImapMessageFlags flags)
Changes the flags of the message
|
void |
changeMessageFlags(IConnection connection,
int sequenceNumber,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
void |
changeMessageFlags(IConnection connection,
int startSequence,
int endSequence,
ImapMessageFlags flags)
Changes the flags of the message
|
void |
changeMessageFlags(IConnection connection,
int startSequence,
int endSequence,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
void |
changeMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags)
Changes the flags of the message
|
void |
changeMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
void |
changeMessageFlags(IConnection connection,
String uniqueId,
ImapMessageFlags flags)
Changes the flags of the message
|
void |
changeMessageFlags(IConnection connection,
String uniqueId,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
void |
changeMessageFlags(IConnection connection,
String startUid,
String endUid,
ImapMessageFlags flags)
Changes the flags of the message
|
void |
changeMessageFlags(IConnection connection,
String startUid,
String endUid,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
void |
changeMessageFlags(int sequenceNumber,
ImapMessageFlags flags)
Changes the flags of the message
|
void |
changeMessageFlags(int sequenceNumber,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
void |
changeMessageFlags(int startSequence,
int endSequence,
ImapMessageFlags flags)
Changes the flags of the message
|
void |
changeMessageFlags(int startSequence,
int endSequence,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
void |
changeMessageFlags(Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags)
Changes the flags of the message
|
void |
changeMessageFlags(Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
void |
changeMessageFlags(String uniqueId,
ImapMessageFlags flags)
Changes the flags of the message
|
void |
changeMessageFlags(String uniqueId,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
void |
changeMessageFlags(String startUid,
String endUid,
ImapMessageFlags flags)
Changes the flags of the message
|
void |
changeMessageFlags(String startUid,
String endUid,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
void |
changeMessageFlagsBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags)
Changes the flags of the message
|
void |
changeMessageFlagsBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
void |
changeMessageFlagsBySequences(Iterable<Integer> sequenceSet,
ImapMessageFlags flags)
Changes the flags of the message
|
void |
changeMessageFlagsBySequences(Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
void |
changeMessageFlagsByUids(IConnection connection,
Iterable<String> uidSet,
ImapMessageFlags flags)
Changes the flags of the message
|
void |
changeMessageFlagsByUids(IConnection connection,
Iterable<String> uidSet,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
void |
changeMessageFlagsByUids(Iterable<String> uidSet,
ImapMessageFlags flags)
Changes the flags of the message
|
void |
changeMessageFlagsByUids(Iterable<String> uidSet,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
String[] |
clientCapabilities(IConnection connection,
String... capabilityNames)
Notifies server which extensions are supported by client.
|
String[] |
clientCapabilities(String... capabilityNames)
Notifies server which extensions are supported by client.
|
void |
commitDeletes()
Commit the deletions
|
void |
commitDeletes(IConnection connection)
Commit the deletions
|
void |
commitDeletes(IConnection connection,
int sleep)
Commit the deletions
|
void |
commitDeletes(IConnection connection,
Iterable<String> uidSet)
Commit the deletions
This method works only if server supports UIDPLUS extension.
|
void |
commitDeletes(IConnection connection,
String uniqueId)
Commit the deletions
|
void |
commitDeletes(IConnection connection,
String startUid,
String endUid)
Commit the deletions
This method works only if server supports UIDPLUS extension.
|
void |
commitDeletes(int sleep)
Commit the deletions
|
void |
commitDeletes(Iterable<String> uidSet)
Commit the deletions
This method works only if server supports UIDPLUS extension.
|
void |
commitDeletes(String uniqueId)
Commit the deletions
This method works only if server supports UIDPLUS extension.
|
void |
|