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 |
commitDeletes(String startUid,
String endUid)
Commit the deletions
This method works only if server supports UIDPLUS extension.
|
String |
copyMessage(IConnection connection,
int sequenceNumber,
String folderName)
Copies the message
|
String |
copyMessage(IConnection connection,
String uniqueId,
String folderName)
Copies the message
|
String |
copyMessage(int sequenceNumber,
String folderName)
Copies the message
|
String |
copyMessage(String uniqueId,
String folderName)
Copies the message
|
void |
copyMessages(IConnection connection,
int startSequence,
int endSequence,
String folderName)
Copy the messaeg
|
void |
copyMessages(IConnection connection,
int startSequence,
int endSequence,
String folderName,
boolean commitDeletions)
Deprecated.
|
void |
copyMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName)
Copy messages
|
void |
copyMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
boolean commitDeletions)
Deprecated.
|
void |
copyMessages(IConnection connection,
String startUid,
String endUid,
String folderName)
Copy messages
|
void |
copyMessages(IConnection connection,
String startUid,
String endUid,
String folderName,
boolean commitDeletions)
Deprecated.
|
void |
copyMessages(int startSequence,
int endSequence,
String folderName)
Copy messages
|
void |
copyMessages(int startSequence,
int endSequence,
String folderName,
boolean commitDeletions)
Deprecated.
|
void |
copyMessages(Iterable<ImapMessageInfo> messageInfoSet,
String folderName)
Copy messages
|
void |
copyMessages(Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
boolean commitDeletions)
Deprecated.
|
void |
copyMessages(String startUid,
String endUid,
String folderName)
Copy messages
|
void |
copyMessages(String startUid,
String endUid,
String folderName,
boolean commitDeletions)
Deprecated.
|
void |
copyMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
String folderName)
Copy the messaeg
|
void |
copyMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
String folderName,
boolean commitDeletions)
Deprecated.
|
void |
copyMessagesBySequences(Iterable<Integer> sequenceSet,
String folderName)
Copy messages
|
void |
copyMessagesBySequences(Iterable<Integer> sequenceSet,
String folderName,
boolean commitDeletions)
Copy messages
|
void |
copyMessagesByUids(IConnection connection,
Iterable<String> uidSet,
String folderName)
Copy messages
|
void |
copyMessagesByUids(IConnection connection,
Iterable<String> uidSet,
String folderName,
boolean commitDeletions)
Deprecated.
|
void |
copyMessagesByUids(Iterable<String> uidSet,
String folderName)
Copy messages
|
void |
copyMessagesByUids(Iterable<String> uidSet,
String folderName,
boolean commitDeletions)
Deprecated.
|
void |
createFolder(IConnection connection,
String folderName)
Creates a folder with the specified name
|
void |
createFolder(String folderName)
Creates a folder with the specified name
|
void |
deleteFolder(IConnection connection,
String folderName)
Deletes a specified folder.
|
void |
deleteFolder(String folderName)
Deletes a specified folder.
|
void |
deleteMessage(IConnection connection,
int sequenceNumber)
Marks a message with the specified sequence number as deleted
|
void |
deleteMessage(IConnection connection,
int sequenceNumber,
long modificationSequence)
Marks a message with the specified sequence number as deleted
|
void |
deleteMessage(IConnection connection,
String uniqueId)
Marks a message with the specified sequence number as deleted
|
void |
deleteMessage(IConnection connection,
String uniqueId,
boolean commitNow)
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this.
|
void |
deleteMessage(IConnection connection,
String uniqueId,
long modificationSequence)
Marks a message with the specified unique identifier as deleted
|
void |
deleteMessage(IConnection connection,
String uniqueId,
long modificationSequence,
boolean commitNow)
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this.
|
void |
deleteMessage(int sequenceNumber)
Marks a message with the specified sequence number as deleted
|
void |
deleteMessage(int sequenceNumber,
long modificationSequence)
Marks a message with the specified sequence number as deleted
|
void |
deleteMessage(String uniqueId)
Marks a message with the specified sequence number as deleted
|
void |
deleteMessage(String uniqueId,
boolean commitNow)
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this.
|
void |
deleteMessage(String uniqueId,
long modificationSequence)
Marks a message with the specified unique identifier as deleted
|
void |
deleteMessage(String uniqueId,
long modificationSequence,
boolean commitNow)
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this.
|
void |
deleteMessages(IConnection connection,
int startSequence,
int endSequence)
Marks a message with the specified sequence number as deleted
|
void |
deleteMessages(IConnection connection,
int startSequence,
int endSequence,
long modificationSequence)
Marks a message with the specified sequence number as deleted
|
void |
deleteMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet)
Marks a message with the specified sequence number as deleted
|
void |
deleteMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
boolean commitNow)
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this.
|
void |
deleteMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
long modificationSequence)
Marks a message with the specified unique identifier as deleted
|
void |
deleteMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
long modificationSequence,
boolean commitNow)
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this.
|
void |
deleteMessages(IConnection connection,
String startUid,
String endUid)
Marks a message with the specified sequence number as deleted
|
void |
deleteMessages(IConnection connection,
String startUid,
String endUid,
boolean commitNow)
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this.
|
void |
deleteMessages(IConnection connection,
String startUid,
String endUid,
long modificationSequence)
Marks a message with the specified unique identifier as deleted
|
void |
deleteMessages(IConnection connection,
String startUid,
String endUid,
long modificationSequence,
boolean commitNow)
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this.
|
void |
deleteMessages(int startSequence,
int endSequence)
Marks a message with the specified sequence number as deleted
|
void |
deleteMessages(int startSequence,
int endSequence,
long modificationSequence)
Marks a message with the specified sequence number as deleted
|
void |
deleteMessages(Iterable<ImapMessageInfo> messageInfoSet)
Marks a message with the specified sequence number as deleted
|
void |
deleteMessages(Iterable<ImapMessageInfo> messageInfoSet,
boolean commitNow)
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this.
|
void |
deleteMessages(Iterable<ImapMessageInfo> messageInfoSet,
long modificationSequence)
Marks a message with the specified unique identifier as deleted
|
void |
deleteMessages(Iterable<ImapMessageInfo> messageInfoSet,
long modificationSequence,
boolean commitNow)
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this.
|
void |
deleteMessages(String startUid,
String endUid)
Marks a message with the specified sequence number as deleted
|
void |
deleteMessages(String startUid,
String endUid,
boolean commitNow)
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this.
|
void |
deleteMessages(String startUid,
String endUid,
long modificationSequence)
Marks a message with the specified unique identifier as deleted
|
void |
deleteMessages(String startUid,
String endUid,
long modificationSequence,
boolean commitNow)
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this.
|
void |
deleteMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceSet)
Marks a message with the specified sequence number as deleted
|
void |
deleteMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
long modificationSequence)
Marks a message with the specified sequence number as deleted
|
void |
deleteMessagesBySequences(Iterable<Integer> sequenceSet)
Marks a message with the specified sequence number as deleted
|
void |
deleteMessagesBySequences(Iterable<Integer> sequenceSet,
long modificationSequence)
Marks a message with the specified sequence number as deleted
|
void |
deleteMessagesByUids(IConnection connection,
Iterable<String> uidSet)
Marks a message with the specified sequence number as deleted
|
void |
deleteMessagesByUids(IConnection connection,
Iterable<String> uidSet,
boolean commitNow)
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this.
|
void |
deleteMessagesByUids(IConnection connection,
Iterable<String> uidSet,
long modificationSequence)
Marks a message with the specified unique identifier as deleted
|
void |
deleteMessagesByUids(IConnection connection,
Iterable<String> uidSet,
long modificationSequence,
boolean commitNow)
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this.
|
void |
deleteMessagesByUids(Iterable<String> uidSet)
Marks a message with the specified sequence number as deleted
|
void |
deleteMessagesByUids(Iterable<String> uidSet,
boolean commitNow)
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this.
|
void |
deleteMessagesByUids(Iterable<String> uidSet,
long modificationSequence)
Marks a message with the specified unique identifier as deleted
|
void |
deleteMessagesByUids(Iterable<String> uidSet,
long modificationSequence,
boolean commitNow)
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this.
|
void |
dispose()
Finalizes all operations with a server.
|
void |
endAddMessageFlags(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete.
|
String |
endAppendMessage(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete.
|
AppendMessagesResult |
endAppendMessages(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete.
|
void |
endBackup(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete.
|
void |
endChangeMessageFlags(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete.
|
String[] |
endClientCapabilities(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete.
|
void |
endCommitDeletes(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete.
|
String |
endCopyMessage(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete.
|
void |
endCopyMessages(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete.
|
void |
endCreateFolder(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous folder creation to complete.
|
void |
endDeleteFolder(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous folder deletion to complete.
|
void |
endDeleteMessage(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous message deletion to complete.
|
void |
endDeleteMessages(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous message deletion to complete.
|
boolean |
endExistFolder(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete.
|
boolean |
endExistFolder(com.aspose.ms.System.IAsyncResult asyncResult,
ImapFolderInfo[] folderInfo)
Waits for the pending asynchronous operation to complete.
|
Attachment |
endFetchAttachment(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the asynchronous operation to complete.
|
MailMessage |
endFetchMessage(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous message fetching to complete.
|
Iterable<MailMessage> |
endFetchMessages(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the asynchronous operation to complete.
|
ImapFolderInfo |
endGetFolderInfo(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous folder listing to complete.
|
ImapNamespace[] |
endGetNamespaces(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete.
|
ImapQuota[] |
endGetQuota(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete.
|
ImapQuotaRoot[] |
endGetQuotaRoot(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete.
|
ImapIdentificationInfo |
endIntroduceClient(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete.
|
ImapFolderInfoCollection |
endListFolders(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete.
|
ImapMessageInfo |
endListMessage(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the asynchronous ListMessage operation to complete.
|
ImapMessageInfoCollection |
endListMessages(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the asynchronous ListMessages operation to complete.
|
ImapPageInfo |
endListMessagesByPage(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the asynchronous ListMessagesByPage operation to complete.
|
void |
endMoveFolder(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for completion of the asynchronous operation.
|
String |
endMoveMessage(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete.
|
void |
endMoveMessages(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete.
|
void |
endNoop(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete.
|
void |
endRemoveMessageFlags(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete.
|
void |
endRenameFolder(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the asynchronous operation to complete.
|
void |
endRequestCheckpoint(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete.
|
void |
endRestore(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete.
|
void |
endSaveMessage(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the asynchronous operation to complete.
|
ImapFolderInfo |
endSelectFolder(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous message fetching to complete.
|
ImapQuota[] |
endSetQuota(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete.
|
void |
endSubscribeFolder(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete.
|
void |
endUndeleteMessage(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete.
|
void |
endUnselectFolder(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete.
|
void |
endUnsubscribeFolder(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete.
|
boolean |
existFolder(IConnection connection,
String folderName)
Check whether this folder exists
|
boolean |
existFolder(IConnection connection,
String folderName,
ImapFolderInfo[] folderInfo)
Check whether this folder exists, extract folder info if so
|
boolean |
existFolder(String folderName)
Check whether this folder exists
|
boolean |
existFolder(String folderName,
ImapFolderInfo[] folderInfo)
Check whether this folder exists, extract folder info if so
|
Attachment |
fetchAttachment(IConnection connection,
int sequenceNumber,
String attachmentName)
Fetches the specified attachment
|
Attachment |
fetchAttachment(int sequenceNumber,
String attachmentName)
Fetches the specified attachment
|
MailMessage |
fetchMessage(IConnection connection,
int sequenceNumber)
Fetches the message
|
MailMessage |
fetchMessage(IConnection connection,
int sequenceNumber,
boolean ignoreAttachment)
Fetches the message
|
MailMessage |
fetchMessage(IConnection connection,
String uniqueId)
Fetches the message
|
MailMessage |
fetchMessage(int sequenceNumber)
Fetches the message
|
MailMessage |
fetchMessage(int sequenceNumber,
boolean ignoreAttachment)
Fetches the message
|
MailMessage |
fetchMessage(String uniqueId)
Fetches the message
|
Iterable<MailMessage> |
fetchMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceNumbers)
Fetches the messages
|
Iterable<MailMessage> |
fetchMessagesBySequences(Iterable<Integer> sequenceNumbers)
Fetches the messages
|
Iterable<MailMessage> |
fetchMessagesByUids(IConnection connection,
Iterable<String> uids)
Fetches the messages
|
Iterable<MailMessage> |
fetchMessagesByUids(Iterable<String> uids)
Fetches the messages
|
boolean |
getAnnotateSupported()
Gets information whether ANNOTATE extension is supported
See more: https://tools.ietf.org/html/rfc5257
|
boolean |
getAutoCommit()
Indicates, whether commit operation are executed automatically
when folder is changed or before connection is closed.
|
boolean |
getChildrenSupported()
Gets information whether CHILDREN extension is supported
See more: https://tools.ietf.org/html/rfc3348
|
ImapIdentificationInfo |
getClientIdentificationInfo()
Gets or sets client identification information
See more: https://tools.ietf.org/html/rfc2971
|
boolean |
getCompressSupported()
Gets information whether COMPRESS extension is supported
See more: https://tools.ietf.org/html/rfc4978
|
boolean |
getCondstoreSupported()
Gets information whether CONDSTORE extension is supported
See more: https://tools.ietf.org/html/rfc7162
|
ImapFolderInfo |
getCurrentFolder()
Gets the current folder
|
static String |
getDefaultFolder()
Default folder for ImapClients
|
int |
getDefaultPort()
Gets default port for client
|
String |
getDelimiter()
Gets or sets delimiter of folders hierarhy.
|
boolean |
getEnableSupported()
Gets information whether ENABLE extension is supported
See more: https://tools.ietf.org/html/rfc5161
|
boolean |
getESearchSupported()
Gets information whether ESEARCH extension is supported
See more: https://tools.ietf.org/html/rfc4731
|
boolean |
getExchangeIdAutomatically()
Gets or sets value which indicates whether client should to introduce information about itself to a server automatically.
|
boolean |
getExtendedListSupported()
Gets information whether LIST Command Extension is supported
See more https://tools.ietf.org/html/rfc5258
|
ImapFolderInfo |
getFolderInfo(IConnection connection,
String folderName)
Returns information about the specified folder without selecting it
|
ImapFolderInfo |
getFolderInfo(String folderName)
Returns information about the specified folder without selecting it
|
boolean |
getIdSupported()
Gets information whether ID extension is supported
See more: https://tools.ietf.org/html/rfc2971
|
ImapMailboxInfo |
getMailboxInfo()
Gets set of special-use mailboxes
See more: http://tools.ietf.org/html/rfc6154 and https://tools.ietf.org/html/rfc8457
|
boolean |
getMoveSupported()
Gets information whether MOVE extension is supported
See more: https://tools.ietf.org/html/rfc6851
|
ImapNamespace[] |
getNamespaces()
Gets namespaces that are available on a server.
|
ImapNamespace[] |
getNamespaces(IConnection connection)
Gets namespaces that are available on a server.
|
boolean |
getNamespaceSupported()
Gets information whether NAMESPACE extension is supported
See more: https://tools.ietf.org/html/rfc2342
|
boolean |
getQresyncSupported()
Gets information whether QRESYNC extension is supported
See more: https://tools.ietf.org/html/rfc7162
|
ImapQuota[] |
getQuota(IConnection connection,
String quotaRootName)
Gets quota information
|
ImapQuota[] |
getQuota(String quotaRootName)
Gets quota information
|
ImapQuotaRoot[] |
getQuotaRoot(IConnection connection,
String mailboxName)
Gets quota root information for mailbox
|
ImapQuotaRoot[] |
getQuotaRoot(String mailboxName)
Gets quota root information for mailbox
|
boolean |
getQuotaSupported()
Gets information whether quota is supported
|
boolean |
getReadOnly()
Gets or sets value which indicates if changes to the permanent state of the mailbox, including per-user state, are permitted.
|
boolean |
getSaslIrSupported()
Gets information whether SASL Initial Client Response extension is supported
See more: https://tools.ietf.org/html/rfc4959
|
ImapIdentificationInfo |
getServerIdentificationInfo()
Gets server identification information
See more: https://tools.ietf.org/html/rfc2971
|
int |
getServerSupportedCompression()
Gets information which compression types are supported by a server.
|
boolean |
getSpecialUseSupported()
Gets information whether Special-Use Mailboxes is supported
See more: https://tools.ietf.org/html/rfc6154
|
boolean |
getUidPlusSupported()
Gets information whether UIDPLUS extension is supported
See more: https://tools.ietf.org/html/rfc4315
|
boolean |
getUnselectSupported()
Gets information whether UNSELECT extension is supported
See more: https://tools.ietf.org/html/rfc2342
|
ImapIdentificationInfo |
introduceClient()
Introduces client information to a server.
|
ImapIdentificationInfo |
introduceClient(IConnection connection)
Introduces client information to a server.
|
ImapIdentificationInfo |
introduceClient(IConnection connection,
ImapIdentificationInfo clientIdentificationInfo)
Introduces client information to a server.
|
ImapIdentificationInfo |
introduceClient(ImapIdentificationInfo clientIdentificationInfo)
Introduces client information to a server.
|
ImapFolderInfoCollection |
listFolders()
Gets the list of folders in the mailbox
|
ImapFolderInfoCollection |
listFolders(boolean loadFullInfo)
Gets the list of folders in the mailbox
|
ImapFolderInfoCollection |
listFolders(IConnection connection)
Gets the list of folders in the mailbox
|
ImapFolderInfoCollection |
listFolders(IConnection connection,
boolean loadFullInfo)
Gets the list of folders in the mailbox
|
ImapFolderInfoCollection |
listFolders(IConnection connection,
String parentFolder)
Gets the list of subfolders in the specified folder
|
ImapFolderInfoCollection |
listFolders(IConnection connection,
String parentFolder,
boolean loadFullInfo)
Gets the list of subfolders in the specified folder
|
ImapFolderInfoCollection |
listFolders(IConnection connection,
String parentFolder,
boolean loadFullInfo,
int options,
int returnOptions)
Gets the list of subfolders in the specified folder
|
ImapFolderInfoCollection |
listFolders(String parentFolder)
Gets the list of subfolders in the specified folder
|
ImapFolderInfoCollection |
listFolders(String parentFolder,
boolean loadFullInfo)
Gets the list of subfolders in the specified folder
|
ImapFolderInfoCollection |
listFolders(String parentFolder,
boolean loadFullInfo,
int options,
int returnOptions)
Gets the list of subfolders in the specified folder
|
ImapMessageInfo |
listMessage(IConnection connection,
int sequenceNumber)
Gets information about a message.
|
ImapMessageInfo |
listMessage(IConnection connection,
int sequenceNumber,
Iterable<String> messageExtraFields)
Gets information about a message.
|
ImapMessageInfo |
listMessage(IConnection connection,
String uniqueId)
Gets information about a message.
|
ImapMessageInfo |
listMessage(IConnection connection,
String uniqueId,
Iterable<String> messageExtraFields)
Gets information about a message.
|
ImapMessageInfo |
listMessage(int sequenceNumber)
Gets information about a message.
|
ImapMessageInfo |
listMessage(int sequenceNumber,
Iterable<String> messageExtraFields)
Gets information about a message.
|
ImapMessageInfo |
listMessage(String uniqueId)
Gets information about a message.
|
ImapMessageInfo |
listMessage(String uniqueId,
Iterable<String> messageExtraFields)
Gets information about a message.
|
ImapMessageInfoCollection |
listMessages()
Gets the list of messages in the current folder
|
ImapMessageInfoCollection |
listMessages(boolean retrieveRecursively)
Gets the list of messages in the current folder
|
ImapMessageInfoCollection |
listMessages(IConnection connection)
Gets the list of messages in the current folder
|
ImapMessageInfoCollection |
listMessages(IConnection connection,
boolean retrieveRecursively)
Gets the list of messages in the current folder
|
ImapMessageInfoCollection |
listMessages(IConnection connection,
int maxNumberOfMessages)
Gets the list of messages in the current folder.
|
ImapMessageInfoCollection |
listMessages(IConnection connection,
long modificationSequence)
Gets the list of messages in the current folder that have a modification sequence bigger than specified value.
|
ImapMessageInfoCollection |
listMessages(IConnection connection,
MailQuery query)
Gets the list of messages in the current folder.
|
ImapMessageInfoCollection |
listMessages(IConnection connection,
MailQuery query,
int maxNumberOfMessages)
Gets the list of messages in the current folder.
|
ImapMessageInfoCollection |
listMessages(IConnection connection,
String folderName)
Gets the list of messages in the specified folder
|
ImapMessageInfoCollection |
listMessages(IConnection connection,
String folderName,
boolean retrieveRecursively)
Gets the list of messages in the specified folder
|
ImapMessageInfoCollection |
listMessages(IConnection connection,
String folderName,
int fieldsList,
int maxNumberOfMessages)
Lists the messages.
|
ImapMessageInfoCollection |
listMessages(IConnection connection,
String folderName,
long modificationSequence,
boolean retrieveRecursively,
Iterable<String> messageExtraFields)
Gets the list of messages in the specified folder
|
ImapMessageInfoCollection |
listMessages(IConnection connection,
String folderName,
MailQuery query,
int maxNumberOfMessages)
Gets the list of messages in the current folder.
|
ImapMessageInfoCollection |
listMessages(int maxNumberOfMessages)
Gets the list of messages in the current folder.
|
ImapMessageInfoCollection |
listMessages(Iterable<String> messageExtraFields)
Gets the list of messages in the current folder
|
ImapMessageInfoCollection |
listMessages(long modificationSequence)
Gets the list of messages in the current folder that have a modification sequence bigger than specified value.
|
ImapMessageInfoCollection |
listMessages(MailQuery query)
Gets the list of messages in the current folder.
|
ImapMessageInfoCollection |
listMessages(MailQuery query,
int maxNumberOfMessages)
Gets the list of messages in the current folder.
|
ImapMessageInfoCollection |
listMessages(String folderName)
Gets the list of messages in the specified folder
|
ImapMessageInfoCollection |
listMessages(String folderName,
boolean retrieveRecursively)
Gets the list of messages in the specified folder
|
ImapMessageInfoCollection |
listMessages(String folderName,
boolean retrieveRecursively,
Iterable<String> messageExtraFields)
Gets the list of messages in the specified folder
|
ImapMessageInfoCollection |
listMessages(String folderName,
int fieldsList,
int maxNumberOfMessages)
Lists the messages.
|
ImapMessageInfoCollection |
listMessages(String folderName,
MailQuery query,
int maxNumberOfMessages)
Gets the list of messages in the current folder.
|
ImapPageInfo |
listMessagesByPage(IConnection connection,
int itemsPerPage)
Deprecated.
Please, use ListMessagesByPage(int itemsPerPage, int pageOffset, PageSettings settings) method instead of it.
|
ImapPageInfo |
listMessagesByPage(IConnection connection,
int itemsPerPage,
int pageOffset)
Deprecated.
Please, use ListMessagesByPage(int itemsPerPage, int pageOffset, PageSettings settings) method instead of it.
|
ImapPageInfo |
listMessagesByPage(IConnection connection,
PageInfo page)
Deprecated.
Please, use ListMessagesByPage(int itemsPerPage, int pageOffset, PageSettings settings) method instead of it.
|
ImapPageInfo |
listMessagesByPage(IConnection connection,
String folderName,
MailQuery query,
int itemsPerPage)
Deprecated.
Please, use ListMessagesByPage(MailQuery query, PageInfo pageInfo, PageSettings settings) method instead of it.
|
ImapPageInfo |
listMessagesByPage(IConnection connection,
String folderName,
MailQuery query,
PageInfo pageInfo)
Deprecated.
Please, use ListMessagesByPage(MailQuery query, PageInfo pageInfo, PageSettings settings) method instead of it.
|
ImapPageInfo |
listMessagesByPage(int itemsPerPage)
Deprecated.
Please, use ListMessagesByPage(int itemsPerPage, int pageOffset, PageSettings settings) method instead of it.
|
ImapPageInfo |
listMessagesByPage(int itemsPerPage,
int pageOffset)
Deprecated.
Please, use ListMessagesByPage(int itemsPerPage, int pageOffset, PageSettings settings) method instead of it.
|
ImapPageInfo |
listMessagesByPage(int itemsPerPage,
int pageOffset,
PageSettings settings)
Gets the list of messages
|
ImapPageInfo |
listMessagesByPage(int itemsPerPage,
PageSettings settings)
Gets the list of messages
|
ImapPageInfo |
listMessagesByPage(MailQuery query,
PageInfo pageInfo,
PageSettings settings)
Gets the list of messages
|
ImapPageInfo |
listMessagesByPage(PageInfo page)
Deprecated.
Please, use ListMessagesByPage(int itemsPerPage, int pageOffset, PageSettings settings) method instead of it.
|
ImapPageInfo |
listMessagesByPage(PageInfo pageInfo,
PageSettings settings)
Gets the list of messages
|
ImapPageInfo |
listMessagesByPage(String folderName,
MailQuery query,
int itemsPerPage)
Deprecated.
Please, use ListMessagesByPage(MailQuery query, PageInfo pageInfo, PageSettings settings) method instead of it.
|
ImapPageInfo |
listMessagesByPage(String folderName,
MailQuery query,
PageInfo pageInfo)
Deprecated.
Please, use ListMessagesByPage(MailQuery query, PageInfo pageInfo, PageSettings settings) method instead of it.
|
ImapMessageInfoCollection |
listMessagesBySequences(IConnection connection,
String folderName,
Iterable<Integer> sequenceNumberLst)
Lists the messages.
|
ImapMessageInfoCollection |
listMessagesBySequences(String folderName,
Iterable<Integer> sequenceNumberLst)
Lists the messages.
|
ImapMessageInfoCollection |
listMessagesByUids(IConnection connection,
String folderName,
Iterable<String> uniqueIdLst)
Lists the messages.
|
ImapMessageInfoCollection |
listMessagesByUids(String folderName,
Iterable<String> uniqueIdLst)
Lists the messages.
|
void |
moveFolder(IConnection connection,
String newParentFolder,
String folderName)
Moves specified folder and its subfolders to new location.
|
void |
moveFolder(String newParentFolder,
String folderName)
Moves specified folder and its subfolders to new location.
|
String |
moveMessage(IConnection connection,
int sequenceNumber,
String folderName)
Moves the messaeg
|
String |
moveMessage(IConnection connection,
int sequenceNumber,
String folderName,
boolean commitDeletions)
Moves the messaeg
|
String |
moveMessage(IConnection connection,
String uniqueId,
String folderName)
Moves the message
|
String |
moveMessage(IConnection connection,
String uniqueId,
String folderName,
boolean commitDeletions)
Moves the message
|
String |
moveMessage(int sequenceNumber,
String folderName)
Moves the message
|
String |
moveMessage(int sequenceNumber,
String folderName,
boolean commitDeletions)
Moves the message
|
String |
moveMessage(String uniqueId,
String folderName)
Moves the message
|
String |
moveMessage(String uniqueId,
String folderName,
boolean commitDeletions)
Moves the message
|
void |
moveMessages(IConnection connection,
int startSequence,
int endSequence,
String folderName)
Moves the messaeg
|
void |
moveMessages(IConnection connection,
int startSequence,
int endSequence,
String folderName,
boolean commitDeletions)
Moves the messaeg
|
void |
moveMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName)
Moves the message
|
void |
moveMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
boolean commitDeletions)
Moves the message
|
void |
moveMessages(IConnection connection,
String startUid,
String endUid,
String folderName)
Moves the message
|
void |
moveMessages(IConnection connection,
String startUid,
String endUid,
String folderName,
boolean commitDeletions)
Moves the message
|
void |
moveMessages(int startSequence,
int endSequence,
String folderName)
Moves the message
|
void |
moveMessages(int startSequence,
int endSequence,
String folderName,
boolean commitDeletions)
Moves the message
|
void |
moveMessages(Iterable<ImapMessageInfo> messageInfoSet,
String folderName)
Moves the message
|
void |
moveMessages(Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
boolean commitDeletions)
Moves the message
|
void |
moveMessages(String startUid,
String endUid,
String folderName)
Moves the message
|
void |
moveMessages(String startUid,
String endUid,
String folderName,
boolean commitDeletions)
Moves the message
|
void |
moveMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
String folderName)
Moves the messaeg
|
void |
moveMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
String folderName,
boolean commitDeletions)
Moves the messaeg
|
void |
moveMessagesBySequences(Iterable<Integer> sequenceSet,
String folderName)
Moves the message
|
void |
moveMessagesBySequences(Iterable<Integer> sequenceSet,
String folderName,
boolean commitDeletions)
Moves the message
|
void |
moveMessagesByUids(IConnection connection,
Iterable<String> uidSet,
String folderName)
Moves the message
|
void |
moveMessagesByUids(IConnection connection,
Iterable<String> uidSet,
String folderName,
boolean commitDeletions)
Moves the message
|
void |
moveMessagesByUids(Iterable<String> uidSet,
String folderName)
Moves the message
|
void |
moveMessagesByUids(Iterable<String> uidSet,
String folderName,
boolean commitDeletions)
Moves the message
|
void |
noop()
'No operation' command
|
void |
noop(IConnection connection)
'No operation' command
|
void |
removeMessageFlags(IConnection connection,
int sequenceNumber,
ImapMessageFlags flags)
Removes the flags of the message
|
void |
removeMessageFlags(IConnection connection,
int sequenceNumber,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message
|
void |
removeMessageFlags(IConnection connection,
int startSequence,
int endSequence,
ImapMessageFlags flags)
Removes the flags of the message
|
void |
removeMessageFlags(IConnection connection,
int startSequence,
int endSequence,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message
|
void |
removeMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags)
Removes the flags of the message
|
void |
removeMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message
|
void |
removeMessageFlags(IConnection connection,
String uniqueId,
ImapMessageFlags flags)
Removes the flags of the message
|
void |
removeMessageFlags(IConnection connection,
String uniqueId,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message
|
void |
removeMessageFlags(IConnection connection,
String startUid,
String endUid,
ImapMessageFlags flags)
Removes the flags of the message
|
void |
removeMessageFlags(IConnection connection,
String startUid,
String endUid,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message
|
void |
removeMessageFlags(int sequenceNumber,
ImapMessageFlags flags)
Removes the flags of the message
|
void |
removeMessageFlags(int sequenceNumber,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message
|
void |
removeMessageFlags(int startSequence,
int endSequence,
ImapMessageFlags flags)
Removes the flags of the message
|
void |
removeMessageFlags(int startSequence,
int endSequence,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message
|
void |
removeMessageFlags(Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags)
Removes the flags of the message
|
void |
removeMessageFlags(Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message
|
void |
removeMessageFlags(String uniqueId,
ImapMessageFlags flags)
Removes the flags of the message
|
void |
removeMessageFlags(String uniqueId,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message
|
void |
removeMessageFlags(String startUid,
String endUid,
ImapMessageFlags flags)
Removes the flags of the message
|
void |
removeMessageFlags(String startUid,
String endUid,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message
|
void |
removeMessageFlagsBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags)
Removes the flags of the message
|
void |
removeMessageFlagsBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message
|
void |
removeMessageFlagsBySequences(Iterable<Integer> sequenceSet,
ImapMessageFlags flags)
Removes the flags of the message
|
void |
removeMessageFlagsBySequences(Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message
|
void |
removeMessageFlagsByUids(IConnection connection,
Iterable<String> uidSet,
ImapMessageFlags flags)
Removes the flags of the message
|
void |
removeMessageFlagsByUids(IConnection connection,
Iterable<String> uidSet,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message
|
void |
removeMessageFlagsByUids(Iterable<String> uidSet,
ImapMessageFlags flags)
Removes the flags of the message
|
void |
removeMessageFlagsByUids(Iterable<String> uidSet,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message
|
void |
renameFolder(IConnection connection,
String folderName,
String newFolderName)
Renames a specified folder to a new name
|
void |
renameFolder(String folderName,
String newFolderName)
Renames a specified folder to a new name
|
void |
requestCheckpoint()
Requests a checkpoint of the currently selected mailbox.
|
void |
requestCheckpoint(IConnection connection)
Requests a checkpoint of the currently selected mailbox.
|
void |
restore(PersonalStorage pst,
ImapRestoreSettings settings)
Begins to restore imap folders from the given personal storage.
|
void |
saveMessage(IConnection connection,
int sequenceNumber,
OutputStream resultStream)
Downloads the message with the specified sequence number and writes its data into a supplied stream
|
void |
saveMessage(IConnection connection,
int sequenceNumber,
String fileName)
Downloads the message with the specified sequence number and writes its data into a local file
|
void |
saveMessage(IConnection connection,
String uniqueId,
OutputStream resultStream)
Downloads the message with the specified sequence number
and writes its data into a supplied stream
|
void |
saveMessage(IConnection connection,
String uniqueId,
String fileName)
Downloads the message with the specified sequence number
and writes its data into a local file
|
void |
saveMessage(int sequenceNumber,
OutputStream resultStream)
Downloads the message with the specified sequence number and writes its data into a supplied stream
|
void |
saveMessage(int sequenceNumber,
String fileName)
Downloads the message with the specified sequence number and writes its data into a local file
|
void |
saveMessage(String uniqueId,
OutputStream resultStream)
Downloads the message with the specified sequence number
and writes its data into a supplied stream
|
void |
saveMessage(String uniqueId,
String fileName)
Downloads the message with the specified sequence number
and writes its data into a local file
|
void |
selectFolder(IConnection connection,
String folderName)
Selects the specified folder
|
void |
selectFolder(IConnection connection,
String folderName,
Boolean readOnly)
Selects the specified folder
|
void |
selectFolder(String folderName)
Selects the specified folder
|
void |
selectFolder(String folderName,
Boolean readOnly)
Selects the specified folder
|
void |
setAnnotateSupported(boolean value)
Gets information whether ANNOTATE extension is supported
See more: https://tools.ietf.org/html/rfc5257
|
void |
setAutoCommit(boolean value)
Indicates, whether commit operation are executed automatically
when folder is changed or before connection is closed.
|
void |
setChildrenSupported(boolean value)
Gets information whether CHILDREN extension is supported
See more: https://tools.ietf.org/html/rfc3348
|
void |
setClientIdentificationInfo(ImapIdentificationInfo value)
Gets or sets client identification information
See more: https://tools.ietf.org/html/rfc2971
|
void |
setCompressSupported(boolean value)
Gets information whether COMPRESS extension is supported
See more: https://tools.ietf.org/html/rfc4978
|
void |
setCondstoreSupported(boolean value)
Gets information whether CONDSTORE extension is supported
See more: https://tools.ietf.org/html/rfc7162
|
void |
setCurrentFolder(ImapFolderInfo value)
Gets the current folder
|
static void |
setDefaultFolder(String value)
Default folder for ImapClients
|
void |
setDelimiter(String value)
Gets or sets delimiter of folders hierarhy.
|
void |
setEnableSupported(boolean value)
Gets information whether ENABLE extension is supported
See more: https://tools.ietf.org/html/rfc5161
|
void |
setESearchSupported(boolean value)
Gets information whether ESEARCH extension is supported
See more: https://tools.ietf.org/html/rfc4731
|
void |
setExchangeIdAutomatically(boolean value)
Gets or sets value which indicates whether client should to introduce information about itself to a server automatically.
|
void |
setExtendedListSupported(boolean value)
Gets information whether LIST Command Extension is supported
See more https://tools.ietf.org/html/rfc5258
|
void |
setIdSupported(boolean value)
Gets information whether ID extension is supported
See more: https://tools.ietf.org/html/rfc2971
|
void |
setMoveSupported(boolean value)
Gets information whether MOVE extension is supported
See more: https://tools.ietf.org/html/rfc6851
|
void |
setNamespaceSupported(boolean value)
Gets information whether NAMESPACE extension is supported
See more: https://tools.ietf.org/html/rfc2342
|
void |
setQresyncSupported(boolean value)
Gets information whether QRESYNC extension is supported
See more: https://tools.ietf.org/html/rfc7162
|
ImapQuota[] |
setQuota(IConnection connection,
String quotaRootName,
String resourceName,
int resourceLimit)
Sets quota information
|
ImapQuota[] |
setQuota(String quotaRootName,
String resourceName,
int resourceLimit)
Sets quota information
|
void |
setQuotaSupported(boolean value)
Gets information whether quota is supported
|
void |
setReadOnly(boolean value)
Gets or sets value which indicates if changes to the permanent state of the mailbox, including per-user state, are permitted.
|
void |
setSaslIrSupported(boolean value)
Gets information whether SASL Initial Client Response extension is supported
See more: https://tools.ietf.org/html/rfc4959
|
void |
setSpecialUseSupported(boolean value)
Gets information whether Special-Use Mailboxes is supported
See more: https://tools.ietf.org/html/rfc6154
|
void |
setUidPlusSupported(boolean value)
Gets information whether UIDPLUS extension is supported
See more: https://tools.ietf.org/html/rfc4315
|
void |
setUnselectSupported(boolean value)
Gets information whether UNSELECT extension is supported
See more: https://tools.ietf.org/html/rfc2342
|
void |
startMonitoring(ImapMonitoringEventHandler callback)
Starts monitoring of message changes for Inbox folder
|
void |
startMonitoring(String folderName,
ImapMonitoringEventHandler callback)
Starts monitoring of message changes for specified folder
|
void |
stopMonitoring()
Stops any monitoring of changes.
|
void |
stopMonitoring(String folderName)
Stops monitoring of message changes for specified folder.
|
void |
subscribeFolder(IConnection connection,
String folderName)
Sent the SUBSCRIBE command that adds the specified mailbox name to the server's set of "active" mailboxes.
|
void |
subscribeFolder(String folderName)
Sent the SUBSCRIBE command that adds the specified mailbox name to the server's set of "active" mailboxes.
|
void |
undeleteMessage(IConnection connection,
int sequenceNumber)
Marks a message with the specified sequence number as not deleted
|
void |
undeleteMessage(IConnection connection,
int sequenceNumber,
long modificationSequence)
Marks a message with the specified sequence number as not deleted
|
void |
undeleteMessage(IConnection connection,
String uniqueId)
Marks a message with the specified sequence number as not deleted.
|
void |
undeleteMessage(IConnection connection,
String uniqueId,
long modificationSequence)
Marks a message with the specified sequence number as not deleted.
|
void |
undeleteMessage(int sequenceNumber)
Marks a message with the specified sequence number as not deleted
|
void |
undeleteMessage(int sequenceNumber,
long modificationSequence)
Marks a message with the specified sequence number as not deleted
|
void |
undeleteMessage(String uniqueId)
Marks a message with the specified sequence number as not deleted.
|
void |
undeleteMessage(String uniqueId,
long modificationSequence)
Marks a message with the specified sequence number as not deleted.
|
void |
unselectFolder()
Permanently removes all messages marked as deleted for currently selected folder and removes selected-state for this folder.
|
void |
unselectFolder(boolean doNotExpunge)
Unselects folder which are currently selected.
|
void |
unselectFolder(IConnection connection)
Permanently removes all messages marked as deleted for currently selected folder and removes selected-state for this folder.
|
void |
unselectFolder(IConnection connection,
boolean doNotExpunge)
Unselects folder which are currently selected.
|
void |
unsubscribeFolder(IConnection connection,
String folderName)
Sent the UNSUBSCRIBE command that removes the specified mailbox name from the server's set of "active" mailboxes
|
void |
unsubscribeFolder(String folderName)
Sent the UNSUBSCRIBE command that removes the specified mailbox name from the server's set of "active" mailboxes
|
bindIPEndPoint, cancelAsyncOperation, connectIPEndPoint, createConnection, createConnection, dispose, finalize, getAccessToken, getCapabilities, getClientCertificates, getConnectionAsgmtMode, getConnectionCheckupPeriod, getConnectionsQuantity, getConnectionState, getCurrentConnection, getEnableLogger, getHost, getLogFileName, getPassword, getPort, getProxy, getSecurityOptions, getSupportedEncryption, getTimeout, getTokenProvider, getUseAuthentication, getUseDateInLogFileName, getUseDefaultCredentials, getUseMultiConnection, getUseMultyConnection, getUsePipelining, getUsername, resetLogSettings, setAccessToken, setConnectionAsgmtMode, setConnectionCheckupPeriod, setConnectionsQuantity, setEnableLogger, setHost, setLogFileName, setPassword, setPort, setProxy, setSecurityOptions, setSocketsLayerVersion2, setSocketsLayerVersion2DisableSSLCertificateValidation, setSocketsLayerVersion2SSLSocketFactory, setSupportedEncryption, setTimeout, setTokenProvider, setUseAuthentication, setUseDateInLogFileName, setUseDefaultCredentials, setUseMultiConnection, setUseMultyConnection, setUsePipelining, setUsername
public ImapClient()
Initializes a new instance of the ImapClient
class
public ImapClient(String host)
Initializes a new instance of the ImapClient
class
host
- The host namepublic ImapClient(String host, short securityOptions)
Initializes a new instance of the ImapClient
class
host
- The host namesecurityOptions
- Security mode for a mail clientpublic ImapClient(String host, int port)
Initializes a new instance of the ImapClient
class
host
- The host nameport
- The port numberpublic ImapClient(String host, int port, int securityOptions)
Initializes a new instance of the ImapClient
class
host
- The host nameport
- The port numbersecurityOptions
- Security mode for a mail clientpublic ImapClient(String host, String username, String password)
Initializes a new instance of the ImapClient
class
host
- The host nameusername
- The user namepassword
- The passwordpublic ImapClient(String host, String username, String password, int securityOptions)
Initializes a new instance of the ImapClient
class
host
- The host nameusername
- The user namepassword
- The passwordsecurityOptions
- Security mode for a mail clientpublic ImapClient(String host, int port, String username, String password)
Initializes a new instance of the ImapClient
class
host
- The host nameport
- The port numberusername
- The user namepassword
- The passwordpublic ImapClient(String host, int port, String username, String password, int securityOptions)
Initializes a new instance of the ImapClient
class
host
- The host nameport
- The port numberusername
- The user namepassword
- The passwordsecurityOptions
- Security mode for a mail clientpublic 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
host
- The host nameport
- The portnumberusername
- The user namepassword
- The passworduserCertificateValidationCallback
- System.Net.Security.RemoteCertificateValidationCallbackpublic 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
host
- The host nameport
- The portnumberusername
- The user namepassword
- The passworduserCertificateValidationCallback
- System.Net.Security.RemoteCertificateValidationCallbacksecurityOptions
- Security mode for a mail clientpublic ImapClient(String host, String username, String authInfo, boolean useOAuth)
Initializes a new instance of the ImapClient
class
host
- The host nameusername
- The user nameauthInfo
- The user password or XOAUTH2 access tokenuseOAuth
- Defines whether SASL XOAUTH2 mechanism is used to login to the serverpublic ImapClient(String host, String username, String authInfo, boolean useOAuth, int securityOptions)
Initializes a new instance of the ImapClient
class
host
- The host nameusername
- The user nameauthInfo
- The user password or XOAUTH2 access tokenuseOAuth
- Defines whether SASL XOAUTH2 mechanism is used to login to the serversecurityOptions
- Security mode for a mail clientpublic ImapClient(String host, int port, String username, String authInfo, boolean useOAuth)
Initializes a new instance of the ImapClient
class
host
- The host nameport
- The port numberusername
- The user nameauthInfo
- The user password or XOAUTH2 access tokenuseOAuth
- Defines whether SASL XOAUTH2 mechanism is used to login to the serverpublic ImapClient(String host, int port, String username, String authInfo, boolean useOAuth, int securityOptions)
Initializes a new instance of the ImapClient
class
host
- The host nameport
- The port numberusername
- The user nameauthInfo
- The user password or XOAUTH2 access tokenuseOAuth
- Defines whether SASL XOAUTH2 mechanism is used to login to the serversecurityOptions
- Security mode for a mail clientpublic ImapClient(String host, String username, ITokenProvider tokenProvider)
Initializes a new instance of the ImapClient
class
host
- The host nameusername
- The user nametokenProvider
- TokenProvider allowing to retrieve access token.public ImapClient(String host, String username, ITokenProvider tokenProvider, int securityOptions)
Initializes a new instance of the ImapClient
class
host
- The host nameusername
- The user nametokenProvider
- TokenProvider allowing to retrieve access token.securityOptions
- Security mode for a mail clientpublic ImapClient(String host, int port, String username, ITokenProvider tokenProvider)
Initializes a new instance of the ImapClient
class
host
- The host nameport
- The port numberusername
- The user nametokenProvider
- TokenProvider allowing to retrieve access token.public ImapClient(String host, int port, String username, ITokenProvider tokenProvider, int securityOptions)
Initializes a new instance of the ImapClient
class
host
- The host nameport
- The port numberusername
- The user nametokenProvider
- TokenProvider allowing to retrieve access token.securityOptions
- Security mode for a mail clientpublic final com.aspose.ms.System.IAsyncResult beginAddMessageFlags(IConnection connection, Iterable<ImapMessageInfo> messageInfoSet, ImapMessageFlags flags, long modificationSequence)
Adds the flags of the message asynchronously
connection
- Connection to a servermessageInfoSet
- The set of ImapMessageInfoflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a servermessageInfoSet
- The set of ImapMessageInfoflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginAddMessageFlags(Iterable<ImapMessageInfo> messageInfoSet, ImapMessageFlags flags, long modificationSequence)
Adds the flags of the message asynchronously
messageInfoSet
- The set of ImapMessageInfoflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final 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
messageInfoSet
- The set of ImapMessageInfoflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
messageInfoSet
- The set of ImapMessageInfoflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginAddMessageFlags(IConnection connection, Iterable<ImapMessageInfo> messageInfoSet, ImapMessageFlags flags)
Adds the flags of the message asynchronously
connection
- Connection to a servermessageInfoSet
- The set of ImapMessageInfoflags
- Flag valueIAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a servermessageInfoSet
- The set of ImapMessageInfoflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a servermessageInfoSet
- The set of ImapMessageInfoflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginAddMessageFlags(Iterable<ImapMessageInfo> messageInfoSet, ImapMessageFlags flags)
Adds the flags of the message asynchronously
messageInfoSet
- The set of ImapMessageInfoflags
- Flag valueIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginAddMessageFlags(Iterable<ImapMessageInfo> messageInfoSet, ImapMessageFlags flags, com.aspose.ms.System.AsyncCallback callback)
Adds the flags of the message asynchronously
messageInfoSet
- The set of ImapMessageInfoflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
messageInfoSet
- The set of ImapMessageInfoflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginAddMessageFlagsByUids(IConnection connection, Iterable<String> uidSet, ImapMessageFlags flags, long modificationSequence)
Adds the flags of the message asynchronously
connection
- Connection to a serveruidSet
- The set of UID for messagesflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serveruidSet
- The set of UID for messagesflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginAddMessageFlagsBySequences(IConnection connection, Iterable<Integer> sequenceSet, ImapMessageFlags flags, long modificationSequence)
Adds the flags of the message asynchronously
connection
- Connection to a serversequenceSet
- The set of sequence numbers for messagesflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serversequenceSet
- The set of sequence numbers for messagesflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginAddMessageFlagsByUids(Iterable<String> uidSet, ImapMessageFlags flags, long modificationSequence)
Adds the flags of the message asynchronously
uidSet
- The set of UID for messagesflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final 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
uidSet
- The set of UID for messagesflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
uidSet
- The set of UID for messagesflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginAddMessageFlagsBySequences(Iterable<Integer> sequenceSet, ImapMessageFlags flags, long modificationSequence)
Adds the flags of the message asynchronously
sequenceSet
- The set of sequence numbers for messagesflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final 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
sequenceSet
- The set of sequence numbers for messagesflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
sequenceSet
- The set of sequence numbers for messagesflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginAddMessageFlagsByUids(IConnection connection, Iterable<String> uidSet, ImapMessageFlags flags)
Adds the flags of the message asynchronously
connection
- Connection to a serveruidSet
- The set of UID for messagesflags
- Flag valueIAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serveruidSet
- The set of UID for messagesflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serveruidSet
- The set of UID for messagesflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginAddMessageFlagsBySequences(IConnection connection, Iterable<Integer> sequenceSet, ImapMessageFlags flags)
Adds the flags of the message asynchronously
connection
- Connection to a serversequenceSet
- The set of sequence numbers for messagesflags
- Flag valueIAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serversequenceSet
- The set of sequence numbers for messagesflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serversequenceSet
- The set of sequence numbers for messagesflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginAddMessageFlagsByUids(Iterable<String> uidSet, ImapMessageFlags flags)
Adds the flags of the message asynchronously
uidSet
- The set of UID for messagesflags
- Flag valueIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginAddMessageFlagsByUids(Iterable<String> uidSet, ImapMessageFlags flags, com.aspose.ms.System.AsyncCallback callback)
Adds the flags of the message asynchronously
uidSet
- The set of UID for messagesflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
uidSet
- The set of UID for messagesflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginAddMessageFlagsBySequences(Iterable<Integer> sequenceSet, ImapMessageFlags flags)
Adds the flags of the message asynchronously
sequenceSet
- The set of sequence numbers for messagesflags
- Flag valueIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginAddMessageFlagsBySequences(Iterable<Integer> sequenceSet, ImapMessageFlags flags, com.aspose.ms.System.AsyncCallback callback)
Adds the flags of the message asynchronously
sequenceSet
- The set of sequence numbers for messagesflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
sequenceSet
- The set of sequence numbers for messagesflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginAddMessageFlags(IConnection connection, String startUid, String endUid, ImapMessageFlags flags, long modificationSequence)
Adds the flags of the message asynchronously
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginAddMessageFlags(IConnection connection, int startSequence, int endSequence, ImapMessageFlags flags, long modificationSequence)
Adds the flags of the message asynchronously
connection
- Connection to a serverstartSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverstartSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginAddMessageFlags(String startUid, String endUid, ImapMessageFlags flags, long modificationSequence)
Adds the flags of the message asynchronously
startUid
- The starting UID of a message listendUid
- The ending UID of a message listflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final 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
startUid
- The starting UID of a message listendUid
- The ending UID of a message listflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
startUid
- The starting UID of a message listendUid
- The ending UID of a message listflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginAddMessageFlags(int startSequence, int endSequence, ImapMessageFlags flags, long modificationSequence)
Adds the flags of the message asynchronously
startSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final 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
startSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
startSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginAddMessageFlags(IConnection connection, String startUid, String endUid, ImapMessageFlags flags)
Adds the flags of the message asynchronously
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listflags
- Flag valueIAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginAddMessageFlags(IConnection connection, int startSequence, int endSequence, ImapMessageFlags flags)
Adds the flags of the message asynchronously
connection
- Connection to a serverstartSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listflags
- Flag valueIAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverstartSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverstartSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginAddMessageFlags(String startUid, String endUid, ImapMessageFlags flags)
Adds the flags of the message asynchronously
startUid
- The starting UID of a message listendUid
- The ending UID of a message listflags
- Flag valueIAsyncResult
that represents the status of an asynchronous operation.public final 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
startUid
- The starting UID of a message listendUid
- The ending UID of a message listflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
startUid
- The starting UID of a message listendUid
- The ending UID of a message listflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginAddMessageFlags(int startSequence, int endSequence, ImapMessageFlags flags)
Adds the flags of the message asynchronously
startSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listflags
- Flag valueIAsyncResult
that represents the status of an asynchronous operation.public final 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
startSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
startSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginAddMessageFlags(IConnection connection, int sequenceNumber, ImapMessageFlags flags, long modificationSequence)
Adds the flags to the message asynchronously
connection
- Connection to a serversequenceNumber
- The sequence number of messageflags
- The flags to be addedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serversequenceNumber
- The sequence number of messageflags
- The flags to be addedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginAddMessageFlags(IConnection connection, String uniqueId, ImapMessageFlags flags, long modificationSequence)
Adds the flags to the message asynchronously
connection
- Connection to a serveruniqueId
- Unique identifier of a messageflags
- The flags to be addedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serveruniqueId
- Unique identifier of a messageflags
- The flags to be addedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginAddMessageFlags(int sequenceNumber, ImapMessageFlags flags, long modificationSequence)
Adds the flags to the message asynchronously
sequenceNumber
- The sequence number of messageflags
- The flags to be addedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final 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
sequenceNumber
- The sequence number of messageflags
- The flags to be addedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
sequenceNumber
- The sequence number of messageflags
- The flags to be addedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginAddMessageFlags(String uniqueId, ImapMessageFlags flags, long modificationSequence)
Adds the flags to the message asynchronously
uniqueId
- Unique identifier of a messageflags
- The flags to be addedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final 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
uniqueId
- Unique identifier of a messageflags
- The flags to be addedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
uniqueId
- Unique identifier of a messageflags
- The flags to be addedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginAddMessageFlags(IConnection connection, int sequenceNumber, ImapMessageFlags flags)
Adds the flags to the message asynchronously
connection
- Connection to a serversequenceNumber
- The sequence number of messageflags
- The flags to be addedIAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serversequenceNumber
- The sequence number of messageflags
- The flags to be addedcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serversequenceNumber
- The sequence number of messageflags
- The flags to be addedcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginAddMessageFlags(IConnection connection, String uniqueId, ImapMessageFlags flags)
Adds the flags to the message asynchronously
connection
- Connection to a serveruniqueId
- Unique identifier of a messageflags
- The flags to be addedIAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serveruniqueId
- Unique identifier of a messageflags
- The flags to be addedcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serveruniqueId
- Unique identifier of a messageflags
- The flags to be addedcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginAddMessageFlags(int sequenceNumber, ImapMessageFlags flags)
Adds the flags to the message asynchronously
sequenceNumber
- The sequence number of messageflags
- The flags to be addedIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginAddMessageFlags(int sequenceNumber, ImapMessageFlags flags, com.aspose.ms.System.AsyncCallback callback)
Adds the flags to the message asynchronously
sequenceNumber
- The sequence number of messageflags
- The flags to be addedcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
sequenceNumber
- The sequence number of messageflags
- The flags to be addedcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginAddMessageFlags(String uniqueId, ImapMessageFlags flags)
Adds the flags to the message asynchronously
uniqueId
- Unique identifier of a messageflags
- The flags to be addedIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginAddMessageFlags(String uniqueId, ImapMessageFlags flags, com.aspose.ms.System.AsyncCallback callback)
Adds the flags to the message asynchronously
uniqueId
- Unique identifier of a messageflags
- The flags to be addedcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
uniqueId
- Unique identifier of a messageflags
- The flags to be addedcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a servermessageInfoSet
- The set of ImapMessageInfoflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serveruidSet
- The set of UID for messagesflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serversequenceSet
- The set of sequence numbers for messagesflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverstartSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serversequenceNumber
- The sequence number of messageflags
- The flags to be addedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serveruniqueId
- Unique identifier of a messageflags
- The flags to be addedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final void endAddMessageFlags(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete.
asyncResult
- The reference to the pending asynchronous request to wait for.public final void addMessageFlags(IConnection connection, int sequenceNumber, ImapMessageFlags flags)
Adds the flags to the message
connection
- Connection to a serversequenceNumber
- The sequence number of the messageflags
- The flags to be addedpublic final void addMessageFlags(IConnection connection, String uniqueId, ImapMessageFlags flags)
Adds the flags to the message
connection
- Connection to a serveruniqueId
- Unique identifier of a messageflags
- The flags to be addedpublic final void addMessageFlags(int sequenceNumber, ImapMessageFlags flags)
Adds the flags to the message
sequenceNumber
- The sequence number of the messageflags
- The flags to be addedpublic final void addMessageFlags(String uniqueId, ImapMessageFlags flags)
Adds the flags to the message
uniqueId
- Unique identifier of a messageflags
- The flags to be addedpublic final void addMessageFlags(IConnection connection, int sequenceNumber, ImapMessageFlags flags, long modificationSequence)
Adds the flags to the message
connection
- Connection to a serversequenceNumber
- The sequence number of the messageflags
- The flags to be addedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final void addMessageFlags(IConnection connection, String uniqueId, ImapMessageFlags flags, long modificationSequence)
Adds the flags to the message
connection
- Connection to a serveruniqueId
- Unique identifier of a messageflags
- The flags to be addedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final void addMessageFlags(int sequenceNumber, ImapMessageFlags flags, long modificationSequence)
Adds the flags to the message
sequenceNumber
- The sequence number of the messageflags
- The flags to be addedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final void addMessageFlags(String uniqueId, ImapMessageFlags flags, long modificationSequence)
Adds the flags to the message
uniqueId
- Unique identifier of a messageflags
- The flags to be addedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final void addMessageFlags(String startUid, String endUid, ImapMessageFlags flags)
Adds the flags of the message
startUid
- The starting UID of a message listendUid
- The ending UID of a message listflags
- The flags to be changedpublic final void addMessageFlags(int startSequence, int endSequence, ImapMessageFlags flags)
Adds the flags of the message
startSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listflags
- The flags to be removedpublic final void addMessageFlags(IConnection connection, String startUid, String endUid, ImapMessageFlags flags)
Adds the flags of the message
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listflags
- The flags to be changedpublic final void addMessageFlags(IConnection connection, int startSequence, int endSequence, ImapMessageFlags flags)
Adds the flags of the message
connection
- Connection to a serverstartSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listflags
- The flags to be removedpublic final void addMessageFlags(String startUid, String endUid, ImapMessageFlags flags, long modificationSequence)
Adds the flags of the message
startUid
- The starting UID of a message listendUid
- The ending UID of a message listflags
- The flags to be changedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final void addMessageFlags(int startSequence, int endSequence, ImapMessageFlags flags, long modificationSequence)
Adds the flags of the message
startSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listflags
- The flags to be removedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final void addMessageFlags(IConnection connection, String startUid, String endUid, ImapMessageFlags flags, long modificationSequence)
Adds the flags of the message
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listflags
- The flags to be changedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final void addMessageFlags(IConnection connection, int startSequence, int endSequence, ImapMessageFlags flags, long modificationSequence)
Adds the flags of the message
connection
- Connection to a serverstartSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listflags
- The flags to be removedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final void addMessageFlagsByUids(Iterable<String> uidSet, ImapMessageFlags flags)
Adds the flags of the message
uidSet
- The set of UID for messagesflags
- The flags to be changedpublic final void addMessageFlagsBySequences(Iterable<Integer> sequenceSet, ImapMessageFlags flags)
Adds the flags of the message
sequenceSet
- The set of sequence numbers for messagesflags
- The flags to be removedpublic final void addMessageFlagsByUids(IConnection connection, Iterable<String> uidSet, ImapMessageFlags flags)
Adds the flags of the message
connection
- Connection to a serveruidSet
- The set of UID for messagesflags
- The flags to be changedpublic final void addMessageFlagsBySequences(IConnection connection, Iterable<Integer> sequenceSet, ImapMessageFlags flags)
Adds the flags of the message
connection
- Connection to a serversequenceSet
- The set of sequence numbers for messagesflags
- The flags to be removedpublic final void addMessageFlagsByUids(Iterable<String> uidSet, ImapMessageFlags flags, long modificationSequence)
Adds the flags of the message
uidSet
- The set of UID for messagesflags
- The flags to be changedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final void addMessageFlagsBySequences(Iterable<Integer> sequenceSet, ImapMessageFlags flags, long modificationSequence)
Adds the flags of the message
sequenceSet
- The set of sequence numbers for messagesflags
- The flags to be removedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final void addMessageFlagsByUids(IConnection connection, Iterable<String> uidSet, ImapMessageFlags flags, long modificationSequence)
Adds the flags of the message
connection
- Connection to a serveruidSet
- The set of UID for messagesflags
- The flags to be changedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final void addMessageFlagsBySequences(IConnection connection, Iterable<Integer> sequenceSet, ImapMessageFlags flags, long modificationSequence)
Adds the flags of the message
connection
- Connection to a serversequenceSet
- The set of sequence numbers for messagesflags
- The flags to be removedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final void addMessageFlags(Iterable<ImapMessageInfo> messageInfoSet, ImapMessageFlags flags)
Adds the flags of the message
messageInfoSet
- The set of ImapMessageInfoflags
- The flags to be changedpublic final void addMessageFlags(IConnection connection, Iterable<ImapMessageInfo> messageInfoSet, ImapMessageFlags flags)
Adds the flags of the message
connection
- Connection to a servermessageInfoSet
- The set of ImapMessageInfoflags
- The flags to be changedpublic final void addMessageFlags(Iterable<ImapMessageInfo> messageInfoSet, ImapMessageFlags flags, long modificationSequence)
Adds the flags of the message
messageInfoSet
- The set of ImapMessageInfoflags
- The flags to be changedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final void addMessageFlags(IConnection connection, Iterable<ImapMessageInfo> messageInfoSet, ImapMessageFlags flags, long modificationSequence)
Adds the flags of the message
connection
- Connection to a servermessageInfoSet
- The set of ImapMessageInfoflags
- The flags to be changedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final 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.
connection
- Connection to a serverfileName
- File name (*.eml) of the mail message that will be uploadedIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginAppendMessage(IConnection connection, String folderName, String fileName)
Begins append message to the end of the specified folder
connection
- Connection to a serverfolderName
- Folder that will receive the mail messagefileName
- File name (*.eml) of the mail message that will be uploadedIAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverfolderName
- Folder that will receive the mail messagefileName
- File name (*.eml) of the mail message that will be uploadedcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverfolderName
- Folder that will receive the mail messagefileName
- File name (*.eml) of the mail message that will be uploadedcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
connection
- Connection to a servermessage
- Mail message to be uploadIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginAppendMessage(IConnection connection, String folderName, MailMessage message)
Begins append message to the end of the specified folder
connection
- Connection to a serverfolderName
- Folder that will receive the mail messagemessage
- Mail message to be uploadIAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverfolderName
- Folder that will receive the mail messagemessage
- Mail message to be uploadcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverfolderName
- Folder that will receive the mail messagemessage
- Mail message to be uploadcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
fileName
- File name (*.eml) of the mail message that will be uploadedIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginAppendMessage(String folderName, String fileName)
Begins append message to the end of the specified folder
folderName
- Folder that will receive the mail messagefileName
- File name (*.eml) of the mail message that will be uploadedIAsyncResult
that represents the status of an asynchronous operation.public final 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
folderName
- Folder that will receive the mail messagefileName
- File name (*.eml) of the mail message that will be uploadedcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
folderName
- Folder that will receive the mail messagefileName
- File name (*.eml) of the mail message that will be uploadedcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
message
- Mail message to be uploadIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginAppendMessage(String folderName, MailMessage message)
Begins append message to the end of the specified folder
folderName
- Folder that will receive the mail messagemessage
- Mail message to be uploadIAsyncResult
that represents the status of an asynchronous operation.public final 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
folderName
- Folder that will receive the mail messagemessage
- Mail message to be uploadcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
folderName
- Folder that will receive the mail messagemessage
- Mail message to be uploadcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final String endAppendMessage(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete.
asyncResult
- The reference to the pending asynchronous request to wait for.public final 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.
connection
- Connection to a servermessage
- Mail message to be uploadpublic final String appendMessage(IConnection connection, String folderName, MailMessage message)
Uploads the mail message to the specified folder
connection
- Connection to a serverfolderName
- Folder that will receive the mail messagemessage
- Mail message to be uploadpublic final 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.
connection
- Connection to a serverfileName
- File name (*.eml) of the mail message that will be uploadedpublic final String appendMessage(IConnection connection, String folderName, String fileName)
Uploads the mail message to the specified folder
connection
- Connection to a serverfolderName
- Folder that will receive the mail messagefileName
- File name (*.eml) of the mail message that will be uploadedpublic final String appendMessage(MailMessage message)
Uploads the mail message to the current folder If current folder hasn't been specified default folder is used.
message
- Mail message to be uploadpublic final String appendMessage(String folderName, MailMessage message)
Uploads the mail message to the specified folder
folderName
- Folder that will receive the mail messagemessage
- Mail message to be uploadpublic final String appendMessage(String fileName)
Uploads the mail message to the current folder If current folder hasn't been specified default folder is used.
fileName
- File name (*.eml) of the mail message that will be uploadedpublic final String appendMessage(String folderName, String fileName)
Uploads the mail message to the specified folder
folderName
- Folder that will receive the mail messagefileName
- File name (*.eml) of the mail message that will be uploadedpublic final 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.
connection
- Connection to a serverfileNames
- File names (*.eml) of an email messages that will be uploadedIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginAppendMessagesByName(IConnection connection, String folderName, Iterable<String> fileNames)
Begins append message to the end of the specified folder
connection
- Connection to a serverfolderName
- Folder that will receive the mail messagefileNames
- File names (*.eml) of an email messages that will be uploadedIAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverfolderName
- Folder that will receive the mail messagefileNames
- File names (*.eml) of an email messages that will be uploadedcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverfolderName
- Folder that will receive the mail messagefileNames
- File names (*.eml) of an email messages that will be uploadedcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
connection
- Connection to a servermessages
- Enumeration of email messages to be uploadIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginAppendMessages(IConnection connection, String folderName, Iterable<MailMessage> messages)
Begins append message to the end of the specified folder
connection
- Connection to a serverfolderName
- Folder that will receive the mail messagemessages
- Enumeration of email messages to be uploadIAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverfolderName
- Folder that will receive the mail messagemessages
- Enumeration of email messages to be uploadcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverfolderName
- Folder that will receive the mail messagemessages
- Enumeration of email messages to be uploadcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
fileNames
- File names (*.eml) of an email messages that will be uploadedIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginAppendMessagesByName(String folderName, Iterable<String> fileNames)
Begins append message to the end of the specified folder
folderName
- Folder that will receive the mail messagefileNames
- File names (*.eml) of an email messages that will be uploadedIAsyncResult
that represents the status of an asynchronous operation.public final 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
folderName
- Folder that will receive the mail messagefileNames
- File names (*.eml) of an email messages that will be uploadedcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
folderName
- Folder that will receive the mail messagefileNames
- File names (*.eml) of an email messages that will be uploadedcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
messages
- Enumeration of email messages to be uploadIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginAppendMessages(String folderName, Iterable<MailMessage> messages)
Begins append message to the end of the specified folder
folderName
- Folder that will receive the mail messagemessages
- Enumeration of email messages to be uploadIAsyncResult
that represents the status of an asynchronous operation.public final 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
folderName
- Folder that will receive the mail messagemessages
- Enumeration of email messages to be uploadcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
folderName
- Folder that will receive the mail messagemessages
- Enumeration of email messages to be uploadcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final AppendMessagesResult endAppendMessages(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete.
asyncResult
- The reference to the pending asynchronous request to wait for.public final 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.
connection
- Connection to a servermessages
- Enumeration of email messages to be uploadpublic final AppendMessagesResult appendMessages(IConnection connection, String folderName, Iterable<MailMessage> messages)
Uploads the mail message to the specified folder
connection
- Connection to a serverfolderName
- Folder that will receive the mail messagemessages
- Enumeration of email messages to be uploadpublic final AppendMessagesResult appendMessages(Iterable<MailMessage> messages)
Uploads the mail message to the current folder If current folder hasn't been specified default folder is used.
messages
- Enumeration of email messages to be uploadpublic final AppendMessagesResult appendMessages(String folderName, Iterable<MailMessage> messages)
Uploads the mail message to the specified folder
folderName
- Folder that will receive the mail messagemessages
- Enumeration of email messages to be uploadpublic final com.aspose.ms.System.IAsyncResult beginBackup(IConnection connection, ImapFolderInfoCollection folders, String fileName, BackupSettings options)
Begins to backup the content of the specified folders
connection
- Connection to a serverfolders
- A folders to backupfileName
- A path to the presonal storage fileoptions
- A backup optionsIAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverfolders
- A folders to backupfileName
- A path to the presonal storage fileoptions
- A backup optionscallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverfolders
- A folders to backupfileName
- A path to the presonal storage fileoptions
- A backup optionscallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginBackup(IConnection connection, ImapFolderInfoCollection folders, OutputStream stream, BackupSettings options)
Begins to backup the content of the specified folders
connection
- Connection to a serverfolders
- A folders to backupstream
- A stream to write intooptions
- A backup optionsIAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverfolders
- A folders to backupstream
- A stream to write intooptions
- A backup optionscallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverfolders
- A folders to backupstream
- A stream to write intooptions
- A backup optionscallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginBackup(ImapFolderInfoCollection folders, String fileName, BackupSettings options)
Begins to backup the content of the specified folders
folders
- A folders to backupfileName
- A path to the presonal storage fileoptions
- A backup optionsIAsyncResult
that represents the status of an asynchronous operation.public final 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
folders
- A folders to backupfileName
- A path to the presonal storage fileoptions
- A backup optionscallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
folders
- A folders to backupfileName
- A path to the presonal storage fileoptions
- A backup optionscallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginBackup(ImapFolderInfoCollection folders, OutputStream stream, BackupSettings options)
Begins to backup the content of the specified folders
folders
- A folders to backupstream
- A stream to write intooptions
- A backup optionsIAsyncResult
that represents the status of an asynchronous operation.public final 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
folders
- A folders to backupstream
- A stream to write intooptions
- A backup optionscallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
folders
- A folders to backupstream
- A stream to write intooptions
- A backup optionscallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final void endBackup(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete.
asyncResult
- The reference to the pending asynchronous request to wait for.public final void backup(IConnection connection, ImapFolderInfoCollection folders, String fileName, BackupSettings options)
Backups the content of the specified folders
connection
- Connection to a serverfolders
- A folders to backupfileName
- A path to the presonal storage fileoptions
- A backup optionspublic final void backup(IConnection connection, ImapFolderInfoCollection folders, OutputStream stream, BackupSettings options)
Backups the content of the specified folders
connection
- Connection to a serverfolders
- A folders to backupstream
- A stream to write intooptions
- A backup optionspublic final void backup(ImapFolderInfoCollection folders, String fileName, BackupSettings options)
Backups the content of the specified folders
folders
- A folders to backupfileName
- A path to the presonal storage fileoptions
- A backup optionspublic final void backup(ImapFolderInfoCollection folders, OutputStream stream, BackupSettings options)
Backups the content of the specified folders
folders
- A folders to backupstream
- A stream to write intooptions
- A backup optionspublic final com.aspose.ms.System.IAsyncResult beginBackup(IConnection connection, ImapFolderInfoCollection folders, String fileName, int options)
Begins to backup the content of the specified folders
connection
- Connection to a serverfolders
- A folders to backupfileName
- A path to the presonal storage fileoptions
- A backup optionsIAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverfolders
- A folders to backupfileName
- A path to the presonal storage fileoptions
- A backup optionscallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverfolders
- A folders to backupfileName
- A path to the presonal storage fileoptions
- A backup optionscallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginBackup(IConnection connection, ImapFolderInfoCollection folders, OutputStream stream, int options)
Begins to backup the content of the specified folders
connection
- Connection to a serverfolders
- A folders to backupstream
- A stream to write intooptions
- A backup optionsIAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverfolders
- A folders to backupstream
- A stream to write intooptions
- A backup optionscallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverfolders
- A folders to backupstream
- A stream to write intooptions
- A backup optionscallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginBackup(ImapFolderInfoCollection folders, String fileName, int options)
Begins to backup the content of the specified folders
folders
- A folders to backupfileName
- A path to the presonal storage fileoptions
- A backup optionsIAsyncResult
that represents the status of an asynchronous operation.public final 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
folders
- A folders to backupfileName
- A path to the presonal storage fileoptions
- A backup optionscallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
folders
- A folders to backupfileName
- A path to the presonal storage fileoptions
- A backup optionscallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginBackup(ImapFolderInfoCollection folders, OutputStream stream, int options)
Begins to backup the content of the specified folders
folders
- A folders to backupstream
- A stream to write intooptions
- A backup optionsIAsyncResult
that represents the status of an asynchronous operation.public final 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
folders
- A folders to backupstream
- A stream to write intooptions
- A backup optionscallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
folders
- A folders to backupstream
- A stream to write intooptions
- A backup optionscallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final void backup(IConnection connection, ImapFolderInfoCollection folders, String fileName, int options)
Backups the content of the specified folders
connection
- Connection to a serverfolders
- A folders to backupfileName
- A path to the presonal storage fileoptions
- A backup optionspublic final void backup(IConnection connection, ImapFolderInfoCollection folders, OutputStream stream, int options)
Backups the content of the specified folders
connection
- Connection to a serverfolders
- A folders to backupstream
- A stream to write intooptions
- A backup optionspublic final void backup(ImapFolderInfoCollection folders, String fileName, int options)
Backups the content of the specified folders
folders
- A folders to backupfileName
- A path to the presonal storage fileoptions
- A backup optionspublic final void backup(ImapFolderInfoCollection folders, OutputStream stream, int options)
Backups the content of the specified folders
folders
- A folders to backupstream
- A stream to write intooptions
- A backup optionspublic final com.aspose.ms.System.IAsyncResult beginChangeMessageFlags(IConnection connection, Iterable<ImapMessageInfo> messageInfoSet, ImapMessageFlags flags, long modificationSequence)
Changes the flags of the message
connection
- Connection to a servermessageInfoSet
- The set of ImapMessageInfoflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a servermessageInfoSet
- The set of ImapMessageInfoflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a servermessageInfoSet
- The set of ImapMessageInfoflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginChangeMessageFlags(Iterable<ImapMessageInfo> messageInfoSet, ImapMessageFlags flags, long modificationSequence)
Changes the flags of the message
messageInfoSet
- The set of ImapMessageInfoflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final 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
messageInfoSet
- The set of ImapMessageInfoflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
messageInfoSet
- The set of ImapMessageInfoflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginChangeMessageFlags(IConnection connection, Iterable<ImapMessageInfo> messageInfoSet, ImapMessageFlags flags)
Changes the flags of the message
connection
- Connection to a servermessageInfoSet
- The set of ImapMessageInfoflags
- Flag valueIAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a servermessageInfoSet
- The set of ImapMessageInfoflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a servermessageInfoSet
- The set of ImapMessageInfoflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginChangeMessageFlags(Iterable<ImapMessageInfo> messageInfoSet, ImapMessageFlags flags)
Changes the flags of the message
messageInfoSet
- The set of ImapMessageInfoflags
- Flag valueIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginChangeMessageFlags(Iterable<ImapMessageInfo> messageInfoSet, ImapMessageFlags flags, com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
messageInfoSet
- The set of ImapMessageInfoflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
messageInfoSet
- The set of ImapMessageInfoflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginChangeMessageFlagsByUids(IConnection connection, Iterable<String> uidSet, ImapMessageFlags flags, long modificationSequence)
Changes the flags of the message
connection
- Connection to a serveruidSet
- The set of UID for messagesflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serveruidSet
- The set of UID for messagesflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serveruidSet
- The set of UID for messagesflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginChangeMessageFlagsBySequences(IConnection connection, Iterable<Integer> sequenceSet, ImapMessageFlags flags, long modificationSequence)
Changes the flags of the message
connection
- Connection to a serversequenceSet
- The set of sequence numbers for messagesflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serversequenceSet
- The set of sequence numbers for messagesflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serversequenceSet
- The set of sequence numbers for messagesflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginChangeMessageFlagsByUids(Iterable<String> uidSet, ImapMessageFlags flags, long modificationSequence)
Changes the flags of the message
uidSet
- The set of UID for messagesflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final 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
uidSet
- The set of UID for messagesflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
uidSet
- The set of UID for messagesflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginChangeMessageFlagsBySequences(Iterable<Integer> sequenceSet, ImapMessageFlags flags, long modificationSequence)
Changes the flags of the message
sequenceSet
- The set of sequence numbers for messagesflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final 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
sequenceSet
- The set of sequence numbers for messagesflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
sequenceSet
- The set of sequence numbers for messagesflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginChangeMessageFlagsByUids(IConnection connection, Iterable<String> uidSet, ImapMessageFlags flags)
Changes the flags of the message
connection
- Connection to a serveruidSet
- The set of UID for messagesflags
- Flag valueIAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serveruidSet
- The set of UID for messagesflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serveruidSet
- The set of UID for messagesflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginChangeMessageFlagsBySequences(IConnection connection, Iterable<Integer> sequenceSet, ImapMessageFlags flags)
Changes the flags of the message
connection
- Connection to a serversequenceSet
- The set of sequence numbers for messagesflags
- Flag valueIAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serversequenceSet
- The set of sequence numbers for messagesflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serversequenceSet
- The set of sequence numbers for messagesflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginChangeMessageFlagsByUids(Iterable<String> uidSet, ImapMessageFlags flags)
Changes the flags of the message
uidSet
- The set of UID for messagesflags
- Flag valueIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginChangeMessageFlagsByUids(Iterable<String> uidSet, ImapMessageFlags flags, com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
uidSet
- The set of UID for messagesflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
uidSet
- The set of UID for messagesflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginChangeMessageFlagsBySequences(Iterable<Integer> sequenceSet, ImapMessageFlags flags)
Changes the flags of the message
sequenceSet
- The set of sequence numbers for messagesflags
- Flag valueIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginChangeMessageFlagsBySequences(Iterable<Integer> sequenceSet, ImapMessageFlags flags, com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
sequenceSet
- The set of sequence numbers for messagesflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
sequenceSet
- The set of sequence numbers for messagesflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginChangeMessageFlags(IConnection connection, String startUid, String endUid, ImapMessageFlags flags, long modificationSequence)
Changes the flags of the message
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginChangeMessageFlags(IConnection connection, int startSequence, int endSequence, ImapMessageFlags flags, long modificationSequence)
Changes the flags of the message
connection
- Connection to a serverstartSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverstartSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverstartSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginChangeMessageFlags(String startUid, String endUid, ImapMessageFlags flags, long modificationSequence)
Changes the flags of the message
startUid
- The starting UID of a message listendUid
- The ending UID of a message listflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final 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
startUid
- The starting UID of a message listendUid
- The ending UID of a message listflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
startUid
- The starting UID of a message listendUid
- The ending UID of a message listflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginChangeMessageFlags(int startSequence, int endSequence, ImapMessageFlags flags, long modificationSequence)
Changes the flags of the message
startSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final 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
startSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
startSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginChangeMessageFlags(IConnection connection, String startUid, String endUid, ImapMessageFlags flags)
Changes the flags of the message
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listflags
- Flag valueIAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginChangeMessageFlags(IConnection connection, int startSequence, int endSequence, ImapMessageFlags flags)
Changes the flags of the message
connection
- Connection to a serverstartSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listflags
- Flag valueIAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverstartSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverstartSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginChangeMessageFlags(String startUid, String endUid, ImapMessageFlags flags)
Changes the flags of the message
startUid
- The starting UID of a message listendUid
- The ending UID of a message listflags
- Flag valueIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginChangeMessageFlags(String startUid, String endUid, ImapMessageFlags flags, com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
startUid
- The starting UID of a message listendUid
- The ending UID of a message listflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
startUid
- The starting UID of a message listendUid
- The ending UID of a message listflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginChangeMessageFlags(int startSequence, int endSequence, ImapMessageFlags flags)
Changes the flags of the message
startSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listflags
- Flag valueIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginChangeMessageFlags(int startSequence, int endSequence, ImapMessageFlags flags, com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
startSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
startSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginChangeMessageFlags(IConnection connection, String uniqueId, ImapMessageFlags flags, long modificationSequence)
Changes the flags of the message
connection
- Connection to a serveruniqueId
- Unique identifier of a messageflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serveruniqueId
- Unique identifier of a messageflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serveruniqueId
- Unique identifier of a messageflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginChangeMessageFlags(IConnection connection, int sequenceNumber, ImapMessageFlags flags, long modificationSequence)
Changes the flags of the message
connection
- Connection to a serversequenceNumber
- Sequence number of a messageflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serversequenceNumber
- Sequence number of a messageflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serversequenceNumber
- Sequence number of a messageflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginChangeMessageFlags(String uniqueId, ImapMessageFlags flags, long modificationSequence)
Changes the flags of the message
uniqueId
- Unique identifier of a messageflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginChangeMessageFlags(String uniqueId, ImapMessageFlags flags, long modificationSequence, com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
uniqueId
- Unique identifier of a messageflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
uniqueId
- Unique identifier of a messageflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginChangeMessageFlags(int sequenceNumber, ImapMessageFlags flags, long modificationSequence)
Changes the flags of the message
sequenceNumber
- Sequence number of a messageflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginChangeMessageFlags(int sequenceNumber, ImapMessageFlags flags, long modificationSequence, com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
sequenceNumber
- Sequence number of a messageflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
sequenceNumber
- Sequence number of a messageflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginChangeMessageFlags(IConnection connection, String uniqueId, ImapMessageFlags flags)
Changes the flags of the message
connection
- Connection to a serveruniqueId
- Unique identifier of a messageflags
- Flag valueIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginChangeMessageFlags(IConnection connection, String uniqueId, ImapMessageFlags flags, com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
connection
- Connection to a serveruniqueId
- Unique identifier of a messageflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serveruniqueId
- Unique identifier of a messageflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginChangeMessageFlags(IConnection connection, int sequenceNumber, ImapMessageFlags flags)
Changes the flags of the message
connection
- Connection to a serversequenceNumber
- Sequence number of a messageflags
- Flag valueIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginChangeMessageFlags(IConnection connection, int sequenceNumber, ImapMessageFlags flags, com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
connection
- Connection to a serversequenceNumber
- Sequence number of a messageflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serversequenceNumber
- Sequence number of a messageflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginChangeMessageFlags(String uniqueId, ImapMessageFlags flags)
Changes the flags of the message
uniqueId
- Unique identifier of a messageflags
- Flag valueIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginChangeMessageFlags(String uniqueId, ImapMessageFlags flags, com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
uniqueId
- Unique identifier of a messageflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginChangeMessageFlags(String uniqueId, ImapMessageFlags flags, com.aspose.ms.System.AsyncCallback callback, Object state)
Changes the flags of the message
uniqueId
- Unique identifier of a messageflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginChangeMessageFlags(int sequenceNumber, ImapMessageFlags flags)
Changes the flags of the message
sequenceNumber
- Sequence number of a messageflags
- Flag valueIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginChangeMessageFlags(int sequenceNumber, ImapMessageFlags flags, com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
sequenceNumber
- Sequence number of a messageflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginChangeMessageFlags(int sequenceNumber, ImapMessageFlags flags, com.aspose.ms.System.AsyncCallback callback, Object state)
Changes the flags of the message
sequenceNumber
- Sequence number of a messageflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final void endChangeMessageFlags(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete.
asyncResult
- The reference to the pending asynchronous request to wait for.public final void changeMessageFlags(String uniqueId, ImapMessageFlags flags)
Changes the flags of the message
uniqueId
- The uid of the messageflags
- The flags to be changedpublic final void changeMessageFlags(int sequenceNumber, ImapMessageFlags flags)
Changes the flags of the message
sequenceNumber
- The sequence number of the messageflags
- The flags to be removedpublic final void changeMessageFlags(IConnection connection, String uniqueId, ImapMessageFlags flags)
Changes the flags of the message
connection
- Connection to a serveruniqueId
- The uid of the messageflags
- The flags to be changedpublic final void changeMessageFlags(IConnection connection, int sequenceNumber, ImapMessageFlags flags)
Changes the flags of the message
connection
- Connection to a serversequenceNumber
- The sequence number of the messageflags
- The flags to be removedpublic final void changeMessageFlags(String uniqueId, ImapMessageFlags flags, long modificationSequence)
Changes the flags of the message
uniqueId
- The uid of the messageflags
- The flags to be changedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final void changeMessageFlags(int sequenceNumber, ImapMessageFlags flags, long modificationSequence)
Changes the flags of the message
sequenceNumber
- The sequence number of the messageflags
- The flags to be removedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final void changeMessageFlags(IConnection connection, String uniqueId, ImapMessageFlags flags, long modificationSequence)
Changes the flags of the message
connection
- Connection to a serveruniqueId
- The uid of the messageflags
- The flags to be changedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final void changeMessageFlags(IConnection connection, int sequenceNumber, ImapMessageFlags flags, long modificationSequence)
Changes the flags of the message
connection
- Connection to a serversequenceNumber
- The sequence number of the messageflags
- The flags to be removedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final void changeMessageFlags(String startUid, String endUid, ImapMessageFlags flags)
Changes the flags of the message
startUid
- The starting UID of a message listendUid
- The ending UID of a message listflags
- The flags to be changedpublic final void changeMessageFlags(int startSequence, int endSequence, ImapMessageFlags flags)
Changes the flags of the message
startSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listflags
- The flags to be removedpublic final void changeMessageFlags(IConnection connection, String startUid, String endUid, ImapMessageFlags flags)
Changes the flags of the message
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listflags
- The flags to be changedpublic final void changeMessageFlags(IConnection connection, int startSequence, int endSequence, ImapMessageFlags flags)
Changes the flags of the message
connection
- Connection to a serverstartSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listflags
- The flags to be removedpublic final void changeMessageFlags(String startUid, String endUid, ImapMessageFlags flags, long modificationSequence)
Changes the flags of the message
startUid
- The starting UID of a message listendUid
- The ending UID of a message listflags
- The flags to be changedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final void changeMessageFlags(int startSequence, int endSequence, ImapMessageFlags flags, long modificationSequence)
Changes the flags of the message
startSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listflags
- The flags to be removedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final void changeMessageFlags(IConnection connection, String startUid, String endUid, ImapMessageFlags flags, long modificationSequence)
Changes the flags of the message
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listflags
- The flags to be changedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final void changeMessageFlags(IConnection connection, int startSequence, int endSequence, ImapMessageFlags flags, long modificationSequence)
Changes the flags of the message
connection
- Connection to a serverstartSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listflags
- The flags to be removedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final void changeMessageFlagsByUids(Iterable<String> uidSet, ImapMessageFlags flags)
Changes the flags of the message
uidSet
- The set of UID for messagesflags
- The flags to be changedpublic final void changeMessageFlagsBySequences(Iterable<Integer> sequenceSet, ImapMessageFlags flags)
Changes the flags of the message
sequenceSet
- The set of sequence numbers for messagesflags
- The flags to be removedpublic final void changeMessageFlagsByUids(IConnection connection, Iterable<String> uidSet, ImapMessageFlags flags)
Changes the flags of the message
connection
- Connection to a serveruidSet
- The set of UID for messagesflags
- The flags to be changedpublic final void changeMessageFlagsBySequences(IConnection connection, Iterable<Integer> sequenceSet, ImapMessageFlags flags)
Changes the flags of the message
connection
- Connection to a serversequenceSet
- The set of sequence numbers for messagesflags
- The flags to be removedpublic final void changeMessageFlagsByUids(Iterable<String> uidSet, ImapMessageFlags flags, long modificationSequence)
Changes the flags of the message
uidSet
- The set of UID for messagesflags
- The flags to be changedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final void changeMessageFlagsBySequences(Iterable<Integer> sequenceSet, ImapMessageFlags flags, long modificationSequence)
Changes the flags of the message
sequenceSet
- The set of sequence numbers for messagesflags
- The flags to be removedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final void changeMessageFlagsByUids(IConnection connection, Iterable<String> uidSet, ImapMessageFlags flags, long modificationSequence)
Changes the flags of the message
connection
- Connection to a serveruidSet
- The set of UID for messagesflags
- The flags to be changedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final void changeMessageFlagsBySequences(IConnection connection, Iterable<Integer> sequenceSet, ImapMessageFlags flags, long modificationSequence)
Changes the flags of the message
connection
- Connection to a serversequenceSet
- The set of sequence numbers for messagesflags
- The flags to be removedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final void changeMessageFlags(Iterable<ImapMessageInfo> messageInfoSet, ImapMessageFlags flags)
Changes the flags of the message
messageInfoSet
- The set of ImapMessageInfoflags
- The flags to be changedpublic final void changeMessageFlags(IConnection connection, Iterable<ImapMessageInfo> messageInfoSet, ImapMessageFlags flags)
Changes the flags of the message
connection
- Connection to a servermessageInfoSet
- The set of ImapMessageInfoflags
- The flags to be changedpublic final void changeMessageFlags(Iterable<ImapMessageInfo> messageInfoSet, ImapMessageFlags flags, long modificationSequence)
Changes the flags of the message
messageInfoSet
- The set of ImapMessageInfoflags
- The flags to be changedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final void changeMessageFlags(IConnection connection, Iterable<ImapMessageInfo> messageInfoSet, ImapMessageFlags flags, long modificationSequence)
Changes the flags of the message
connection
- Connection to a servermessageInfoSet
- The set of ImapMessageInfoflags
- The flags to be changedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final com.aspose.ms.System.IAsyncResult beginClientCapabilities(String... capabilityNames)
Notifies server which extensions are supported by client asyncronously. Please note, this operation works only in case if server supports RFC5161 See more https://tools.ietf.org/html/rfc5161
capabilityNames
- Array of capabilities which are supported by clientIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginClientCapabilities(String[] capabilityNames, com.aspose.ms.System.AsyncCallback callback)
Notifies server which extensions are supported by client asyncronously. Please note, this operation works only in case if server supports RFC5161 See more https://tools.ietf.org/html/rfc5161
capabilityNames
- Array of capabilities which are supported by clientcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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. Please note, this operation works only in case if server supports RFC5161 See more https://tools.ietf.org/html/rfc5161
capabilityNames
- Array of capabilities which are supported by clientcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginClientCapabilities(IConnection connection, String... capabilityNames)
Notifies server which extensions are supported by client asyncronously. Please note, this operation works only in case if server supports RFC5161 See more https://tools.ietf.org/html/rfc5161
connection
- Connection to a servercapabilityNames
- Array of capabilities which are supported by clientIAsyncResult
that represents the status of an asynchronous operation.public final 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. Please note, this operation works only in case if server supports RFC5161 See more https://tools.ietf.org/html/rfc5161
connection
- Connection to a servercapabilityNames
- Array of capabilities which are supported by clientcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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. Please note, this operation works only in case if server supports RFC5161 See more https://tools.ietf.org/html/rfc5161
connection
- Connection to a servercapabilityNames
- Array of capabilities which are supported by clientcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final String[] endClientCapabilities(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete. Please note, this operation works only in case if server supports RFC5161 See more https://tools.ietf.org/html/rfc5161
asyncResult
- The reference to the pending asynchronous request to wait for.public final String[] clientCapabilities(String... capabilityNames)
Notifies server which extensions are supported by client. Please note, this operation works only in case if server supports RFC5161 See more https://tools.ietf.org/html/rfc5161
capabilityNames
- Array of capabilities which are supported by clientpublic final String[] clientCapabilities(IConnection connection, String... capabilityNames)
Notifies server which extensions are supported by client. Please note, this operation works only in case if server supports RFC5161 See more https://tools.ietf.org/html/rfc5161
connection
- Connection to a servercapabilityNames
- Array of capabilities which are supported by clientpublic final com.aspose.ms.System.IAsyncResult beginCommitDeletes(IConnection connection, int sleep)
Begins to commit the deletions
connection
- Connection to a serversleep
- Wait time complete the operation in millisecondsIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginCommitDeletes(IConnection connection)
Begins to commit the deletions
connection
- Connection to a serverIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginCommitDeletes(IConnection connection, com.aspose.ms.System.AsyncCallback callback)
Begins to commit the deletions
connection
- Connection to a servercallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginCommitDeletes(IConnection connection, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins to commit the deletions
connection
- Connection to a servercallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginCommitDeletes(IConnection connection, int sleep, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins to commit the deletions
connection
- Connection to a serversleep
- Wait time complete the operation in millisecondscallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginCommitDeletes(int sleep)
Begins to commit the deletions
sleep
- Wait time complete the operation in millisecondsIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginCommitDeletes()
Begins to commit the deletions
IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginCommitDeletes(com.aspose.ms.System.AsyncCallback callback)
Begins to commit the deletions
callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginCommitDeletes(com.aspose.ms.System.AsyncCallback callback, Object state)
Begins to commit the deletions
callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginCommitDeletes(int sleep, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins to commit the deletions
sleep
- Wait time complete the operation in millisecondscallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginCommitDeletes(Iterable<String> uidSet)
Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
uidSet
- Set of unique identifiers for messagesIAsyncResult
that represents the status of an asynchronous operation.public final 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. Please, read more https://tools.ietf.org/html/rfc4315
uidSet
- Set of unique identifiers for messagescallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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. Please, read more https://tools.ietf.org/html/rfc4315
uidSet
- Set of unique identifiers for messagescallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final 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. Please, read more https://tools.ietf.org/html/rfc4315
connection
- Connection to a serveruidSet
- Set of unique identifiers for messagesIAsyncResult
that represents the status of an asynchronous operation.public final 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. Please, read more https://tools.ietf.org/html/rfc4315
connection
- Connection to a serveruidSet
- Set of unique identifiers for messagescallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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. Please, read more https://tools.ietf.org/html/rfc4315
connection
- Connection to a serveruidSet
- Set of unique identifiers for messagescallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginCommitDeletes(String startUid, String endUid)
Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
startUid
- The starting UID of a message listendUid
- The ending UID of a message listIAsyncResult
that represents the status of an asynchronous operation.public final 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. Please, read more https://tools.ietf.org/html/rfc4315
startUid
- The starting UID of a message listendUid
- The ending UID of a message listcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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. Please, read more https://tools.ietf.org/html/rfc4315
startUid
- The starting UID of a message listendUid
- The ending UID of a message listcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final 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. Please, read more https://tools.ietf.org/html/rfc4315
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listIAsyncResult
that represents the status of an asynchronous operation.public final 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. Please, read more https://tools.ietf.org/html/rfc4315
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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. Please, read more https://tools.ietf.org/html/rfc4315
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginCommitDeletes(String uniqueId)
Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
uniqueId
- The uid of a messageIAsyncResult
that represents the status of an asynchronous operation.public final 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. Please, read more https://tools.ietf.org/html/rfc4315
uniqueId
- The uid of a messagecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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. Please, read more https://tools.ietf.org/html/rfc4315
uniqueId
- The uid of a messagecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginCommitDeletes(IConnection connection, String uniqueId)
Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection
- Connection to a serveruniqueId
- The uid of a messageIAsyncResult
that represents the status of an asynchronous operation.public final 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. Please, read more https://tools.ietf.org/html/rfc4315
connection
- Connection to a serveruniqueId
- The uid of a messagecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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. Please, read more https://tools.ietf.org/html/rfc4315
connection
- Connection to a serveruniqueId
- The uid of a messagecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final void endCommitDeletes(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete.
asyncResult
- The reference to the pending asynchronous request to wait for.public final void commitDeletes(IConnection connection)
Commit the deletions
connection
- Connection to a serverpublic final void commitDeletes(IConnection connection, int sleep)
Commit the deletions
connection
- Connection to a serversleep
- Wait time complete the operation in millisecondspublic final void commitDeletes()
Commit the deletions
public final void commitDeletes(int sleep)
Commit the deletions
sleep
- Wait time complete the operation in millisecondspublic final void commitDeletes(Iterable<String> uidSet)
Commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
uidSet
- Set of unique identifiers for messagespublic final void commitDeletes(String uniqueId)
Commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
uniqueId
- The uid of a messagepublic final void commitDeletes(String startUid, String endUid)
Commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
startUid
- The starting UID of a message listendUid
- The ending UID of a message listpublic final void commitDeletes(IConnection connection, Iterable<String> uidSet)
Commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection
- Connection to a serveruidSet
- Set of unique identifiers for messagespublic final void commitDeletes(IConnection connection, String uniqueId)
Commit the deletions
connection
- Connection to a serveruniqueId
- The uid of a messagepublic final void commitDeletes(IConnection connection, String startUid, String endUid)
Commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listpublic final com.aspose.ms.System.IAsyncResult beginCopyMessage(IConnection connection, String uniqueId, String folderName)
Begins an asynchronous copying.
connection
- Connection to a serveruniqueId
- The unique Id of the messagefolderName
- Name of the folder.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginCopyMessage(IConnection connection, String uniqueId, String folderName, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous copying.
connection
- Connection to a serveruniqueId
- The unique Id of the messagefolderName
- Name of the folder.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginCopyMessage(IConnection connection, String uniqueId, String folderName, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins an asynchronous copying.
connection
- Connection to a serveruniqueId
- The unique Id of the messagefolderName
- Name of the folder.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginCopyMessage(IConnection connection, int sequenceNumber, String folderName)
Begins an asynchronous copying.
connection
- Connection to a serversequenceNumber
- The sequence number of messagefolderName
- Name of the folder.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginCopyMessage(IConnection connection, int sequenceNumber, String folderName, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous copying.
connection
- Connection to a serversequenceNumber
- The sequence number of messagefolderName
- Name of the folder.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginCopyMessage(IConnection connection, int sequenceNumber, String folderName, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins an asynchronous copying.
connection
- Connection to a serversequenceNumber
- The sequence number of messagefolderName
- Name of the folder.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginCopyMessage(String uniqueId, String folderName)
Begins an asynchronous copying.
uniqueId
- The unique Id of the messagefolderName
- Name of the folder.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginCopyMessage(String uniqueId, String folderName, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous copying.
uniqueId
- The unique Id of the messagefolderName
- Name of the folder.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginCopyMessage(String uniqueId, String folderName, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins an asynchronous copying.
uniqueId
- The unique Id of the messagefolderName
- Name of the folder.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginCopyMessage(int sequenceNumber, String folderName)
Begins an asynchronous copying.
sequenceNumber
- The sequence number of messagefolderName
- Name of the folder.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginCopyMessage(int sequenceNumber, String folderName, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous copying.
sequenceNumber
- The sequence number of messagefolderName
- Name of the folder.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginCopyMessage(int sequenceNumber, String folderName, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins an asynchronous copying.
sequenceNumber
- The sequence number of messagefolderName
- Name of the folder.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final String endCopyMessage(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete.
asyncResult
- The reference to the pending asynchronous request to wait for.public final String copyMessage(IConnection connection, int sequenceNumber, String folderName)
Copies the message
connection
- Connection to a serversequenceNumber
- The sequence number of the messagefolderName
- Folder name where a message is to be copiedpublic final String copyMessage(IConnection connection, String uniqueId, String folderName)
Copies the message
connection
- Connection to a serveruniqueId
- The uid of the messagefolderName
- Folder name where a message is to be copiedpublic final String copyMessage(int sequenceNumber, String folderName)
Copies the message
sequenceNumber
- The sequence number of the messagefolderName
- Folder name where a message is to be copiedpublic final String copyMessage(String uniqueId, String folderName)
Copies the message
uniqueId
- The uid of the messagefolderName
- Folder name where a message is to be copied@Deprecated public final com.aspose.ms.System.IAsyncResult beginCopyMessages(IConnection connection, Iterable<ImapMessageInfo> messageInfoSet, String folderName, boolean commitDeletions)
Begins copy operation asynchronously.
connection
- Connection to a servermessageInfoSet
- The set of ImapMessageInfofolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginCopyMessages(IConnection connection, Iterable<ImapMessageInfo> messageInfoSet, String folderName, boolean commitDeletions, com.aspose.ms.System.AsyncCallback callback)
Begins copy operation asynchronously.
connection
- Connection to a servermessageInfoSet
- The set of ImapMessageInfofolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginCopyMessages(IConnection connection, Iterable<ImapMessageInfo> messageInfoSet, String folderName, boolean commitDeletions, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins copy operation asynchronously.
connection
- Connection to a servermessageInfoSet
- The set of ImapMessageInfofolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginCopyMessages(Iterable<ImapMessageInfo> messageInfoSet, String folderName, boolean commitDeletions)
Begins copy operation asynchronously.
messageInfoSet
- The set of ImapMessageInfofolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginCopyMessages(Iterable<ImapMessageInfo> messageInfoSet, String folderName, boolean commitDeletions, com.aspose.ms.System.AsyncCallback callback)
Begins copy operation asynchronously.
messageInfoSet
- The set of ImapMessageInfofolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginCopyMessages(Iterable<ImapMessageInfo> messageInfoSet, String folderName, boolean commitDeletions, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins copy operation asynchronously.
messageInfoSet
- The set of ImapMessageInfofolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginCopyMessagesByUids(IConnection connection, Iterable<String> uidSet, String folderName, boolean commitDeletions)
Begins copy operation asynchronously.
connection
- Connection to a serveruidSet
- The set of UID for messagesfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginCopyMessagesByUids(IConnection connection, Iterable<String> uidSet, String folderName, boolean commitDeletions, com.aspose.ms.System.AsyncCallback callback)
Begins copy operation asynchronously.
connection
- Connection to a serveruidSet
- The set of UID for messagesfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginCopyMessagesByUids(IConnection connection, Iterable<String> uidSet, String folderName, boolean commitDeletions, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins copy operation asynchronously.
connection
- Connection to a serveruidSet
- The set of UID for messagesfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginCopyMessagesByUids(Iterable<String> uidSet, String folderName, boolean commitDeletions)
Begins copy operation asynchronously.
uidSet
- The set of UID for messagesfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginCopyMessagesByUids(Iterable<String> uidSet, String folderName, boolean commitDeletions, com.aspose.ms.System.AsyncCallback callback)
Begins copy operation asynchronously.
uidSet
- The set of UID for messagesfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginCopyMessagesByUids(Iterable<String> uidSet, String folderName, boolean commitDeletions, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins copy operation asynchronously.
uidSet
- The set of UID for messagesfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginCopyMessagesBySequences(IConnection connection, Iterable<Integer> sequenceSet, String folderName, boolean commitDeletions)
Begins copy operation asynchronously.
connection
- Connection to a serversequenceSet
- The set of sequence numbers for messagesfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginCopyMessagesBySequences(IConnection connection, Iterable<Integer> sequenceSet, String folderName, boolean commitDeletions, com.aspose.ms.System.AsyncCallback callback)
Begins copy operation asynchronously.
connection
- Connection to a serversequenceSet
- The set of sequence numbers for messagesfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginCopyMessagesBySequences(IConnection connection, Iterable<Integer> sequenceSet, String folderName, boolean commitDeletions, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins copy operation asynchronously.
connection
- Connection to a serversequenceSet
- The set of sequence numbers for messagesfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginCopyMessagesBySequences(Iterable<Integer> sequenceSet, String folderName, boolean commitDeletions)
Begins copy operation asynchronously.
sequenceSet
- The set of sequence numbers for messagesfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginCopyMessagesBySequences(Iterable<Integer> sequenceSet, String folderName, boolean commitDeletions, com.aspose.ms.System.AsyncCallback callback)
Begins copy operation asynchronously.
sequenceSet
- The set of sequence numbers for messagesfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginCopyMessagesBySequences(Iterable<Integer> sequenceSet, String folderName, boolean commitDeletions, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins copy operation asynchronously.
sequenceSet
- The set of sequence numbers for messagesfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginCopyMessages(IConnection connection, String startUid, String endUid, String folderName, boolean commitDeletions)
Begins copy operation asynchronously.
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginCopyMessages(IConnection connection, String startUid, String endUid, String folderName, boolean commitDeletions, com.aspose.ms.System.AsyncCallback callback)
Begins copy operation asynchronously.
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginCopyMessages(IConnection connection, String startUid, String endUid, String folderName, boolean commitDeletions, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins copy operation asynchronously.
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginCopyMessages(String startUid, String endUid, String folderName, boolean commitDeletions)
Begins copy operation asynchronously.
startUid
- The starting UID of a message listendUid
- The ending UID of a message listfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginCopyMessages(String startUid, String endUid, String folderName, boolean commitDeletions, com.aspose.ms.System.AsyncCallback callback)
Begins copy operation asynchronously.
startUid
- The starting UID of a message listendUid
- The ending UID of a message listfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginCopyMessages(String startUid, String endUid, String folderName, boolean commitDeletions, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins copy operation asynchronously.
startUid
- The starting UID of a message listendUid
- The ending UID of a message listfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginCopyMessages(IConnection connection, int startSequence, int endSequence, String folderName, boolean commitDeletions)
Begins copy operation asynchronously.
connection
- Connection to a serverstartSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginCopyMessages(IConnection connection, int startSequence, int endSequence, String folderName, boolean commitDeletions, com.aspose.ms.System.AsyncCallback callback)
Begins copy operation asynchronously.
connection
- Connection to a serverstartSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginCopyMessages(IConnection connection, int startSequence, int endSequence, String folderName, boolean commitDeletions, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins copy operation asynchronously.
connection
- Connection to a serverstartSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginCopyMessages(int startSequence, int endSequence, String folderName, boolean commitDeletions)
Begins copy operation asynchronously.
startSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginCopyMessages(int startSequence, int endSequence, String folderName, boolean commitDeletions, com.aspose.ms.System.AsyncCallback callback)
Begins copy operation asynchronously.
startSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginCopyMessages(int startSequence, int endSequence, String folderName, boolean commitDeletions, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins copy operation asynchronously.
startSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginCopyMessages(IConnection connection, int startSequence, int endSequence, String folderName)
Begins copy operation asynchronously.
connection
- Connection to a serverstartSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listfolderName
- Folder name where a message is to be movedIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginCopyMessages(IConnection connection, int startSequence, int endSequence, String folderName, com.aspose.ms.System.AsyncCallback callback)
Begins copy operation asynchronously.
connection
- Connection to a serverstartSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listfolderName
- Folder name where a message is to be movedcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
connection
- Connection to a serverstartSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listfolderName
- Folder name where a message is to be movedcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginCopyMessages(int startSequence, int endSequence, String folderName)
Begins copy operation asynchronously.
startSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listfolderName
- Folder name where a message is to be movedIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginCopyMessages(int startSequence, int endSequence, String folderName, com.aspose.ms.System.AsyncCallback callback)
Begins copy operation asynchronously.
startSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listfolderName
- Folder name where a message is to be movedcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginCopyMessages(int startSequence, int endSequence, String folderName, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins copy operation asynchronously.
startSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listfolderName
- Folder name where a message is to be movedcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginCopyMessages(IConnection connection, String startUid, String endUid, String folderName)
Begins copy operation asynchronously.
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listfolderName
- Folder name where a message is to be movedIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginCopyMessages(IConnection connection, String startUid, String endUid, String folderName, com.aspose.ms.System.AsyncCallback callback)
Begins copy operation asynchronously.
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listfolderName
- Folder name where a message is to be movedcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listfolderName
- Folder name where a message is to be movedcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginCopyMessages(String startUid, String endUid, String folderName)
Begins copy operation asynchronously.
startUid
- The starting UID of a message listendUid
- The ending UID of a message listfolderName
- Folder name where a message is to be movedIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginCopyMessages(String startUid, String endUid, String folderName, com.aspose.ms.System.AsyncCallback callback)
Begins copy operation asynchronously.
startUid
- The starting UID of a message listendUid
- The ending UID of a message listfolderName
- Folder name where a message is to be movedcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginCopyMessages(String startUid, String endUid, String folderName, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins copy operation asynchronously.
startUid
- The starting UID of a message listendUid
- The ending UID of a message listfolderName
- Folder name where a message is to be movedcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginCopyMessagesBySequences(IConnection connection, Iterable<Integer> sequenceSet, String folderName)
Begins copy operation asynchronously.
connection
- Connection to a serversequenceSet
- The set of sequence numbers for messagesfolderName
- Folder name where a message is to be movedIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginCopyMessagesBySequences(IConnection connection, Iterable<Integer> sequenceSet, String folderName, com.aspose.ms.System.AsyncCallback callback)
Begins copy operation asynchronously.
connection
- Connection to a serversequenceSet
- The set of sequence numbers for messagesfolderName
- Folder name where a message is to be movedcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
connection
- Connection to a serversequenceSet
- The set of sequence numbers for messagesfolderName
- Folder name where a message is to be movedcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginCopyMessagesBySequences(Iterable<Integer> sequenceSet, String folderName)
Begins copy operation asynchronously.
sequenceSet
- The set of sequence numbers for messagesfolderName
- Folder name where a message is to be movedIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginCopyMessagesBySequences(Iterable<Integer> sequenceSet, String folderName, com.aspose.ms.System.AsyncCallback callback)
Begins copy operation asynchronously.
sequenceSet
- The set of sequence numbers for messagesfolderName
- Folder name where a message is to be movedcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginCopyMessagesBySequences(Iterable<Integer> sequenceSet, String folderName, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins copy operation asynchronously.
sequenceSet
- The set of sequence numbers for messagesfolderName
- Folder name where a message is to be movedcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginCopyMessagesByUids(IConnection connection, Iterable<String> uidSet, String folderName)
Begins copy operation asynchronously.
connection
- Connection to a serveruidSet
- The set of UID for messagesfolderName
- Folder name where a message is to be movedIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginCopyMessagesByUids(IConnection connection, Iterable<String> uidSet, String folderName, com.aspose.ms.System.AsyncCallback callback)
Begins copy operation asynchronously.
connection
- Connection to a serveruidSet
- The set of UID for messagesfolderName
- Folder name where a message is to be movedcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
connection
- Connection to a serveruidSet
- The set of UID for messagesfolderName
- Folder name where a message is to be movedcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginCopyMessagesByUids(Iterable<String> uidSet, String folderName)
Begins copy operation asynchronously.
uidSet
- The set of UID for messagesfolderName
- Folder name where a message is to be movedIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginCopyMessagesByUids(Iterable<String> uidSet, String folderName, com.aspose.ms.System.AsyncCallback callback)
Begins copy operation asynchronously.
uidSet
- The set of UID for messagesfolderName
- Folder name where a message is to be movedcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginCopyMessagesByUids(Iterable<String> uidSet, String folderName, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins copy operation asynchronously.
uidSet
- The set of UID for messagesfolderName
- Folder name where a message is to be movedcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginCopyMessages(IConnection connection, Iterable<ImapMessageInfo> messageInfoSet, String folderName)
Begins copy operation asynchronously.
connection
- Connection to a servermessageInfoSet
- The set of ImapMessageInfofolderName
- Folder name where a message is to be movedIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginCopyMessages(IConnection connection, Iterable<ImapMessageInfo> messageInfoSet, String folderName, com.aspose.ms.System.AsyncCallback callback)
Begins copy operation asynchronously.
connection
- Connection to a servermessageInfoSet
- The set of ImapMessageInfofolderName
- Folder name where a message is to be movedcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
connection
- Connection to a servermessageInfoSet
- The set of ImapMessageInfofolderName
- Folder name where a message is to be movedcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginCopyMessages(Iterable<ImapMessageInfo> messageInfoSet, String folderName)
Begins copy operation asynchronously.
messageInfoSet
- The set of ImapMessageInfofolderName
- Folder name where a message is to be movedIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginCopyMessages(Iterable<ImapMessageInfo> messageInfoSet, String folderName, com.aspose.ms.System.AsyncCallback callback)
Begins copy operation asynchronously.
messageInfoSet
- The set of ImapMessageInfofolderName
- Folder name where a message is to be movedcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginCopyMessages(Iterable<ImapMessageInfo> messageInfoSet, String folderName, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins copy operation asynchronously.
messageInfoSet
- The set of ImapMessageInfofolderName
- Folder name where a message is to be movedcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final void endCopyMessages(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete.
asyncResult
- The reference to the pending asynchronous request to wait for.@Deprecated public final void copyMessages(IConnection connection, String startUid, String endUid, String folderName, boolean commitDeletions)
Copy messages
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.@Deprecated public final void copyMessages(String startUid, String endUid, String folderName, boolean commitDeletions)
Copy messages
startUid
- The starting UID of a message listendUid
- The ending UID of a message listfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.@Deprecated public final void copyMessagesBySequences(IConnection connection, Iterable<Integer> sequenceSet, String folderName, boolean commitDeletions)
Copy the messaeg
connection
- Connection to a serversequenceSet
- The set of sequence numbers for messagesfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.@Deprecated public final void copyMessages(IConnection connection, Iterable<ImapMessageInfo> messageInfoSet, String folderName, boolean commitDeletions)
Copy messages
connection
- Connection to a servermessageInfoSet
- The set of ImapMessageInfofolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.@Deprecated public final void copyMessages(Iterable<ImapMessageInfo> messageInfoSet, String folderName, boolean commitDeletions)
Copy messages
messageInfoSet
- The set of ImapMessageInfofolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.@Deprecated public final void copyMessagesByUids(IConnection connection, Iterable<String> uidSet, String folderName, boolean commitDeletions)
Copy messages
connection
- Connection to a serveruidSet
- The set of UID for messagesfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.@Deprecated public final void copyMessagesByUids(Iterable<String> uidSet, String folderName, boolean commitDeletions)
Copy messages
uidSet
- The set of UID for messagesfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.@Deprecated public final void copyMessages(IConnection connection, int startSequence, int endSequence, String folderName, boolean commitDeletions)
Copy the messaeg
connection
- Connection to a serverstartSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.@Deprecated public final void copyMessages(int startSequence, int endSequence, String folderName, boolean commitDeletions)
Copy messages
startSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.public final void copyMessages(IConnection connection, int startSequence, int endSequence, String folderName)
Copy the messaeg
connection
- Connection to a serverstartSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listfolderName
- Folder name where a message is to be movedpublic final void copyMessages(int startSequence, int endSequence, String folderName)
Copy messages
startSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listfolderName
- Folder name where a message is to be movedpublic final void copyMessages(IConnection connection, String startUid, String endUid, String folderName)
Copy messages
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listfolderName
- Folder name where a message is to be movedpublic final void copyMessages(String startUid, String endUid, String folderName)
Copy messages
startUid
- The starting UID of a message listendUid
- The ending UID of a message listfolderName
- Folder name where a message is to be movedpublic final void copyMessagesBySequences(Iterable<Integer> sequenceSet, String folderName, boolean commitDeletions)
Copy messages
sequenceSet
- The set of sequence numbers for messagesfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.public final void copyMessagesBySequences(IConnection connection, Iterable<Integer> sequenceSet, String folderName)
Copy the messaeg
connection
- Connection to a serversequenceSet
- The set of sequence numbers for messagesfolderName
- Folder name where a message is to be movedpublic final void copyMessagesBySequences(Iterable<Integer> sequenceSet, String folderName)
Copy messages
sequenceSet
- The set of sequence numbers for messagesfolderName
- Folder name where a message is to be movedpublic final void copyMessagesByUids(IConnection connection, Iterable<String> uidSet, String folderName)
Copy messages
connection
- Connection to a serveruidSet
- The set of UID for messagesfolderName
- Folder name where a message is to be movedpublic final void copyMessagesByUids(Iterable<String> uidSet, String folderName)
Copy messages
uidSet
- The set of UID for messagesfolderName
- Folder name where a message is to be movedpublic final void copyMessages(IConnection connection, Iterable<ImapMessageInfo> messageInfoSet, String folderName)
Copy messages
connection
- Connection to a servermessageInfoSet
- The set of ImapMessageInfofolderName
- Folder name where a message is to be movedpublic final void copyMessages(Iterable<ImapMessageInfo> messageInfoSet, String folderName)
Copy messages
messageInfoSet
- The set of ImapMessageInfofolderName
- Folder name where a message is to be movedpublic final com.aspose.ms.System.IAsyncResult beginCreateFolder(IConnection connection, String folderName)
Begins an asynchronous folder creation.
connection
- Connection to a serverfolderName
- Name of the folder.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginCreateFolder(IConnection connection, String folderName, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous folder creation.
connection
- Connection to a serverfolderName
- Name of the folder.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginCreateFolder(IConnection connection, String folderName, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins an asynchronous folder creation.
connection
- Connection to a serverfolderName
- Name of the folder.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginCreateFolder(String folderName)
Begins an asynchronous folder creation.
folderName
- Name of the folder.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginCreateFolder(String folderName, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous folder creation.
folderName
- Name of the folder.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginCreateFolder(String folderName, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins an asynchronous folder creation.
folderName
- Name of the folder.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final void endCreateFolder(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous folder creation to complete.
asyncResult
- The reference to the pending
asynchronous request to wait for.public final void createFolder(IConnection connection, String folderName)
Creates a folder with the specified name
connection
- Connection to a serverfolderName
- Folder to be createdpublic final void createFolder(String folderName)
Creates a folder with the specified name
folderName
- Folder to be createdpublic final String getDelimiter()
Gets or sets delimiter of folders hierarhy.
public final void setDelimiter(String value)
Gets or sets delimiter of folders hierarhy.
public final boolean getAutoCommit()
Indicates, whether commit operation are executed automatically when folder is changed or before connection is closed.
public final void setAutoCommit(boolean value)
Indicates, whether commit operation are executed automatically when folder is changed or before connection is closed.
public final boolean getReadOnly()
Gets or sets value which indicates if changes to the permanent state of the mailbox, including per-user state, are permitted.
public final void setReadOnly(boolean value)
Gets or sets value which indicates if changes to the permanent state of the mailbox, including per-user state, are permitted.
public final boolean getQuotaSupported()
Gets information whether quota is supported
public final void setQuotaSupported(boolean value)
Gets information whether quota is supported
public final boolean getExtendedListSupported()
Gets information whether LIST Command Extension is supported See more https://tools.ietf.org/html/rfc5258
public final void setExtendedListSupported(boolean value)
Gets information whether LIST Command Extension is supported See more https://tools.ietf.org/html/rfc5258
public final boolean getSpecialUseSupported()
Gets information whether Special-Use Mailboxes is supported See more: https://tools.ietf.org/html/rfc6154
public final void setSpecialUseSupported(boolean value)
Gets information whether Special-Use Mailboxes is supported See more: https://tools.ietf.org/html/rfc6154
public final boolean getIdSupported()
Gets information whether ID extension is supported See more: https://tools.ietf.org/html/rfc2971
public final void setIdSupported(boolean value)
Gets information whether ID extension is supported See more: https://tools.ietf.org/html/rfc2971
public final boolean getNamespaceSupported()
Gets information whether NAMESPACE extension is supported See more: https://tools.ietf.org/html/rfc2342
public final void setNamespaceSupported(boolean value)
Gets information whether NAMESPACE extension is supported See more: https://tools.ietf.org/html/rfc2342
public final boolean getUnselectSupported()
Gets information whether UNSELECT extension is supported See more: https://tools.ietf.org/html/rfc2342
public final void setUnselectSupported(boolean value)
Gets information whether UNSELECT extension is supported See more: https://tools.ietf.org/html/rfc2342
public final boolean getSaslIrSupported()
Gets information whether SASL Initial Client Response extension is supported See more: https://tools.ietf.org/html/rfc4959
public final void setSaslIrSupported(boolean value)
Gets information whether SASL Initial Client Response extension is supported See more: https://tools.ietf.org/html/rfc4959
public final boolean getMoveSupported()
Gets information whether MOVE extension is supported See more: https://tools.ietf.org/html/rfc6851
public final void setMoveSupported(boolean value)
Gets information whether MOVE extension is supported See more: https://tools.ietf.org/html/rfc6851
public final boolean getCondstoreSupported()
Gets information whether CONDSTORE extension is supported See more: https://tools.ietf.org/html/rfc7162
public final void setCondstoreSupported(boolean value)
Gets information whether CONDSTORE extension is supported See more: https://tools.ietf.org/html/rfc7162
public final boolean getQresyncSupported()
Gets information whether QRESYNC extension is supported See more: https://tools.ietf.org/html/rfc7162
public final void setQresyncSupported(boolean value)
Gets information whether QRESYNC extension is supported See more: https://tools.ietf.org/html/rfc7162
public final boolean getAnnotateSupported()
Gets information whether ANNOTATE extension is supported See more: https://tools.ietf.org/html/rfc5257
public final void setAnnotateSupported(boolean value)
Gets information whether ANNOTATE extension is supported See more: https://tools.ietf.org/html/rfc5257
public final boolean getUidPlusSupported()
Gets information whether UIDPLUS extension is supported See more: https://tools.ietf.org/html/rfc4315
public final void setUidPlusSupported(boolean value)
Gets information whether UIDPLUS extension is supported See more: https://tools.ietf.org/html/rfc4315
public final boolean getEnableSupported()
Gets information whether ENABLE extension is supported See more: https://tools.ietf.org/html/rfc5161
public final void setEnableSupported(boolean value)
Gets information whether ENABLE extension is supported See more: https://tools.ietf.org/html/rfc5161
public final boolean getChildrenSupported()
Gets information whether CHILDREN extension is supported See more: https://tools.ietf.org/html/rfc3348
public final void setChildrenSupported(boolean value)
Gets information whether CHILDREN extension is supported See more: https://tools.ietf.org/html/rfc3348
public final boolean getESearchSupported()
Gets information whether ESEARCH extension is supported See more: https://tools.ietf.org/html/rfc4731
public final void setESearchSupported(boolean value)
Gets information whether ESEARCH extension is supported See more: https://tools.ietf.org/html/rfc4731
public final boolean getCompressSupported()
Gets information whether COMPRESS extension is supported See more: https://tools.ietf.org/html/rfc4978
public final void setCompressSupported(boolean value)
Gets information whether COMPRESS extension is supported See more: https://tools.ietf.org/html/rfc4978
public final int getServerSupportedCompression()
Gets information which compression types are supported by a server. See more: https://tools.ietf.org/html/rfc4978
public final boolean getExchangeIdAutomatically()
Gets or sets value which indicates whether client should to introduce information about itself to a server automatically. See more: https://tools.ietf.org/html/rfc2971
public final void setExchangeIdAutomatically(boolean value)
Gets or sets value which indicates whether client should to introduce information about itself to a server automatically. See more: https://tools.ietf.org/html/rfc2971
public final ImapIdentificationInfo getClientIdentificationInfo()
Gets or sets client identification information See more: https://tools.ietf.org/html/rfc2971
public final void setClientIdentificationInfo(ImapIdentificationInfo value)
Gets or sets client identification information See more: https://tools.ietf.org/html/rfc2971
public final ImapIdentificationInfo getServerIdentificationInfo()
Gets server identification information See more: https://tools.ietf.org/html/rfc2971
public final ImapMailboxInfo getMailboxInfo()
Gets set of special-use mailboxes See more: http://tools.ietf.org/html/rfc6154 and https://tools.ietf.org/html/rfc8457
public int getDefaultPort()
Gets default port for client
getDefaultPort
in class EmailClient
public static String getDefaultFolder()
Default folder for ImapClients
public static void setDefaultFolder(String value)
Default folder for ImapClients
public final ImapFolderInfo getCurrentFolder()
Gets the current folder
Value: ImapFolderInfo that represents current folderpublic final void setCurrentFolder(ImapFolderInfo value)
Gets the current folder
Value: ImapFolderInfo that represents current folderpublic void dispose()
Finalizes all operations with a server.
dispose
in interface com.aspose.ms.System.IDisposable
dispose
in class EmailClient
public final com.aspose.ms.System.IAsyncResult beginDeleteFolder(IConnection connection, String folderName)
Begins an asynchronous folder deletion.
connection
- Connection to a serverfolderName
- Name of the folder.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteFolder(IConnection connection, String folderName, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous folder deletion.
connection
- Connection to a serverfolderName
- Name of the folder.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteFolder(IConnection connection, String folderName, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins an asynchronous folder deletion.
connection
- Connection to a serverfolderName
- Name of the folder.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteFolder(String folderName)
Begins an asynchronous folder deletion.
folderName
- Name of the folder.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteFolder(String folderName, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous folder deletion.
folderName
- Name of the folder.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteFolder(String folderName, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins an asynchronous folder deletion.
folderName
- Name of the folder.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final void endDeleteFolder(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous folder deletion to complete.
asyncResult
- The reference to the pending
asynchronous request to wait for.public final void deleteFolder(IConnection connection, String folderName)
Deletes a specified folder. This method represents IMAP DELETE command
connection
- Connection to a serverfolderName
- Folder to be deletedpublic final void deleteFolder(String folderName)
Deletes a specified folder. This method represents IMAP DELETE command
folderName
- Folder to be deletedpublic final com.aspose.ms.System.IAsyncResult beginDeleteMessage(String uniqueId, boolean commitNow)
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
uniqueId
- The uid of the messagecommitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessage(String uniqueId, boolean commitNow, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
uniqueId
- The uid of the messagecommitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessage(String uniqueId, boolean commitNow, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
uniqueId
- The uid of the messagecommitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessage(IConnection connection, String uniqueId, boolean commitNow)
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection
- Connection to a serveruniqueId
- The uid of the messagecommitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessage(IConnection connection, String uniqueId, boolean commitNow, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection
- Connection to a serveruniqueId
- The uid of the messagecommitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection
- Connection to a serveruniqueId
- The uid of the messagecommitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessage(String uniqueId, long modificationSequence, boolean commitNow)
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
uniqueId
- The uid of the messagemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162commitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessage(String uniqueId, long modificationSequence, boolean commitNow, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
uniqueId
- The uid of the messagemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162commitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
uniqueId
- The uid of the messagemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162commitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessage(IConnection connection, String uniqueId, long modificationSequence, boolean commitNow)
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection
- Connection to a serveruniqueId
- The uid of the messagemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162commitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315IAsyncResult
that represents the status of an asynchronous operation.public final 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. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection
- Connection to a serveruniqueId
- The uid of the messagemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162commitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection
- Connection to a serveruniqueId
- The uid of the messagemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162commitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessage(IConnection connection, String uniqueId, long modificationSequence)
Begins an asynchronous message deletion.
connection
- Connection to a serveruniqueId
- The uid of the messagemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessage(IConnection connection, String uniqueId, long modificationSequence, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
connection
- Connection to a serveruniqueId
- The uid of the messagemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
connection
- Connection to a serveruniqueId
- The uid of the messagemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessage(IConnection connection, int sequenceNumber, long modificationSequence)
Marks a message with the specified sequence number as deleted asynchronously
connection
- Connection to a serversequenceNumber
- The sequence number of messagemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serversequenceNumber
- The sequence number of messagemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serversequenceNumber
- The sequence number of messagemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessage(String uniqueId, long modificationSequence)
Begins an asynchronous message deletion.
uniqueId
- The uid of the messagemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessage(String uniqueId, long modificationSequence, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
uniqueId
- The uid of the messagemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessage(String uniqueId, long modificationSequence, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins an asynchronous message deletion.
uniqueId
- The uid of the messagemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessage(int sequenceNumber, long modificationSequence)
Marks a message with the specified sequence number as deleted asynchronously
sequenceNumber
- The sequence number of messagemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final 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
sequenceNumber
- The sequence number of messagemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
sequenceNumber
- The sequence number of messagemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessage(IConnection connection, String uniqueId)
Begins an asynchronous message deletion.
connection
- Connection to a serveruniqueId
- The uid of the messageIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessage(IConnection connection, String uniqueId, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
connection
- Connection to a serveruniqueId
- The uid of the messagecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessage(IConnection connection, String uniqueId, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins an asynchronous message deletion.
connection
- Connection to a serveruniqueId
- The uid of the messagecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessage(IConnection connection, int sequenceNumber)
Marks a message with the specified sequence number as deleted asynchronously
connection
- Connection to a serversequenceNumber
- The sequence number of messageIAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serversequenceNumber
- The sequence number of messagecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serversequenceNumber
- The sequence number of messagecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessage(String uniqueId)
Begins an asynchronous message deletion.
uniqueId
- The uid of the messageIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessage(String uniqueId, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
uniqueId
- The uid of the messagecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessage(String uniqueId, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins an asynchronous message deletion.
uniqueId
- The uid of the messagecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessage(int sequenceNumber)
Marks a message with the specified sequence number as deleted asynchronously
sequenceNumber
- The sequence number of messageIAsyncResult
that represents the status of an asynchronous operation.public final 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
sequenceNumber
- The sequence number of messagecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
sequenceNumber
- The sequence number of messagecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final void endDeleteMessage(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous message deletion to complete.
asyncResult
- The reference to the pending asynchronous request to wait for.public final void deleteMessage(IConnection connection, int sequenceNumber)
Marks a message with the specified sequence number as deleted
connection
- Connection to a serversequenceNumber
- Sequence number of a messagepublic final void deleteMessage(IConnection connection, String uniqueId)
Marks a message with the specified sequence number as deleted
connection
- Connection to a serveruniqueId
- The uid of the messagepublic final void deleteMessage(int sequenceNumber)
Marks a message with the specified sequence number as deleted
sequenceNumber
- Sequence number of a messagepublic final void deleteMessage(String uniqueId)
Marks a message with the specified sequence number as deleted
uniqueId
- The uid of the messagepublic final void deleteMessage(IConnection connection, int sequenceNumber, long modificationSequence)
Marks a message with the specified sequence number as deleted
connection
- Connection to a serversequenceNumber
- Sequence number of a messagemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final void deleteMessage(IConnection connection, String uniqueId, long modificationSequence)
Marks a message with the specified unique identifier as deleted
connection
- Connection to a serveruniqueId
- The uid of the messagemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final void deleteMessage(int sequenceNumber, long modificationSequence)
Marks a message with the specified sequence number as deleted
sequenceNumber
- Sequence number of a messagemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final void deleteMessage(String uniqueId, long modificationSequence)
Marks a message with the specified unique identifier as deleted
uniqueId
- The uid of the messagemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final void deleteMessage(String uniqueId, boolean commitNow)
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
uniqueId
- The uid of the messagecommitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315public final void deleteMessage(IConnection connection, String uniqueId, boolean commitNow)
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection
- Connection to a serveruniqueId
- The uid of the messagecommitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315public final void deleteMessage(String uniqueId, long modificationSequence, boolean commitNow)
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
uniqueId
- The uid of the messagemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162commitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315public final void deleteMessage(IConnection connection, String uniqueId, long modificationSequence, boolean commitNow)
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection
- Connection to a serveruniqueId
- The uid of the messagemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162commitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315public final com.aspose.ms.System.IAsyncResult beginDeleteMessages(String startUid, String endUid, boolean commitNow)
Begins an asynchronous messages deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
startUid
- The starting UID of a message listendUid
- The ending UID of a message listcommitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessages(String startUid, String endUid, boolean commitNow, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
startUid
- The starting UID of a message listendUid
- The ending UID of a message listcommitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
startUid
- The starting UID of a message listendUid
- The ending UID of a message listcommitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessages(IConnection connection, String startUid, String endUid, boolean commitNow)
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listcommitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315IAsyncResult
that represents the status of an asynchronous operation.public final 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. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listcommitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listcommitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessages(String startUid, String endUid, long modificationSequence, boolean commitNow)
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
startUid
- The starting UID of a message listendUid
- The ending UID of a message listmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162commitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315IAsyncResult
that represents the status of an asynchronous operation.public final 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. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
startUid
- The starting UID of a message listendUid
- The ending UID of a message listmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162commitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
startUid
- The starting UID of a message listendUid
- The ending UID of a message listmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162commitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessages(IConnection connection, String startUid, String endUid, long modificationSequence, boolean commitNow)
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162commitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315IAsyncResult
that represents the status of an asynchronous operation.public final 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. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162commitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162commitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessages(IConnection connection, String startUid, String endUid, long modificationSequence)
Begins an asynchronous message deletion.
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final 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.
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverstartSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverstartSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverstartSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessages(String startUid, String endUid, long modificationSequence)
Begins an asynchronous message deletion.
startUid
- The starting UID of a message listendUid
- The ending UID of a message listmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessages(String startUid, String endUid, long modificationSequence, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
startUid
- The starting UID of a message listendUid
- The ending UID of a message listmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
startUid
- The starting UID of a message listendUid
- The ending UID of a message listmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessages(int startSequence, int endSequence, long modificationSequence)
Marks a message with the specified sequence number as deleted asynchronously
startSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final 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
startSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
startSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessages(IConnection connection, String startUid, String endUid)
Begins an asynchronous message deletion.
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessages(IConnection connection, String startUid, String endUid, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessages(IConnection connection, int startSequence, int endSequence)
Marks a message with the specified sequence number as deleted asynchronously
connection
- Connection to a serverstartSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listIAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverstartSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverstartSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessages(String startUid, String endUid)
Begins an asynchronous message deletion.
startUid
- The starting UID of a message listendUid
- The ending UID of a message listIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessages(String startUid, String endUid, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
startUid
- The starting UID of a message listendUid
- The ending UID of a message listcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessages(String startUid, String endUid, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins an asynchronous message deletion.
startUid
- The starting UID of a message listendUid
- The ending UID of a message listcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessages(int startSequence, int endSequence)
Marks a message with the specified sequence number as deleted asynchronously
startSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listIAsyncResult
that represents the status of an asynchronous operation.public final 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
startSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
startSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessages(Iterable<ImapMessageInfo> messageInfoSet, long modificationSequence)
Begins an asynchronous message deletion.
messageInfoSet
- The set of ImapMessageInfo for deletionmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessages(Iterable<ImapMessageInfo> messageInfoSet, long modificationSequence, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
messageInfoSet
- The set of ImapMessageInfo for deletionmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessages(Iterable<ImapMessageInfo> messageInfoSet, long modificationSequence, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins an asynchronous message deletion.
messageInfoSet
- The set of ImapMessageInfo for deletionmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessages(Iterable<ImapMessageInfo> messageInfoSet)
Begins an asynchronous message deletion.
messageInfoSet
- The set of ImapMessageInfo for deletionIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessages(Iterable<ImapMessageInfo> messageInfoSet, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
messageInfoSet
- The set of ImapMessageInfo for deletioncallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessages(Iterable<ImapMessageInfo> messageInfoSet, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins an asynchronous message deletion.
messageInfoSet
- The set of ImapMessageInfo for deletioncallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessages(IConnection connection, Iterable<ImapMessageInfo> messageInfoSet)
Begins an asynchronous message deletion.
connection
- Connection to a servermessageInfoSet
- The set of ImapMessageInfo for deletionIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessages(IConnection connection, Iterable<ImapMessageInfo> messageInfoSet, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
connection
- Connection to a servermessageInfoSet
- The set of ImapMessageInfo for deletioncallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessages(IConnection connection, Iterable<ImapMessageInfo> messageInfoSet, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins an asynchronous message deletion.
connection
- Connection to a servermessageInfoSet
- The set of ImapMessageInfo for deletioncallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessages(Iterable<ImapMessageInfo> messageInfoSet, boolean commitNow)
Begins an asynchronous messages deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
messageInfoSet
- The set of ImapMessageInfo for deletioncommitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessages(Iterable<ImapMessageInfo> messageInfoSet, boolean commitNow, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
messageInfoSet
- The set of ImapMessageInfo for deletioncommitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessages(Iterable<ImapMessageInfo> messageInfoSet, boolean commitNow, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
messageInfoSet
- The set of ImapMessageInfo for deletioncommitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessages(IConnection connection, Iterable<ImapMessageInfo> messageInfoSet, boolean commitNow)
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection
- Connection to a servermessageInfoSet
- The set of ImapMessageInfo for deletioncommitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessages(IConnection connection, Iterable<ImapMessageInfo> messageInfoSet, boolean commitNow, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection
- Connection to a servermessageInfoSet
- The set of ImapMessageInfo for deletioncommitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection
- Connection to a servermessageInfoSet
- The set of ImapMessageInfo for deletioncommitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessages(Iterable<ImapMessageInfo> messageInfoSet, long modificationSequence, boolean commitNow)
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
messageInfoSet
- The set of ImapMessageInfo for deletionmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162commitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessages(Iterable<ImapMessageInfo> messageInfoSet, long modificationSequence, boolean commitNow, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
messageInfoSet
- The set of ImapMessageInfo for deletionmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162commitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
messageInfoSet
- The set of ImapMessageInfo for deletionmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162commitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessages(IConnection connection, Iterable<ImapMessageInfo> messageInfoSet, long modificationSequence, boolean commitNow)
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection
- Connection to a servermessageInfoSet
- The set of ImapMessageInfo for deletionmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162commitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315IAsyncResult
that represents the status of an asynchronous operation.public final 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. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection
- Connection to a servermessageInfoSet
- The set of ImapMessageInfo for deletionmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162commitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection
- Connection to a servermessageInfoSet
- The set of ImapMessageInfo for deletionmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162commitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessages(IConnection connection, Iterable<ImapMessageInfo> messageInfoSet, long modificationSequence)
Begins an asynchronous message deletion.
connection
- Connection to a servermessageInfoSet
- The set of ImapMessageInfo for deletionmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessages(IConnection connection, Iterable<ImapMessageInfo> messageInfoSet, long modificationSequence, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
connection
- Connection to a servermessageInfoSet
- The set of ImapMessageInfo for deletionmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
connection
- Connection to a servermessageInfoSet
- The set of ImapMessageInfo for deletionmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessagesByUids(Iterable<String> uidSet, boolean commitNow)
Begins an asynchronous messages deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
uidSet
- The set of UID for messagescommitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessagesByUids(Iterable<String> uidSet, boolean commitNow, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
uidSet
- The set of UID for messagescommitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessagesByUids(Iterable<String> uidSet, boolean commitNow, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
uidSet
- The set of UID for messagescommitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessagesByUids(IConnection connection, Iterable<String> uidSet, boolean commitNow)
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection
- Connection to a serveruidSet
- The set of UID for messagescommitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessagesByUids(IConnection connection, Iterable<String> uidSet, boolean commitNow, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection
- Connection to a serveruidSet
- The set of UID for messagescommitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection
- Connection to a serveruidSet
- The set of UID for messagescommitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessagesByUids(Iterable<String> uidSet, long modificationSequence, boolean commitNow)
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
uidSet
- The set of UID for messagesmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162commitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessagesByUids(Iterable<String> uidSet, long modificationSequence, boolean commitNow, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
uidSet
- The set of UID for messagesmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162commitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
uidSet
- The set of UID for messagesmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162commitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessagesByUids(IConnection connection, Iterable<String> uidSet, long modificationSequence, boolean commitNow)
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection
- Connection to a serveruidSet
- The set of UID for messagesmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162commitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315IAsyncResult
that represents the status of an asynchronous operation.public final 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. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection
- Connection to a serveruidSet
- The set of UID for messagesmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162commitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection
- Connection to a serveruidSet
- The set of UID for messagesmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162commitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessagesByUids(IConnection connection, Iterable<String> uidSet, long modificationSequence)
Begins an asynchronous message deletion.
connection
- Connection to a serveruidSet
- The set of UID for messagesmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessagesByUids(IConnection connection, Iterable<String> uidSet, long modificationSequence, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
connection
- Connection to a serveruidSet
- The set of UID for messagesmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
connection
- Connection to a serveruidSet
- The set of UID for messagesmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessagesBySequences(IConnection connection, Iterable<Integer> sequenceSet, long modificationSequence)
Marks a message with the specified sequence number as deleted asynchronously
connection
- Connection to a serversequenceSet
- The set of sequence numbers for messagesmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serversequenceSet
- The set of sequence numbers for messagesmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serversequenceSet
- The set of sequence numbers for messagesmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessagesByUids(Iterable<String> uidSet, long modificationSequence)
Begins an asynchronous message deletion.
uidSet
- The set of UID for messagesmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessagesByUids(Iterable<String> uidSet, long modificationSequence, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
uidSet
- The set of UID for messagesmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessagesByUids(Iterable<String> uidSet, long modificationSequence, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins an asynchronous message deletion.
uidSet
- The set of UID for messagesmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessagesBySequences(Iterable<Integer> sequenceSet, long modificationSequence)
Marks a message with the specified sequence number as deleted asynchronously
sequenceSet
- The set of sequence numbers for messagesmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final 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
sequenceSet
- The set of sequence numbers for messagesmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
sequenceSet
- The set of sequence numbers for messagesmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessagesByUids(IConnection connection, Iterable<String> uidSet)
Begins an asynchronous message deletion.
connection
- Connection to a serveruidSet
- The set of UID for messagesIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessagesByUids(IConnection connection, Iterable<String> uidSet, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
connection
- Connection to a serveruidSet
- The set of UID for messagescallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessagesByUids(IConnection connection, Iterable<String> uidSet, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins an asynchronous message deletion.
connection
- Connection to a serveruidSet
- The set of UID for messagescallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessagesBySequences(IConnection connection, Iterable<Integer> sequenceSet)
Marks a message with the specified sequence number as deleted asynchronously
connection
- Connection to a serversequenceSet
- The set of sequence numbers for messagesIAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serversequenceSet
- The set of sequence numbers for messagescallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serversequenceSet
- The set of sequence numbers for messagescallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessagesByUids(Iterable<String> uidSet)
Begins an asynchronous message deletion.
uidSet
- The set of UID for messagesIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessagesByUids(Iterable<String> uidSet, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
uidSet
- The set of UID for messagescallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessagesByUids(Iterable<String> uidSet, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins an asynchronous message deletion.
uidSet
- The set of UID for messagescallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginDeleteMessagesBySequences(Iterable<Integer> sequenceSet)
Marks a message with the specified sequence number as deleted asynchronously
sequenceSet
- The set of sequence numbers for messagesIAsyncResult
that represents the status of an asynchronous operation.public final 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
sequenceSet
- The set of sequence numbers for messagescallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
sequenceSet
- The set of sequence numbers for messagescallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final void endDeleteMessages(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous message deletion to complete.
asyncResult
- The reference to the pending asynchronous request to wait for.public final void deleteMessagesBySequences(IConnection connection, Iterable<Integer> sequenceSet)
Marks a message with the specified sequence number as deleted
connection
- Connection to a serversequenceSet
- The set of sequence numbers for messagespublic final void deleteMessagesByUids(IConnection connection, Iterable<String> uidSet)
Marks a message with the specified sequence number as deleted
connection
- Connection to a serveruidSet
- The set of UID for messagespublic final void deleteMessagesBySequences(Iterable<Integer> sequenceSet)
Marks a message with the specified sequence number as deleted
sequenceSet
- The set of sequence numbers for messagespublic final void deleteMessagesByUids(Iterable<String> uidSet)
Marks a message with the specified sequence number as deleted
uidSet
- The set of UID for messagespublic final void deleteMessagesBySequences(IConnection connection, Iterable<Integer> sequenceSet, long modificationSequence)
Marks a message with the specified sequence number as deleted
connection
- Connection to a serversequenceSet
- The set of sequence numbers for messagesmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final void deleteMessagesByUids(IConnection connection, Iterable<String> uidSet, long modificationSequence)
Marks a message with the specified unique identifier as deleted
connection
- Connection to a serveruidSet
- The set of UID for messagesmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final void deleteMessagesBySequences(Iterable<Integer> sequenceSet, long modificationSequence)
Marks a message with the specified sequence number as deleted
sequenceSet
- The set of sequence numbers for messagesmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final void deleteMessagesByUids(Iterable<String> uidSet, long modificationSequence)
Marks a message with the specified unique identifier as deleted
uidSet
- The set of UID for messagesmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final void deleteMessagesByUids(Iterable<String> uidSet, boolean commitNow)
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
uidSet
- The set of UID for messagescommitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315public final void deleteMessagesByUids(IConnection connection, Iterable<String> uidSet, boolean commitNow)
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection
- Connection to a serveruidSet
- The set of UID for messagescommitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315public final void deleteMessagesByUids(Iterable<String> uidSet, long modificationSequence, boolean commitNow)
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
uidSet
- The set of UID for messagesmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162commitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315public final void deleteMessagesByUids(IConnection connection, Iterable<String> uidSet, long modificationSequence, boolean commitNow)
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection
- Connection to a serveruidSet
- The set of UID for messagesmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162commitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315public final void deleteMessages(IConnection connection, int startSequence, int endSequence)
Marks a message with the specified sequence number as deleted
connection
- Connection to a serverstartSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listpublic final void deleteMessages(IConnection connection, String startUid, String endUid)
Marks a message with the specified sequence number as deleted
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listpublic final void deleteMessages(int startSequence, int endSequence)
Marks a message with the specified sequence number as deleted
startSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listpublic final void deleteMessages(String startUid, String endUid)
Marks a message with the specified sequence number as deleted
startUid
- The starting UID of a message listendUid
- The ending UID of a message listpublic final void deleteMessages(IConnection connection, int startSequence, int endSequence, long modificationSequence)
Marks a message with the specified sequence number as deleted
connection
- Connection to a serverstartSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final void deleteMessages(IConnection connection, String startUid, String endUid, long modificationSequence)
Marks a message with the specified unique identifier as deleted
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final void deleteMessages(int startSequence, int endSequence, long modificationSequence)
Marks a message with the specified sequence number as deleted
startSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final void deleteMessages(String startUid, String endUid, long modificationSequence)
Marks a message with the specified unique identifier as deleted
startUid
- The starting UID of a message listendUid
- The ending UID of a message listmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final void deleteMessages(String startUid, String endUid, boolean commitNow)
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
startUid
- The starting UID of a message listendUid
- The ending UID of a message listcommitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315public final void deleteMessages(IConnection connection, String startUid, String endUid, boolean commitNow)
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listcommitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315public final void deleteMessages(String startUid, String endUid, long modificationSequence, boolean commitNow)
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
startUid
- The starting UID of a message listendUid
- The ending UID of a message listmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162commitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315public final void deleteMessages(IConnection connection, String startUid, String endUid, long modificationSequence, boolean commitNow)
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162commitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315public final void deleteMessages(IConnection connection, Iterable<ImapMessageInfo> messageInfoSet)
Marks a message with the specified sequence number as deleted
connection
- Connection to a servermessageInfoSet
- The set of ImapMessageInfo for deletionpublic final void deleteMessages(Iterable<ImapMessageInfo> messageInfoSet)
Marks a message with the specified sequence number as deleted
messageInfoSet
- The set of ImapMessageInfo for deletionpublic final void deleteMessages(IConnection connection, Iterable<ImapMessageInfo> messageInfoSet, long modificationSequence)
Marks a message with the specified unique identifier as deleted
connection
- Connection to a servermessageInfoSet
- The set of ImapMessageInfo for deletionmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final void deleteMessages(Iterable<ImapMessageInfo> messageInfoSet, long modificationSequence)
Marks a message with the specified unique identifier as deleted
messageInfoSet
- The set of ImapMessageInfo for deletionmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final void deleteMessages(Iterable<ImapMessageInfo> messageInfoSet, boolean commitNow)
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
messageInfoSet
- The set of ImapMessageInfo for deletioncommitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315public final void deleteMessages(IConnection connection, Iterable<ImapMessageInfo> messageInfoSet, boolean commitNow)
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection
- Connection to a servermessageInfoSet
- The set of ImapMessageInfo for deletioncommitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315public final void deleteMessages(Iterable<ImapMessageInfo> messageInfoSet, long modificationSequence, boolean commitNow)
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
messageInfoSet
- The set of ImapMessageInfo for deletionmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162commitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315public final void deleteMessages(IConnection connection, Iterable<ImapMessageInfo> messageInfoSet, long modificationSequence, boolean commitNow)
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection
- Connection to a servermessageInfoSet
- The set of ImapMessageInfo for deletionmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162commitNow
- Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315public final com.aspose.ms.System.IAsyncResult beginExistFolder(String folderName)
Check whether this folder exists
folderName
- Name of the folderIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginExistFolder(String folderName, com.aspose.ms.System.AsyncCallback callback)
Check whether this folder exists
folderName
- Name of the foldercallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginExistFolder(String folderName, com.aspose.ms.System.AsyncCallback callback, Object state)
Check whether this folder exists
folderName
- Name of the foldercallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginExistFolder(IConnection connection, String folderName)
Check whether this folder exists
connection
- Connection to a serverfolderName
- Name of the folderIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginExistFolder(IConnection connection, String folderName, com.aspose.ms.System.AsyncCallback callback)
Check whether this folder exists
connection
- Connection to a serverfolderName
- Name of the foldercallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginExistFolder(IConnection connection, String folderName, com.aspose.ms.System.AsyncCallback callback, Object state)
Check whether this folder exists
connection
- Connection to a serverfolderName
- Name of the foldercallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final boolean endExistFolder(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete.
asyncResult
- The reference to the pending asynchronous request to wait for.public final boolean endExistFolder(com.aspose.ms.System.IAsyncResult asyncResult, ImapFolderInfo[] folderInfo)
Waits for the pending asynchronous operation to complete.
asyncResult
- The reference to the pending asynchronous request to wait for.folderInfo
- Folder informationpublic final boolean existFolder(String folderName)
Check whether this folder exists
folderName
- Name of the folderpublic final boolean existFolder(String folderName, ImapFolderInfo[] folderInfo)
Check whether this folder exists, extract folder info if so
folderName
- Name of the folderfolderInfo
- Folder informationpublic final boolean existFolder(IConnection connection, String folderName)
Check whether this folder exists
connection
- Connection to a serverfolderName
- Name of the folderpublic final boolean existFolder(IConnection connection, String folderName, ImapFolderInfo[] folderInfo)
Check whether this folder exists, extract folder info if so
connection
- Connection to a serverfolderName
- Name of the folderfolderInfo
- Folder informationpublic final com.aspose.ms.System.IAsyncResult beginFetchAttachment(IConnection connection, int sequenceNumber, String attachmentName)
Begins fetch an attachment.
connection
- Connection to a serversequenceNumber
- The sequence number of a messageattachmentName
- Attachment namepublic final com.aspose.ms.System.IAsyncResult beginFetchAttachment(IConnection connection, int sequenceNumber, String attachmentName, com.aspose.ms.System.AsyncCallback callback)
Begins fetch an attachment.
connection
- Connection to a serversequenceNumber
- The sequence number of a messageattachmentName
- Attachment namecallback
- References a method to be called when a corresponding asynchronous operation completes.public final com.aspose.ms.System.IAsyncResult beginFetchAttachment(IConnection connection, int sequenceNumber, String attachmentName, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins fetch an attachment.
connection
- Connection to a serversequenceNumber
- The sequence number of a messageattachmentName
- Attachment namecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.public final com.aspose.ms.System.IAsyncResult beginFetchAttachment(int sequenceNumber, String attachmentName)
Begins fetch an attachment.
sequenceNumber
- The sequence number of a messageattachmentName
- Attachment namepublic final com.aspose.ms.System.IAsyncResult beginFetchAttachment(int sequenceNumber, String attachmentName, com.aspose.ms.System.AsyncCallback callback)
Begins fetch an attachment.
sequenceNumber
- The sequence number of a messageattachmentName
- Attachment namecallback
- References a method to be called when a corresponding asynchronous operation completes.public final com.aspose.ms.System.IAsyncResult beginFetchAttachment(int sequenceNumber, String attachmentName, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins fetch an attachment.
sequenceNumber
- The sequence number of a messageattachmentName
- Attachment namecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.public final Attachment endFetchAttachment(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the asynchronous operation to complete.
asyncResult
- The reference to the pending asynchronous request to wait for.public final Attachment fetchAttachment(IConnection connection, int sequenceNumber, String attachmentName)
Fetches the specified attachment
connection
- Connection to a serversequenceNumber
- The sequence number of a messageattachmentName
- A name of attachmentAttachment
that represents attachmentpublic final Attachment fetchAttachment(int sequenceNumber, String attachmentName)
Fetches the specified attachment
sequenceNumber
- The sequence number of a messageattachmentName
- A name of attachmentAttachment
that represents attachmentpublic final com.aspose.ms.System.IAsyncResult beginFetchMessage(IConnection connection, String uniqueId)
Begins an asynchronous message fetching.
connection
- Connection to a serveruniqueId
- The unique id of messageIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginFetchMessage(IConnection connection, String uniqueId, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message fetching.
connection
- Connection to a serveruniqueId
- The unique id of messagecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginFetchMessage(IConnection connection, String uniqueId, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins an asynchronous message fetching.
connection
- Connection to a serveruniqueId
- The unique id of messagecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginFetchMessage(IConnection connection, int sequenceNumber)
Begins an asynchronous message fetching.
connection
- Connection to a serversequenceNumber
- The sequence number of messageIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginFetchMessage(IConnection connection, int sequenceNumber, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message fetching.
connection
- Connection to a serversequenceNumber
- The sequence number of messagecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginFetchMessage(IConnection connection, int sequenceNumber, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins an asynchronous message fetching.
connection
- Connection to a serversequenceNumber
- The sequence number of messagecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginFetchMessage(IConnection connection, int sequenceNumber, boolean ignoreAttachment)
Begins an asynchronous message fetching.
connection
- Connection to a serversequenceNumber
- The sequence number of messageignoreAttachment
- A value that defines whether the attachments should not be loaded.
If it is set to true
, then only message headers, message body and attachment information are fetched.
Attachment content is not loadedIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginFetchMessage(IConnection connection, int sequenceNumber, boolean ignoreAttachment, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message fetching.
connection
- Connection to a serversequenceNumber
- The sequence number of messageignoreAttachment
- A value that defines whether the attachments should not be loaded.
If it is set to true
, then only message headers, message body and attachment information are fetched.
Attachment content is not loadedcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
connection
- Connection to a serversequenceNumber
- The sequence number of messageignoreAttachment
- A value that defines whether the attachments should not be loaded.
If it is set to true
, then only message headers, message body and attachment information are fetched.
Attachment content is not loadedcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginFetchMessage(String uniqueId)
Begins an asynchronous message fetching.
uniqueId
- The unique id of messageIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginFetchMessage(String uniqueId, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message fetching.
uniqueId
- The unique id of messagecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginFetchMessage(String uniqueId, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins an asynchronous message fetching.
uniqueId
- The unique id of messagecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginFetchMessage(int sequenceNumber)
Begins an asynchronous message fetching.
sequenceNumber
- The sequence number of messageIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginFetchMessage(int sequenceNumber, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message fetching.
sequenceNumber
- The sequence number of messagecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginFetchMessage(int sequenceNumber, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins an asynchronous message fetching.
sequenceNumber
- The sequence number of messagecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginFetchMessage(int sequenceNumber, boolean ignoreAttachment)
Begins an asynchronous message fetching.
sequenceNumber
- The sequence number of messageignoreAttachment
- A value that defines whether the attachments should not be loaded.
If it is set to true
, then only message headers, message body and attachment information are fetched.
Attachment content is not loadedIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginFetchMessage(int sequenceNumber, boolean ignoreAttachment, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message fetching.
sequenceNumber
- The sequence number of messageignoreAttachment
- A value that defines whether the attachments should not be loaded.
If it is set to true
, then only message headers, message body and attachment information are fetched.
Attachment content is not loadedcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginFetchMessage(int sequenceNumber, boolean ignoreAttachment, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins an asynchronous message fetching.
sequenceNumber
- The sequence number of messageignoreAttachment
- A value that defines whether the attachments should not be loaded.
If it is set to true
, then only message headers, message body and attachment information are fetched.
Attachment content is not loadedcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final MailMessage endFetchMessage(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous message fetching to complete.
asyncResult
- The reference to the pending asynchronous request to wait for.MailMessage
that represents message.public final MailMessage fetchMessage(IConnection connection, int sequenceNumber)
Fetches the message
connection
- Connection to a serversequenceNumber
- The sequence number of messageMailMessage
that represents e-mail messagepublic final MailMessage fetchMessage(IConnection connection, int sequenceNumber, boolean ignoreAttachment)
Fetches the message
connection
- Connection to a serversequenceNumber
- The sequence number of messageignoreAttachment
- A value that defines whether the attachments should not be loaded.
If it is set to true
, then only message headers, message body and attachment information are fetched.
Attachment content is not loadedMailMessage
that represents e-mail messagepublic final MailMessage fetchMessage(int sequenceNumber)
Fetches the message
sequenceNumber
- The sequence number of messageMailMessage
that represents e-mail messagepublic final MailMessage fetchMessage(int sequenceNumber, boolean ignoreAttachment)
Fetches the message
sequenceNumber
- The sequence number of messageignoreAttachment
- A value that defines whether the attachments should not be loaded.
If it is set to true
, then only message headers, message body and attachment information are fetched.
Attachment content is not loadedMailMessage
that represents e-mail messagepublic final MailMessage fetchMessage(IConnection connection, String uniqueId)
Fetches the message
connection
- Connection to a serveruniqueId
- The unique id of messageMailMessage
that represents e-mail messagepublic final MailMessage fetchMessage(String uniqueId)
Fetches the message
uniqueId
- The unique id of messageMailMessage
that represents e-mail messagepublic final com.aspose.ms.System.IAsyncResult beginFetchMessagesBySequences(Iterable<Integer> sequenceNumbers)
Begins FetchMessages operation asynchronously
sequenceNumbers
- IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginFetchMessagesBySequences(Iterable<Integer> sequenceNumbers, com.aspose.ms.System.AsyncCallback callback)
Begins FetchMessages operation asynchronously
sequenceNumbers
- callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginFetchMessagesBySequences(Iterable<Integer> sequenceNumbers, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins FetchMessages operation asynchronously
sequenceNumbers
- callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginFetchMessagesBySequences(IConnection connection, Iterable<Integer> sequenceNumbers)
Begins FetchMessages operation asynchronously
connection
- Connection to a serversequenceNumbers
- IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginFetchMessagesBySequences(IConnection connection, Iterable<Integer> sequenceNumbers, com.aspose.ms.System.AsyncCallback callback)
Begins FetchMessages operation asynchronously
connection
- Connection to a serversequenceNumbers
- callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginFetchMessagesBySequences(IConnection connection, Iterable<Integer> sequenceNumbers, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins FetchMessages operation asynchronously
connection
- Connection to a serversequenceNumbers
- callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginFetchMessagesByUids(Iterable<String> uids)
Begins FetchMessages operation asynchronously
uids
- The sequence numbers of the messagesIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginFetchMessagesByUids(Iterable<String> uids, com.aspose.ms.System.AsyncCallback callback)
Begins FetchMessages operation asynchronously
uids
- The sequence numbers of the messagescallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginFetchMessagesByUids(Iterable<String> uids, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins FetchMessages operation asynchronously
uids
- The sequence numbers of the messagescallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginFetchMessagesByUids(IConnection connection, Iterable<String> uids)
Begins FetchMessages operation asynchronously
connection
- Connection to a serveruids
- The sequence numbers of the messagesIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginFetchMessagesByUids(IConnection connection, Iterable<String> uids, com.aspose.ms.System.AsyncCallback callback)
Begins FetchMessages operation asynchronously
connection
- Connection to a serveruids
- The sequence numbers of the messagescallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginFetchMessagesByUids(IConnection connection, Iterable<String> uids, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins FetchMessages operation asynchronously
connection
- Connection to a serveruids
- The sequence numbers of the messagescallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final Iterable<MailMessage> endFetchMessages(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the asynchronous operation to complete.
asyncResult
- The reference to the pending asynchronous request to wait for.MailMessage
objectspublic final Iterable<MailMessage> fetchMessagesBySequences(Iterable<Integer> sequenceNumbers)
Fetches the messages
sequenceNumbers
- The sequence numbers of the messagesMailMessage
objectspublic final Iterable<MailMessage> fetchMessagesByUids(Iterable<String> uids)
Fetches the messages
uids
- The sequence numbers of the messagesMailMessage
objectspublic final Iterable<MailMessage> fetchMessagesBySequences(IConnection connection, Iterable<Integer> sequenceNumbers)
Fetches the messages
connection
- Connection to a serversequenceNumbers
- The sequence numbers of the messagesMailMessage
objectspublic final Iterable<MailMessage> fetchMessagesByUids(IConnection connection, Iterable<String> uids)
Fetches the messages
connection
- Connection to a serveruids
- The sequence numbers of the messagesMailMessage
objectspublic final com.aspose.ms.System.IAsyncResult beginGetFolderInfo(IConnection connection, String folderName)
Begins an asynchronous folder listing.
connection
- Connection to a serverfolderName
- Folder to retrieve information aboutIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginGetFolderInfo(IConnection connection, String folderName, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous folder listing.
connection
- Connection to a serverfolderName
- Folder to retrieve information aboutcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginGetFolderInfo(IConnection connection, String folderName, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins an asynchronous folder listing.
connection
- Connection to a serverfolderName
- Folder to retrieve information aboutcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginGetFolderInfo(String folderName)
Begins an asynchronous folder listing.
folderName
- Folder to retrieve information aboutIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginGetFolderInfo(String folderName, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous folder listing.
folderName
- Folder to retrieve information aboutcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginGetFolderInfo(String folderName, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins an asynchronous folder listing.
folderName
- Folder to retrieve information aboutcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final ImapFolderInfo endGetFolderInfo(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous folder listing to complete.
asyncResult
- The reference to the pending asynchronous request to wait for.public final ImapFolderInfo getFolderInfo(IConnection connection, String folderName)
Returns information about the specified folder without selecting it
connection
- Connection to a serverfolderName
- Folder to retrieve information aboutpublic final ImapFolderInfo getFolderInfo(String folderName)
Returns information about the specified folder without selecting it
folderName
- Folder to retrieve information aboutpublic final com.aspose.ms.System.IAsyncResult beginGetNamespaces()
Begins getting namespaces that are available on a server asynchronously.
IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginGetNamespaces(com.aspose.ms.System.AsyncCallback callback)
Begins getting namespaces that are available on a server asynchronously.
callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginGetNamespaces(com.aspose.ms.System.AsyncCallback callback, Object state)
Begins getting namespaces that are available on a server asynchronously.
callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginGetNamespaces(IConnection connection)
Begins getting namespaces that are available on a server asynchronously.
connection
- Connection to a serverIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginGetNamespaces(IConnection connection, com.aspose.ms.System.AsyncCallback callback)
Begins getting namespaces that are available on a server asynchronously.
connection
- Connection to a servercallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
connection
- Connection to a servercallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final ImapNamespace[] endGetNamespaces(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete.
asyncResult
- The reference to the pending asynchronous request to wait for.public final ImapNamespace[] getNamespaces()
Gets namespaces that are available on a server.
public final ImapNamespace[] getNamespaces(IConnection connection)
Gets namespaces that are available on a server.
connection
- Connection to a serverpublic final com.aspose.ms.System.IAsyncResult beginGetQuota(String quotaRootName)
Begins getting quota information
quotaRootName
- quota root nameIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginGetQuota(String quotaRootName, com.aspose.ms.System.AsyncCallback callback)
Begins getting quota information
quotaRootName
- quota root namecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginGetQuota(String quotaRootName, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins getting quota information
quotaRootName
- quota root namecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginGetQuota(IConnection connection, String quotaRootName)
Begins getting quota information
connection
- Connection to a serverquotaRootName
- quota root nameIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginGetQuota(IConnection connection, String quotaRootName, com.aspose.ms.System.AsyncCallback callback)
Begins getting quota information
connection
- Connection to a serverquotaRootName
- quota root namecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginGetQuota(IConnection connection, String quotaRootName, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins getting quota information
connection
- Connection to a serverquotaRootName
- quota root namecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final ImapQuota[] endGetQuota(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete.
asyncResult
- The reference to the pending
asynchronous request to wait for.public final ImapQuota[] getQuota(IConnection connection, String quotaRootName)
Gets quota information
connection
- Connection to a serverquotaRootName
- quota root namepublic final ImapQuota[] getQuota(String quotaRootName)
Gets quota information
quotaRootName
- quota root namepublic final com.aspose.ms.System.IAsyncResult beginGetQuotaRoot(String mailboxName)
Begins getting quota root information for mailbox
mailboxName
- mailbox nameIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginGetQuotaRoot(String mailboxName, com.aspose.ms.System.AsyncCallback callback)
Begins getting quota root information for mailbox
mailboxName
- mailbox namecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginGetQuotaRoot(String mailboxName, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins getting quota root information for mailbox
mailboxName
- mailbox namecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginGetQuotaRoot(IConnection connection, String mailboxName)
Begins getting quota root information for mailbox
connection
- Connection to a servermailboxName
- mailbox nameIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginGetQuotaRoot(IConnection connection, String mailboxName, com.aspose.ms.System.AsyncCallback callback)
Begins getting quota root information for mailbox
connection
- Connection to a servermailboxName
- mailbox namecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a servermailboxName
- mailbox namecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final ImapQuotaRoot[] endGetQuotaRoot(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete.
asyncResult
- The reference to the pending
asynchronous request to wait for.public final ImapQuotaRoot[] getQuotaRoot(IConnection connection, String mailboxName)
Gets quota root information for mailbox
connection
- Connection to a servermailboxName
- mailbox namepublic final ImapQuotaRoot[] getQuotaRoot(String mailboxName)
Gets quota root information for mailbox
mailboxName
- mailbox namepublic final void startMonitoring(ImapMonitoringEventHandler callback)
Starts monitoring of message changes for Inbox folder
callback
- Specifies callback function for monitoring operationpublic final void startMonitoring(String folderName, ImapMonitoringEventHandler callback)
Starts monitoring of message changes for specified folder
folderName
- specified folder for monitoring operationcallback
- Specifies callback function for monitoring operationpublic final void stopMonitoring(String folderName)
Stops monitoring of message changes for specified folder.
folderName
- specified folder for monitoring operationpublic final void stopMonitoring()
Stops any monitoring of changes.
public final com.aspose.ms.System.IAsyncResult beginIntroduceClient()
Begins introduce client information to a server asynchronously.
IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginIntroduceClient(com.aspose.ms.System.AsyncCallback callback)
Begins introduce client information to a server asynchronously.
callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginIntroduceClient(com.aspose.ms.System.AsyncCallback callback, Object state)
Begins introduce client information to a server asynchronously.
callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginIntroduceClient(IConnection connection)
Begins introduce client information to a server asynchronously.
connection
- Connection to a serverIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginIntroduceClient(IConnection connection, com.aspose.ms.System.AsyncCallback callback)
Begins introduce client information to a server asynchronously.
connection
- Connection to a servercallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginIntroduceClient(IConnection connection, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins introduce client information to a server asynchronously.
connection
- Connection to a servercallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginIntroduceClient(ImapIdentificationInfo clientIdentificationInfo)
Begins introduce client information to a server asynchronously.
clientIdentificationInfo
- Client identification informationIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginIntroduceClient(ImapIdentificationInfo clientIdentificationInfo, com.aspose.ms.System.AsyncCallback callback)
Begins introduce client information to a server asynchronously.
clientIdentificationInfo
- Client identification informationcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginIntroduceClient(ImapIdentificationInfo clientIdentificationInfo, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins introduce client information to a server asynchronously.
clientIdentificationInfo
- Client identification informationcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginIntroduceClient(IConnection connection, ImapIdentificationInfo clientIdentificationInfo)
Begins introduce client information to a server asynchronously.
connection
- Connection to a serverclientIdentificationInfo
- Client identification informationIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginIntroduceClient(IConnection connection, ImapIdentificationInfo clientIdentificationInfo, com.aspose.ms.System.AsyncCallback callback)
Begins introduce client information to a server asynchronously.
connection
- Connection to a serverclientIdentificationInfo
- Client identification informationcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
connection
- Connection to a serverclientIdentificationInfo
- Client identification informationcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final ImapIdentificationInfo endIntroduceClient(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete.
asyncResult
- The reference to the pending asynchronous request to wait for.public final ImapIdentificationInfo introduceClient()
Introduces client information to a server.
public final ImapIdentificationInfo introduceClient(IConnection connection)
Introduces client information to a server.
connection
- Connection to a serverpublic final ImapIdentificationInfo introduceClient(ImapIdentificationInfo clientIdentificationInfo)
Introduces client information to a server.
clientIdentificationInfo
- Client identification informationpublic final ImapIdentificationInfo introduceClient(IConnection connection, ImapIdentificationInfo clientIdentificationInfo)
Introduces client information to a server.
connection
- Connection to a serverclientIdentificationInfo
- Client identification informationpublic final 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
connection
- Connection to a serverparentFolder
- Name of the folderloadFullInfo
- If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved.options
- Options for operationreturnOptions
- Return options for operationIAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverparentFolder
- Name of the folderloadFullInfo
- If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved.options
- Options for operationreturnOptions
- Return options for operationcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverparentFolder
- Name of the folderloadFullInfo
- If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved.options
- Options for operationreturnOptions
- Return options for operationcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final 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
parentFolder
- Name of the folderloadFullInfo
- If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved.options
- Options for operationreturnOptions
- Return options for operationIAsyncResult
that represents the status of an asynchronous operation.public final 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
parentFolder
- Name of the folderloadFullInfo
- If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved.options
- Options for operationreturnOptions
- Return options for operationcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
parentFolder
- Name of the folderloadFullInfo
- If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved.options
- Options for operationreturnOptions
- Return options for operationcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginListFolders(IConnection connection)
Begins to get the list of folders in the mailbox
connection
- Connection to a serverIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginListFolders(IConnection connection, com.aspose.ms.System.AsyncCallback callback)
Begins to get the list of folders in the mailbox
connection
- Connection to a servercallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a servercallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginListFolders(IConnection connection, boolean loadFullInfo)
Begins to get the list of folders in the mailbox
connection
- Connection to a serverloadFullInfo
- If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverloadFullInfo
- If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverloadFullInfo
- If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginListFolders(IConnection connection, String parentFolder)
Begins to get the list of subfolders in the specified folder
connection
- Connection to a serverparentFolder
- Name of the folderIAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverparentFolder
- Name of the foldercallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverparentFolder
- Name of the foldercallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginListFolders(IConnection connection, String parentFolder, boolean loadFullInfo)
Begins to get the list of subfolders in the specified folder
connection
- Connection to a serverparentFolder
- Name of the folderloadFullInfo
- If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverparentFolder
- Name of the folderloadFullInfo
- If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverparentFolder
- Name of the folderloadFullInfo
- If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginListFolders()
Begins to get the list of folders in the mailbox
IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginListFolders(com.aspose.ms.System.AsyncCallback callback)
Begins to get the list of folders in the mailbox
callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginListFolders(com.aspose.ms.System.AsyncCallback callback, Object state)
Begins to get the list of folders in the mailbox
callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginListFolders(boolean loadFullInfo)
Begins to get the list of folders in the mailbox
loadFullInfo
- If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginListFolders(boolean loadFullInfo, com.aspose.ms.System.AsyncCallback callback)
Begins to get the list of folders in the mailbox
loadFullInfo
- If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
loadFullInfo
- If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginListFolders(String parentFolder)
Begins to get the list of subfolders in the specified folder
parentFolder
- Name of the folderIAsyncResult
that represents the status of an asynchronous operation.public final 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
parentFolder
- Name of the foldercallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
parentFolder
- Name of the foldercallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginListFolders(String parentFolder, boolean loadFullInfo)
Begins to get the list of subfolders in the specified folder
parentFolder
- Name of the folderloadFullInfo
- If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved.IAsyncResult
that represents the status of an asynchronous operation.public final 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
parentFolder
- Name of the folderloadFullInfo
- If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
parentFolder
- Name of the folderloadFullInfo
- If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final ImapFolderInfoCollection endListFolders(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete.
asyncResult
- The reference to the pending asynchronous request to wait for.public final ImapFolderInfoCollection listFolders(IConnection connection)
Gets the list of folders in the mailbox
connection
- Connection to a serverpublic final ImapFolderInfoCollection listFolders(IConnection connection, String parentFolder)
Gets the list of subfolders in the specified folder
connection
- Connection to a serverparentFolder
- Name of the folderpublic final ImapFolderInfoCollection listFolders(IConnection connection, boolean loadFullInfo)
Gets the list of folders in the mailbox
connection
- Connection to a serverloadFullInfo
- If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved.public final ImapFolderInfoCollection listFolders()
Gets the list of folders in the mailbox
public final ImapFolderInfoCollection listFolders(String parentFolder)
Gets the list of subfolders in the specified folder
parentFolder
- Name of the folderpublic final ImapFolderInfoCollection listFolders(boolean loadFullInfo)
Gets the list of folders in the mailbox
loadFullInfo
- If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved.public final ImapFolderInfoCollection listFolders(String parentFolder, boolean loadFullInfo)
Gets the list of subfolders in the specified folder
parentFolder
- Name of the folderloadFullInfo
- If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved.public final ImapFolderInfoCollection listFolders(IConnection connection, String parentFolder, boolean loadFullInfo)
Gets the list of subfolders in the specified folder
connection
- Connection to a serverparentFolder
- Name of the folderloadFullInfo
- If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved.public final ImapFolderInfoCollection listFolders(String parentFolder, boolean loadFullInfo, int options, int returnOptions)
Gets the list of subfolders in the specified folder
parentFolder
- Name of the folderloadFullInfo
- If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved.options
- Options for operationreturnOptions
- Return options for operationpublic final ImapFolderInfoCollection listFolders(IConnection connection, String parentFolder, boolean loadFullInfo, int options, int returnOptions)
Gets the list of subfolders in the specified folder
connection
- Connection to a serverparentFolder
- Name of the folderloadFullInfo
- If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved.options
- Options for operationreturnOptions
- Return options for operationpublic final com.aspose.ms.System.IAsyncResult beginListMessage(int sequenceNumber)
Begins to get information about a message.
sequenceNumber
- The sequence number of messageIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginListMessage(int sequenceNumber, com.aspose.ms.System.AsyncCallback callback)
Begins to get information about a message.
sequenceNumber
- The sequence number of messagecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginListMessage(int sequenceNumber, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins to get information about a message.
sequenceNumber
- The sequence number of messagecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginListMessage(IConnection connection, int sequenceNumber)
Begins to get information about a message.
connection
- Connection to a serversequenceNumber
- The sequence number of messageIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginListMessage(IConnection connection, int sequenceNumber, com.aspose.ms.System.AsyncCallback callback)
Begins to get information about a message.
connection
- Connection to a serversequenceNumber
- The sequence number of messagecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
connection
- Connection to a serversequenceNumber
- The sequence number of messagecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginListMessage(int sequenceNumber, Iterable<String> messageExtraFields)
Begins to get information about a message.
sequenceNumber
- The sequence number of messagemessageExtraFields
- List of extra parameters for a message wich will be requested.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginListMessage(int sequenceNumber, Iterable<String> messageExtraFields, com.aspose.ms.System.AsyncCallback callback)
Begins to get information about a message.
sequenceNumber
- The sequence number of messagemessageExtraFields
- List of extra parameters for a message wich will be requested.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
sequenceNumber
- The sequence number of messagemessageExtraFields
- List of extra parameters for a message wich will be requested.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginListMessage(IConnection connection, int sequenceNumber, Iterable<String> messageExtraFields)
Begins to get information about a message.
connection
- Connection to a serversequenceNumber
- The sequence number of messagemessageExtraFields
- List of extra parameters for a message wich will be requested.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
connection
- Connection to a serversequenceNumber
- The sequence number of messagemessageExtraFields
- List of extra parameters for a message wich will be requested.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
connection
- Connection to a serversequenceNumber
- The sequence number of messagemessageExtraFields
- List of extra parameters for a message wich will be requested.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginListMessage(String uniqueId)
Begins to get information about a message.
uniqueId
- The unique Id of the messageIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginListMessage(String uniqueId, com.aspose.ms.System.AsyncCallback callback)
Begins to get information about a message.
uniqueId
- The unique Id of the messagecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginListMessage(String uniqueId, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins to get information about a message.
uniqueId
- The unique Id of the messagecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginListMessage(IConnection connection, String uniqueId)
Begins to get information about a message.
connection
- Connection to a serveruniqueId
- The unique Id of the messageIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginListMessage(IConnection connection, String uniqueId, com.aspose.ms.System.AsyncCallback callback)
Begins to get information about a message.
connection
- Connection to a serveruniqueId
- The unique Id of the messagecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
connection
- Connection to a serveruniqueId
- The unique Id of the messagecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginListMessage(String uniqueId, Iterable<String> messageExtraFields)
Begins to get information about a message.
uniqueId
- The unique Id of the messagemessageExtraFields
- List of extra parameters for a message wich will be requested.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginListMessage(String uniqueId, Iterable<String> messageExtraFields, com.aspose.ms.System.AsyncCallback callback)
Begins to get information about a message.
uniqueId
- The unique Id of the messagemessageExtraFields
- List of extra parameters for a message wich will be requested.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
uniqueId
- The unique Id of the messagemessageExtraFields
- List of extra parameters for a message wich will be requested.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginListMessage(IConnection connection, String uniqueId, Iterable<String> messageExtraFields)
Begins to get information about a message.
connection
- Connection to a serveruniqueId
- The unique Id of the messagemessageExtraFields
- List of extra parameters for a message wich will be requested.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
connection
- Connection to a serveruniqueId
- The unique Id of the messagemessageExtraFields
- List of extra parameters for a message wich will be requested.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
connection
- Connection to a serveruniqueId
- The unique Id of the messagemessageExtraFields
- List of extra parameters for a message wich will be requested.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final ImapMessageInfo endListMessage(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the asynchronous ListMessage operation to complete.
asyncResult
- The reference to the pending asynchronous request to wait for.public final ImapMessageInfo listMessage(IConnection connection, int sequenceNumber, Iterable<String> messageExtraFields)
Gets information about a message.
connection
- Connection to a serversequenceNumber
- The sequence number of messagemessageExtraFields
- List of extra parameters for a message wich will be requested.public final ImapMessageInfo listMessage(IConnection connection, int sequenceNumber)
Gets information about a message.
connection
- Connection to a serversequenceNumber
- The sequence number of messagepublic final ImapMessageInfo listMessage(int sequenceNumber, Iterable<String> messageExtraFields)
Gets information about a message.
sequenceNumber
- The sequence number of messagemessageExtraFields
- List of extra parameters for a message wich will be requested.public final ImapMessageInfo listMessage(int sequenceNumber)
Gets information about a message.
sequenceNumber
- The sequence number of messagepublic final ImapMessageInfo listMessage(IConnection connection, String uniqueId, Iterable<String> messageExtraFields)
Gets information about a message.
connection
- Connection to a serveruniqueId
- The unique Id of the messagemessageExtraFields
- List of extra parameters for a message wich will be requested.public final ImapMessageInfo listMessage(IConnection connection, String uniqueId)
Gets information about a message.
connection
- Connection to a serveruniqueId
- The unique Id of the messagepublic final ImapMessageInfo listMessage(String uniqueId)
Gets information about a message.
uniqueId
- The unique Id of the messagepublic final ImapMessageInfo listMessage(String uniqueId, Iterable<String> messageExtraFields)
Gets information about a message.
uniqueId
- The unique Id of the messagemessageExtraFields
- List of extra parameters for a message wich will be requested.public final 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
connection
- Connection to a servermaxNumberOfMessages
- Maximum number of messages.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a servermaxNumberOfMessages
- Maximum number of messages.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a servermaxNumberOfMessages
- Maximum number of messages.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final 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. Please, see more https://tools.ietf.org/html/rfc7162
modificationSequence
- Modification sequenceIAsyncResult
that represents the status of an asynchronous operation.public final 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. Please, see more https://tools.ietf.org/html/rfc7162
modificationSequence
- Modification sequencecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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. Please, see more https://tools.ietf.org/html/rfc7162
modificationSequence
- Modification sequencecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final 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. Please, see more https://tools.ietf.org/html/rfc7162
connection
- Connection to a servermodificationSequence
- Modification sequenceIAsyncResult
that represents the status of an asynchronous operation.public final 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. Please, see more https://tools.ietf.org/html/rfc7162
connection
- Connection to a servermodificationSequence
- Modification sequencecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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. Please, see more https://tools.ietf.org/html/rfc7162
connection
- Connection to a servermodificationSequence
- Modification sequencecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginListMessages()
Begins getting the list of messages asynchronously in the current folder
IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginListMessages(com.aspose.ms.System.AsyncCallback callback)
Begins getting the list of messages asynchronously in the current folder
callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginListMessages(String folderName)
Begins getting the list of messages asynchronously in the current folder
folderName
- Messages locationIAsyncResult
that represents the status of an asynchronous operation.public final 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
folderName
- Folder to retrieve messages.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
folderName
- Folder to retrieve messages.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final 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. Please, see more https://tools.ietf.org/html/rfc7162
connection
- Connection to a serverfolderName
- Folder to retrieve messages.modificationSequence
- Modification sequenceretrieveRecursively
- Indicates, if messages have to be retrieved recursively.messageExtraFields
- List of extra parameters for a message wich will be requested.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final 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
folderName
- Messages locationquery
- MailQuery
that represents search query.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final 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
query
- MailQuery
that represents search query.maxNumberOfMessages
- Maximum number of messages.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final 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
query
- MailQuery
that represents search query.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginListMessages(MailQuery query)
Begins getting the list of messages asynchronously in the current folder
query
- MailQuery
that represents search query.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginListMessages(String folderName, MailQuery query)
Begins getting the list of messages asynchronously in the current folder
folderName
- Messages locationquery
- MailQuery
that represents search query.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginListMessages(MailQuery query, int maxNumberOfMessages)
Begins getting the list of messages asynchronously in the current folder
query
- MailQuery
that represents search query.maxNumberOfMessages
- Maximum number of messages.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginListMessages(String folderName, MailQuery query, int maxNumberOfMessages)
Begins getting the list of messages asynchronously in the current folder
folderName
- Messages locationquery
- MailQuery
that represents search query.maxNumberOfMessages
- Maximum number of messages.IAsyncResult
that represents the status of an asynchronous operation.public final 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
folderName
- Messages locationquery
- MailQuery
that represents search query.maxNumberOfMessages
- Maximum number of messages.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
folderName
- Messages locationquery
- MailQuery
that represents search query.maxNumberOfMessages
- Maximum number of messages.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverfolderName
- Messages locationquery
- MailQuery
that represents search query.maxNumberOfMessages
- Maximum number of messages.messageExtraFields
- List of extra parameters for a message wich will be requested.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final ImapMessageInfoCollection endListMessages(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the asynchronous ListMessages operation to complete.
asyncResult
- The reference to the pending asynchronous request to wait for.public final ImapMessageInfoCollection listMessages(String folderName, int fieldsList, int maxNumberOfMessages)
Lists the messages. Gets an information for earch message
folderName
- Folder to retrieve messages.fieldsList
- Fields that may be retrieved from the server.maxNumberOfMessages
- Maximum number of messages.
public final ImapMessageInfoCollection listMessages(IConnection connection, String folderName, int fieldsList, int maxNumberOfMessages)
Lists the messages. Gets an information for earch message
connection
- Connection to a serverfolderName
- Folder to retrieve messages.fieldsList
- Fields that may be retrieved from the server.maxNumberOfMessages
- Maximum number of messages.
public final ImapMessageInfoCollection listMessagesByUids(String folderName, Iterable<String> uniqueIdLst)
Lists the messages. Gets an information for earch message
folderName
- Folder to retrieve messages.uniqueIdLst
- UniqueId list for ImapMessageInfo
to retrieve from a server.
public final ImapMessageInfoCollection listMessagesBySequences(String folderName, Iterable<Integer> sequenceNumberLst)
Lists the messages. Gets an information for earch message
folderName
- Folder to retrieve messages.sequenceNumberLst
- sequenceNumber list for ImapMessageInfo
to retrieve from a server.
public final ImapMessageInfoCollection listMessagesByUids(IConnection connection, String folderName, Iterable<String> uniqueIdLst)
Lists the messages. Gets an information for earch message
connection
- Connection to a serverfolderName
- Folder to retrieve messages.uniqueIdLst
- UniqueId list for ImapMessageInfo
to retrieve from a server.
public final ImapMessageInfoCollection listMessagesBySequences(IConnection connection, String folderName, Iterable<Integer> sequenceNumberLst)
Lists the messages. Gets an information for earch message
connection
- Connection to a serverfolderName
- Folder to retrieve messages.sequenceNumberLst
- sequenceNumber list for ImapMessageInfo
to retrieve from a server.
public final ImapMessageInfoCollection listMessages(IConnection connection, String folderName, long modificationSequence, boolean retrieveRecursively, Iterable<String> messageExtraFields)
Gets the list of messages in the specified folder
connection
- Connection to a serverfolderName
- Folder to retrieve messages.modificationSequence
- Modification sequenceretrieveRecursively
- Indicates, if messages have to be retrieved recursively.messageExtraFields
- List of extra parameters for a message wich will be requested.public final ImapMessageInfoCollection listMessages(IConnection connection)
Gets the list of messages in the current folder
connection
- Connection to a serverpublic final ImapMessageInfoCollection listMessages(IConnection connection, String folderName)
Gets the list of messages in the specified folder
connection
- Connection to a serverfolderName
- Folder to retrieve messages.public final ImapMessageInfoCollection listMessages(IConnection connection, boolean retrieveRecursively)
Gets the list of messages in the current folder
connection
- Connection to a serverretrieveRecursively
- Indicates, if messages have to be retrieved recursively.public final ImapMessageInfoCollection listMessages(IConnection connection, long modificationSequence)
Gets the list of messages in the current folder that have a modification sequence bigger than specified value. Please, see more https://tools.ietf.org/html/rfc7162
connection
- Connection to a servermodificationSequence
- Modification sequenceImapMessageInfo
representing the messages information.public final ImapMessageInfoCollection listMessages(IConnection connection, String folderName, boolean retrieveRecursively)
Gets the list of messages in the specified folder
connection
- Connection to a serverfolderName
- Folder to retrieve messages.retrieveRecursively
- Indicates, if messages have to be retrieved recursively.public final ImapMessageInfoCollection listMessages()
Gets the list of messages in the current folder
public final ImapMessageInfoCollection listMessages(Iterable<String> messageExtraFields)
Gets the list of messages in the current folder
messageExtraFields
- List of extra parameters for a message wich will be requested.public final ImapMessageInfoCollection listMessages(boolean retrieveRecursively)
Gets the list of messages in the current folder
retrieveRecursively
- Indicates, if messages have to be retrieved recursively.public final ImapMessageInfoCollection listMessages(String folderName)
Gets the list of messages in the specified folder
folderName
- Folder to retrieve messages.public final ImapMessageInfoCollection listMessages(String folderName, boolean retrieveRecursively)
Gets the list of messages in the specified folder
folderName
- Folder to retrieve messages.retrieveRecursively
- Indicates, if messages have to be retrieved recursively.public final ImapMessageInfoCollection listMessages(String folderName, boolean retrieveRecursively, Iterable<String> messageExtraFields)
Gets the list of messages in the specified folder
folderName
- Folder to retrieve messages.retrieveRecursively
- Indicates, if messages have to be retrieved recursively.messageExtraFields
- List of extra parameters for a message wich will be requested.public final ImapMessageInfoCollection listMessages(long modificationSequence)
Gets the list of messages in the current folder that have a modification sequence bigger than specified value. Please, see more https://tools.ietf.org/html/rfc7162
modificationSequence
- Modification sequenceImapMessageInfo
representing the messages information.public final ImapMessageInfoCollection listMessages(IConnection connection, String folderName, MailQuery query, int maxNumberOfMessages)
Gets the list of messages in the current folder.
connection
- Connection to a serverfolderName
- Messages locationquery
- MailQuery
that represents search query.maxNumberOfMessages
- Maximum number of messages.public final ImapMessageInfoCollection listMessages(IConnection connection, MailQuery query)
Gets the list of messages in the current folder.
connection
- Connection to a serverquery
- MailQuery
that represents search query.public final ImapMessageInfoCollection listMessages(IConnection connection, MailQuery query, int maxNumberOfMessages)
Gets the list of messages in the current folder.
connection
- Connection to a serverquery
- MailQuery
that represents search query.maxNumberOfMessages
- Maximum number of messages.public final ImapMessageInfoCollection listMessages(MailQuery query)
Gets the list of messages in the current folder.
query
- MailQuery
that represents search query.public final ImapMessageInfoCollection listMessages(String folderName, MailQuery query, int maxNumberOfMessages)
Gets the list of messages in the current folder.
folderName
- Messages locationquery
- MailQuery
that represents search query.maxNumberOfMessages
- Maximum number of messages.public final ImapMessageInfoCollection listMessages(MailQuery query, int maxNumberOfMessages)
Gets the list of messages in the current folder.
query
- MailQuery
that represents search query.maxNumberOfMessages
- Maximum number of messages.public final ImapMessageInfoCollection listMessages(IConnection connection, int maxNumberOfMessages)
Gets the list of messages in the current folder.
connection
- Connection to a servermaxNumberOfMessages
- Maximum number of messages.ImapMessageInfo
representing the messages information.com.aspose.ms.System.ArgumentOutOfRangeException
- maxNumberOfMessages
is negative.public final ImapMessageInfoCollection listMessages(int maxNumberOfMessages)
Gets the list of messages in the current folder.
maxNumberOfMessages
- Maximum number of messages.ImapMessageInfo
representing the messages information.com.aspose.ms.System.ArgumentOutOfRangeException
- maxNumberOfMessages
is negative.@Deprecated public final com.aspose.ms.System.IAsyncResult beginListMessagesByPage(PageInfo page)
Begins getting the list of messages asynchronously in the current folder
page
- Next page to retrieveIAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginListMessagesByPage(PageInfo page, com.aspose.ms.System.AsyncCallback callback)
Begins getting the list of messages asynchronously in the current folder
page
- Next page to retrievecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginListMessagesByPage(PageInfo page, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins getting the list of messages asynchronously in the current folder
page
- Next page to retrievecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginListMessagesByPage(IConnection connection, PageInfo page)
Begins getting the list of messages asynchronously in the current folder
connection
- Connection to a serverpage
- Next page to retrieveIAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginListMessagesByPage(IConnection connection, PageInfo page, com.aspose.ms.System.AsyncCallback callback)
Begins getting the list of messages asynchronously in the current folder
connection
- Connection to a serverpage
- Next page to retrievecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginListMessagesByPage(IConnection connection, PageInfo page, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins getting the list of messages asynchronously in the current folder
connection
- Connection to a serverpage
- Next page to retrievecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginListMessagesByPage(int itemsPerPage)
Begins getting the list of messages asynchronously in the current folder
itemsPerPage
- A number of items in pageIAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginListMessagesByPage(int itemsPerPage, com.aspose.ms.System.AsyncCallback callback)
Begins getting the list of messages asynchronously in the current folder
itemsPerPage
- A number of items in pagecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginListMessagesByPage(int itemsPerPage, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins getting the list of messages asynchronously in the current folder
itemsPerPage
- A number of items in pagecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginListMessagesByPage(int itemsPerPage, int pageOffset)
Begins getting the list of messages asynchronously in the current folder
itemsPerPage
- A number of items in pagepageOffset
- An offset of next page in viewIAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginListMessagesByPage(int itemsPerPage, int pageOffset, com.aspose.ms.System.AsyncCallback callback)
Begins getting the list of messages asynchronously in the current folder
itemsPerPage
- A number of items in pagepageOffset
- An offset of next page in viewcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginListMessagesByPage(int itemsPerPage, int pageOffset, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins getting the list of messages asynchronously in the current folder
itemsPerPage
- A number of items in pagepageOffset
- An offset of next page in viewcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginListMessagesByPage(IConnection connection, int itemsPerPage)
Begins getting the list of messages asynchronously in the current folder
connection
- Connection to a serveritemsPerPage
- A number of items in pageIAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginListMessagesByPage(IConnection connection, int itemsPerPage, com.aspose.ms.System.AsyncCallback callback)
Begins getting the list of messages asynchronously in the current folder
connection
- Connection to a serveritemsPerPage
- A number of items in pagecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginListMessagesByPage(IConnection connection, int itemsPerPage, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins getting the list of messages asynchronously in the current folder
connection
- Connection to a serveritemsPerPage
- A number of items in pagecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginListMessagesByPage(IConnection connection, int itemsPerPage, int pageOffset)
Begins getting the list of messages asynchronously in the current folder
connection
- Connection to a serveritemsPerPage
- A number of items in pagepageOffset
- An offset of next page in viewIAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginListMessagesByPage(IConnection connection, int itemsPerPage, int pageOffset, com.aspose.ms.System.AsyncCallback callback)
Begins getting the list of messages asynchronously in the current folder
connection
- Connection to a serveritemsPerPage
- A number of items in pagepageOffset
- An offset of next page in viewcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginListMessagesByPage(IConnection connection, int itemsPerPage, int pageOffset, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins getting the list of messages asynchronously in the current folder
connection
- Connection to a serveritemsPerPage
- A number of items in pagepageOffset
- An offset of next page in viewcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginListMessagesByPage(String folderName, MailQuery query, PageInfo pageInfo)
Begins getting the list of messages asynchronously in the current folder
folderName
- Messages locationquery
- MailQuery
that represents search query.pageInfo
- Next page to retrieveIAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginListMessagesByPage(String folderName, MailQuery query, PageInfo pageInfo, com.aspose.ms.System.AsyncCallback callback)
Begins getting the list of messages asynchronously in the current folder
folderName
- Messages locationquery
- MailQuery
that represents search query.pageInfo
- Next page to retrievecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginListMessagesByPage(String folderName, MailQuery query, PageInfo pageInfo, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins getting the list of messages asynchronously in the current folder
folderName
- Messages locationquery
- MailQuery
that represents search query.pageInfo
- Next page to retrievecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginListMessagesByPage(String folderName, MailQuery query, int itemsPerPage)
Begins getting the list of messages asynchronously in the current folder
folderName
- Messages locationquery
- MailQuery
that represents search query.itemsPerPage
- A number of items in pageIAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginListMessagesByPage(String folderName, MailQuery query, int itemsPerPage, com.aspose.ms.System.AsyncCallback callback)
Begins getting the list of messages asynchronously in the current folder
folderName
- Messages locationquery
- MailQuery
that represents search query.itemsPerPage
- A number of items in pagecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginListMessagesByPage(String folderName, MailQuery query, int itemsPerPage, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins getting the list of messages asynchronously in the current folder
folderName
- Messages locationquery
- MailQuery
that represents search query.itemsPerPage
- A number of items in pagecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginListMessagesByPage(IConnection connection, String folderName, MailQuery query, int itemsPerPage)
Begins getting the list of messages asynchronously in the current folder
connection
- Connection to a serverfolderName
- Messages locationquery
- MailQuery
that represents search query.itemsPerPage
- A number of items in pageIAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginListMessagesByPage(IConnection connection, String folderName, MailQuery query, int itemsPerPage, com.aspose.ms.System.AsyncCallback callback)
Begins getting the list of messages asynchronously in the current folder
connection
- Connection to a serverfolderName
- Messages locationquery
- MailQuery
that represents search query.itemsPerPage
- A number of items in pagecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginListMessagesByPage(IConnection connection, String folderName, MailQuery query, int itemsPerPage, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins getting the list of messages asynchronously in the current folder
connection
- Connection to a serverfolderName
- Messages locationquery
- MailQuery
that represents search query.itemsPerPage
- A number of items in pagecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginListMessagesByPage(IConnection connection, String folderName, MailQuery query, PageInfo pageInfo)
Begins getting the list of messages asynchronously in the current folder
connection
- Connection to a serverfolderName
- Messages locationquery
- MailQuery
that represents search query.pageInfo
- Next page to retrieveIAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginListMessagesByPage(IConnection connection, String folderName, MailQuery query, PageInfo pageInfo, com.aspose.ms.System.AsyncCallback callback)
Begins getting the list of messages asynchronously in the current folder
connection
- Connection to a serverfolderName
- Messages locationquery
- MailQuery
that represents search query.pageInfo
- Next page to retrievecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginListMessagesByPage(IConnection connection, String folderName, MailQuery query, PageInfo pageInfo, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins getting the list of messages asynchronously in the current folder
connection
- Connection to a serverfolderName
- Messages locationquery
- MailQuery
that represents search query.pageInfo
- Next page to retrievecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final ImapPageInfo listMessagesByPage(int itemsPerPage, int pageOffset)
Gets the list of messages in the current folder.
itemsPerPage
- A number of items in pagepageOffset
- An offset of next page in view@Deprecated public final ImapPageInfo listMessagesByPage(IConnection connection, int itemsPerPage, int pageOffset)
Gets the list of messages in the current folder.
connection
- Connection to a serveritemsPerPage
- A number of items in pagepageOffset
- An offset of next page in view@Deprecated public final ImapPageInfo listMessagesByPage(IConnection connection, int itemsPerPage)
Gets the list of messages in the current folder.
connection
- Connection to a serveritemsPerPage
- A number of items in page@Deprecated public final ImapPageInfo listMessagesByPage(int itemsPerPage)
Gets the list of messages in the current folder.
itemsPerPage
- A number of items in page@Deprecated public final ImapPageInfo listMessagesByPage(PageInfo page)
Gets the list of messages in the current folder.
page
- Next page to retrieve@Deprecated public final ImapPageInfo listMessagesByPage(IConnection connection, PageInfo page)
Gets the list of messages in the current folder.
connection
- Connection to a serverpage
- Next page to retrieve@Deprecated public final ImapPageInfo listMessagesByPage(String folderName, MailQuery query, int itemsPerPage)
Gets the list of messages in the current folder.
folderName
- Messages locationquery
- MailQuery
that represents search query.itemsPerPage
- A number of items in page@Deprecated public final ImapPageInfo listMessagesByPage(String folderName, MailQuery query, PageInfo pageInfo)
Gets the list of messages in the current folder.
folderName
- Messages locationquery
- MailQuery
that represents search query.pageInfo
- Next page to retrieve@Deprecated public final ImapPageInfo listMessagesByPage(IConnection connection, String folderName, MailQuery query, int itemsPerPage)
Gets the list of messages in the current folder.
connection
- Connection to a serverfolderName
- Messages locationquery
- MailQuery
that represents search query.itemsPerPage
- A number of items in page@Deprecated public final ImapPageInfo listMessagesByPage(IConnection connection, String folderName, MailQuery query, PageInfo pageInfo)
Gets the list of messages in the current folder.
connection
- Connection to a serverfolderName
- Messages locationquery
- MailQuery
that represents search query.pageInfo
- Next page to retrievepublic final com.aspose.ms.System.IAsyncResult beginListMessagesByPage(int itemsPerPage, int pageOffset, PageSettingsAsync settings)
Begins getting the list of messages asynchronously
itemsPerPage
- A number of items in pagepageOffset
- An offset of next page in viewsettings
- The settings.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginListMessagesByPage(MailQuery query, PageInfo pageInfo, PageSettingsAsync settings)
Begins getting the list of messages asynchronously
query
- MailQuery
that represents search query.pageInfo
- The next page to retrieve.settings
- The settings.IAsyncResult
that represents the status of an asynchronous operation.public final ImapPageInfo endListMessagesByPage(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the asynchronous ListMessagesByPage operation to complete.
asyncResult
- The reference to the pending asynchronous request to wait for.public final ImapPageInfo listMessagesByPage(int itemsPerPage, PageSettings settings)
Gets the list of messages
itemsPerPage
- A number of items in pagesettings
- The settings.IAsyncResult
that represents the status of an asynchronous operation.public final ImapPageInfo listMessagesByPage(int itemsPerPage, int pageOffset, PageSettings settings)
Gets the list of messages
itemsPerPage
- A number of items in pagepageOffset
- An offset of next page in viewsettings
- The settings.IAsyncResult
that represents the status of an asynchronous operation.public final ImapPageInfo listMessagesByPage(PageInfo pageInfo, PageSettings settings)
Gets the list of messages
pageInfo
- The next page to retrieve.settings
- The settings.IAsyncResult
that represents the status of an asynchronous operation.public final ImapPageInfo listMessagesByPage(MailQuery query, PageInfo pageInfo, PageSettings settings)
Gets the list of messages
query
- MailQuery
that represents search query.pageInfo
- The next page to retrieve.settings
- The settings.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveFolder(String newParentFolder, String folderName)
Moves specified folder and its subfolders to new location asynchronously.
newParentFolder
- New location for moved folderfolderName
- Folder to moveIAsyncResult
that represents the status of an asynchronous operation.public final 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.
newParentFolder
- New location for moved folderfolderName
- Folder to movecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
newParentFolder
- New location for moved folderfolderName
- Folder to movecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveFolder(IConnection connection, String newParentFolder, String folderName)
Moves specified folder and its subfolders to new location asynchronously.
connection
- Connection to a servernewParentFolder
- New location for moved folderfolderName
- Folder to moveIAsyncResult
that represents the status of an asynchronous operation.public final 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.
connection
- Connection to a servernewParentFolder
- New location for moved folderfolderName
- Folder to movecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
connection
- Connection to a servernewParentFolder
- New location for moved folderfolderName
- Folder to movecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final void endMoveFolder(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for completion of the asynchronous operation.
asyncResult
- The reference to the pending asynchronous request to wait for.public final void moveFolder(String newParentFolder, String folderName)
Moves specified folder and its subfolders to new location.
newParentFolder
- New location for moved folderfolderName
- Folder to movepublic final void moveFolder(IConnection connection, String newParentFolder, String folderName)
Moves specified folder and its subfolders to new location.
connection
- Connection to a servernewParentFolder
- New location for moved folderfolderName
- Folder to movepublic final com.aspose.ms.System.IAsyncResult beginMoveMessage(IConnection connection, String uniqueId, String folderName)
Begins an asynchronous moving.
connection
- Connection to a serveruniqueId
- The unique Id of the messagefolderName
- Folder name where a message is to be movedIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessage(IConnection connection, String uniqueId, String folderName, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
connection
- Connection to a serveruniqueId
- The unique Id of the messagefolderName
- Folder name where a message is to be movedcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessage(IConnection connection, String uniqueId, String folderName, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins an asynchronous moving.
connection
- Connection to a serveruniqueId
- The unique Id of the messagefolderName
- Folder name where a message is to be movedcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessage(IConnection connection, int sequenceNumber, String folderName)
Begins an asynchronous moving.
connection
- Connection to a serversequenceNumber
- The sequence number of messagefolderName
- Folder name where a message is to be movedIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessage(IConnection connection, int sequenceNumber, String folderName, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
connection
- Connection to a serversequenceNumber
- The sequence number of messagefolderName
- Folder name where a message is to be movedcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessage(IConnection connection, int sequenceNumber, String folderName, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins an asynchronous moving.
connection
- Connection to a serversequenceNumber
- The sequence number of messagefolderName
- Folder name where a message is to be movedcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessage(String uniqueId, String folderName)
Begins an asynchronous moving.
uniqueId
- The unique Id of the messagefolderName
- Folder name where a message is to be movedIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessage(String uniqueId, String folderName, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
uniqueId
- The unique Id of the messagefolderName
- Folder name where a message is to be movedcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessage(String uniqueId, String folderName, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins an asynchronous moving.
uniqueId
- The unique Id of the messagefolderName
- Folder name where a message is to be movedcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessage(int sequenceNumber, String folderName)
Begins an asynchronous moving.
sequenceNumber
- The sequence number of messagefolderName
- Folder name where a message is to be movedIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessage(int sequenceNumber, String folderName, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
sequenceNumber
- The sequence number of messagefolderName
- Folder name where a message is to be movedcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessage(int sequenceNumber, String folderName, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins an asynchronous moving.
sequenceNumber
- The sequence number of messagefolderName
- Folder name where a message is to be movedcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessage(IConnection connection, String uniqueId, String folderName, boolean commitDeletions)
Begins an asynchronous moving.
connection
- Connection to a serveruniqueId
- The unique Id of the messagefolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessage(IConnection connection, String uniqueId, String folderName, boolean commitDeletions, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
connection
- Connection to a serveruniqueId
- The unique Id of the messagefolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
connection
- Connection to a serveruniqueId
- The unique Id of the messagefolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessage(IConnection connection, int sequenceNumber, String folderName, boolean commitDeletions)
Begins an asynchronous moving.
connection
- Connection to a serversequenceNumber
- The sequence number of messagefolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessage(IConnection connection, int sequenceNumber, String folderName, boolean commitDeletions, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
connection
- Connection to a serversequenceNumber
- The sequence number of messagefolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
connection
- Connection to a serversequenceNumber
- The sequence number of messagefolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessage(String uniqueId, String folderName, boolean commitDeletions)
Begins an asynchronous moving.
uniqueId
- The unique Id of the messagefolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessage(String uniqueId, String folderName, boolean commitDeletions, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
uniqueId
- The unique Id of the messagefolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessage(String uniqueId, String folderName, boolean commitDeletions, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins an asynchronous moving.
uniqueId
- The unique Id of the messagefolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessage(int sequenceNumber, String folderName, boolean commitDeletions)
Begins an asynchronous moving.
sequenceNumber
- The sequence number of messagefolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessage(int sequenceNumber, String folderName, boolean commitDeletions, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
sequenceNumber
- The sequence number of messagefolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessage(int sequenceNumber, String folderName, boolean commitDeletions, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins an asynchronous moving.
sequenceNumber
- The sequence number of messagefolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final String endMoveMessage(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete.
asyncResult
- The reference to the pending asynchronous request to wait for.public final String moveMessage(IConnection connection, int sequenceNumber, String folderName, boolean commitDeletions)
Moves the messaeg
connection
- Connection to a serversequenceNumber
- The sequence number of the messagefolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.public final String moveMessage(IConnection connection, String uniqueId, String folderName, boolean commitDeletions)
Moves the message
connection
- Connection to a serveruniqueId
- The uid of the messagefolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.public final String moveMessage(int sequenceNumber, String folderName, boolean commitDeletions)
Moves the message
sequenceNumber
- The sequence number of the messagefolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.public final String moveMessage(String uniqueId, String folderName, boolean commitDeletions)
Moves the message
uniqueId
- The uid of the messagefolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.public final String moveMessage(IConnection connection, int sequenceNumber, String folderName)
Moves the messaeg
connection
- Connection to a serversequenceNumber
- The sequence number of the messagefolderName
- Folder name where a message is to be movedpublic final String moveMessage(IConnection connection, String uniqueId, String folderName)
Moves the message
connection
- Connection to a serveruniqueId
- The uid of the messagefolderName
- Folder name where a message is to be movedpublic final String moveMessage(int sequenceNumber, String folderName)
Moves the message
sequenceNumber
- The sequence number of the messagefolderName
- Folder name where a message is to be movedpublic final String moveMessage(String uniqueId, String folderName)
Moves the message
uniqueId
- The uid of the messagefolderName
- Folder name where a message is to be movedpublic final com.aspose.ms.System.IAsyncResult beginMoveMessages(IConnection connection, int startSequence, int endSequence, String folderName)
Begins an asynchronous moving.
connection
- Connection to a serverstartSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listfolderName
- Folder name where a message is to be movedIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessages(IConnection connection, int startSequence, int endSequence, String folderName, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
connection
- Connection to a serverstartSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listfolderName
- Folder name where a message is to be movedcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
connection
- Connection to a serverstartSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listfolderName
- Folder name where a message is to be movedcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessages(int startSequence, int endSequence, String folderName)
Begins an asynchronous moving.
startSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listfolderName
- Folder name where a message is to be movedIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessages(int startSequence, int endSequence, String folderName, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
startSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listfolderName
- Folder name where a message is to be movedcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessages(int startSequence, int endSequence, String folderName, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins an asynchronous moving.
startSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listfolderName
- Folder name where a message is to be movedcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessages(IConnection connection, int startSequence, int endSequence, String folderName, boolean commitDeletions)
Begins an asynchronous moving.
connection
- Connection to a serverstartSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
connection
- Connection to a serverstartSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
connection
- Connection to a serverstartSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessages(int startSequence, int endSequence, String folderName, boolean commitDeletions)
Begins an asynchronous moving.
startSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessages(int startSequence, int endSequence, String folderName, boolean commitDeletions, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
startSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
startSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessages(IConnection connection, String startUid, String endUid, String folderName)
Begins an asynchronous moving.
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listfolderName
- Folder name where a message is to be movedIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessages(IConnection connection, String startUid, String endUid, String folderName, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listfolderName
- Folder name where a message is to be movedcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listfolderName
- Folder name where a message is to be movedcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessages(String startUid, String endUid, String folderName)
Begins an asynchronous moving.
startUid
- The starting UID of a message listendUid
- The ending UID of a message listfolderName
- Folder name where a message is to be movedIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessages(String startUid, String endUid, String folderName, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
startUid
- The starting UID of a message listendUid
- The ending UID of a message listfolderName
- Folder name where a message is to be movedcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessages(String startUid, String endUid, String folderName, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins an asynchronous moving.
startUid
- The starting UID of a message listendUid
- The ending UID of a message listfolderName
- Folder name where a message is to be movedcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessages(IConnection connection, String startUid, String endUid, String folderName, boolean commitDeletions)
Begins an asynchronous moving.
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessages(String startUid, String endUid, String folderName, boolean commitDeletions)
Begins an asynchronous moving.
startUid
- The starting UID of a message listendUid
- The ending UID of a message listfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessages(String startUid, String endUid, String folderName, boolean commitDeletions, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
startUid
- The starting UID of a message listendUid
- The ending UID of a message listfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
startUid
- The starting UID of a message listendUid
- The ending UID of a message listfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessagesBySequences(IConnection connection, Iterable<Integer> sequenceSet, String folderName)
Begins an asynchronous moving.
connection
- Connection to a serversequenceSet
- The set of sequence numbers for messagesfolderName
- Folder name where a message is to be movedIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessagesBySequences(IConnection connection, Iterable<Integer> sequenceSet, String folderName, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
connection
- Connection to a serversequenceSet
- The set of sequence numbers for messagesfolderName
- Folder name where a message is to be movedcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
connection
- Connection to a serversequenceSet
- The set of sequence numbers for messagesfolderName
- Folder name where a message is to be movedcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessagesBySequences(Iterable<Integer> sequenceSet, String folderName)
Begins an asynchronous moving.
sequenceSet
- The set of sequence numbers for messagesfolderName
- Folder name where a message is to be movedIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessagesBySequences(Iterable<Integer> sequenceSet, String folderName, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
sequenceSet
- The set of sequence numbers for messagesfolderName
- Folder name where a message is to be movedcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessagesBySequences(Iterable<Integer> sequenceSet, String folderName, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins an asynchronous moving.
sequenceSet
- The set of sequence numbers for messagesfolderName
- Folder name where a message is to be movedcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessagesBySequences(IConnection connection, Iterable<Integer> sequenceSet, String folderName, boolean commitDeletions)
Begins an asynchronous moving.
connection
- Connection to a serversequenceSet
- The set of sequence numbers for messagesfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
connection
- Connection to a serversequenceSet
- The set of sequence numbers for messagesfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
connection
- Connection to a serversequenceSet
- The set of sequence numbers for messagesfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessagesBySequences(Iterable<Integer> sequenceSet, String folderName, boolean commitDeletions)
Begins an asynchronous moving.
sequenceSet
- The set of sequence numbers for messagesfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessagesBySequences(Iterable<Integer> sequenceSet, String folderName, boolean commitDeletions, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
sequenceSet
- The set of sequence numbers for messagesfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
sequenceSet
- The set of sequence numbers for messagesfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessagesByUids(IConnection connection, Iterable<String> uidSet, String folderName)
Begins an asynchronous moving.
connection
- Connection to a serveruidSet
- The set of UID for messagesfolderName
- Folder name where a message is to be movedIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessagesByUids(IConnection connection, Iterable<String> uidSet, String folderName, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
connection
- Connection to a serveruidSet
- The set of UID for messagesfolderName
- Folder name where a message is to be movedcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
connection
- Connection to a serveruidSet
- The set of UID for messagesfolderName
- Folder name where a message is to be movedcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessagesByUids(Iterable<String> uidSet, String folderName)
Begins an asynchronous moving.
uidSet
- The set of UID for messagesfolderName
- Folder name where a message is to be movedIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessagesByUids(Iterable<String> uidSet, String folderName, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
uidSet
- The set of UID for messagesfolderName
- Folder name where a message is to be movedcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessagesByUids(Iterable<String> uidSet, String folderName, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins an asynchronous moving.
uidSet
- The set of UID for messagesfolderName
- Folder name where a message is to be movedcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessagesByUids(IConnection connection, Iterable<String> uidSet, String folderName, boolean commitDeletions)
Begins an asynchronous moving.
connection
- Connection to a serveruidSet
- The set of UID for messagesfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
connection
- Connection to a serveruidSet
- The set of UID for messagesfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
connection
- Connection to a serveruidSet
- The set of UID for messagesfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessagesByUids(Iterable<String> uidSet, String folderName, boolean commitDeletions)
Begins an asynchronous moving.
uidSet
- The set of UID for messagesfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessagesByUids(Iterable<String> uidSet, String folderName, boolean commitDeletions, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
uidSet
- The set of UID for messagesfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
uidSet
- The set of UID for messagesfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessages(IConnection connection, Iterable<ImapMessageInfo> messageInfoSet, String folderName)
Begins an asynchronous moving.
connection
- Connection to a servermessageInfoSet
- The set of ImapMessageInfofolderName
- Folder name where a message is to be movedIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessages(IConnection connection, Iterable<ImapMessageInfo> messageInfoSet, String folderName, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
connection
- Connection to a servermessageInfoSet
- The set of ImapMessageInfofolderName
- Folder name where a message is to be movedcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
connection
- Connection to a servermessageInfoSet
- The set of ImapMessageInfofolderName
- Folder name where a message is to be movedcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessages(Iterable<ImapMessageInfo> messageInfoSet, String folderName)
Begins an asynchronous moving.
messageInfoSet
- The set of ImapMessageInfofolderName
- Folder name where a message is to be movedIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessages(Iterable<ImapMessageInfo> messageInfoSet, String folderName, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
messageInfoSet
- The set of ImapMessageInfofolderName
- Folder name where a message is to be movedcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessages(Iterable<ImapMessageInfo> messageInfoSet, String folderName, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins an asynchronous moving.
messageInfoSet
- The set of ImapMessageInfofolderName
- Folder name where a message is to be movedcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessages(IConnection connection, Iterable<ImapMessageInfo> messageInfoSet, String folderName, boolean commitDeletions)
Begins an asynchronous moving.
connection
- Connection to a servermessageInfoSet
- The set of ImapMessageInfofolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
connection
- Connection to a servermessageInfoSet
- The set of ImapMessageInfofolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
connection
- Connection to a servermessageInfoSet
- The set of ImapMessageInfofolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessages(Iterable<ImapMessageInfo> messageInfoSet, String folderName, boolean commitDeletions)
Begins an asynchronous moving.
messageInfoSet
- The set of ImapMessageInfofolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginMoveMessages(Iterable<ImapMessageInfo> messageInfoSet, String folderName, boolean commitDeletions, com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
messageInfoSet
- The set of ImapMessageInfofolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
messageInfoSet
- The set of ImapMessageInfofolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final void endMoveMessages(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete.
asyncResult
- The reference to the pending asynchronous request to wait for.public final void moveMessages(IConnection connection, int startSequence, int endSequence, String folderName, boolean commitDeletions)
Moves the messaeg
connection
- Connection to a serverstartSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.public final void moveMessages(int startSequence, int endSequence, String folderName, boolean commitDeletions)
Moves the message
startSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.public final void moveMessages(IConnection connection, int startSequence, int endSequence, String folderName)
Moves the messaeg
connection
- Connection to a serverstartSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listfolderName
- Folder name where a message is to be movedpublic final void moveMessages(int startSequence, int endSequence, String folderName)
Moves the message
startSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listfolderName
- Folder name where a message is to be movedpublic final void moveMessagesBySequences(IConnection connection, Iterable<Integer> sequenceSet, String folderName, boolean commitDeletions)
Moves the messaeg
connection
- Connection to a serversequenceSet
- The set of sequence numbers for messagesfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.public final void moveMessagesBySequences(Iterable<Integer> sequenceSet, String folderName, boolean commitDeletions)
Moves the message
sequenceSet
- The set of sequence numbers for messagesfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.public final void moveMessagesBySequences(IConnection connection, Iterable<Integer> sequenceSet, String folderName)
Moves the messaeg
connection
- Connection to a serversequenceSet
- The set of sequence numbers for messagesfolderName
- Folder name where a message is to be movedpublic final void moveMessagesBySequences(Iterable<Integer> sequenceSet, String folderName)
Moves the message
sequenceSet
- The set of sequence numbers for messagesfolderName
- Folder name where a message is to be movedpublic final void moveMessages(IConnection connection, String startUid, String endUid, String folderName, boolean commitDeletions)
Moves the message
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.public final void moveMessages(String startUid, String endUid, String folderName, boolean commitDeletions)
Moves the message
startUid
- The starting UID of a message listendUid
- The ending UID of a message listfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.public final void moveMessages(IConnection connection, String startUid, String endUid, String folderName)
Moves the message
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listfolderName
- Folder name where a message is to be movedpublic final void moveMessages(String startUid, String endUid, String folderName)
Moves the message
startUid
- The starting UID of a message listendUid
- The ending UID of a message listfolderName
- Folder name where a message is to be movedpublic final void moveMessagesByUids(IConnection connection, Iterable<String> uidSet, String folderName, boolean commitDeletions)
Moves the message
connection
- Connection to a serveruidSet
- The set of UID for messagesfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.public final void moveMessagesByUids(Iterable<String> uidSet, String folderName, boolean commitDeletions)
Moves the message
uidSet
- The set of UID for messagesfolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.public final void moveMessagesByUids(IConnection connection, Iterable<String> uidSet, String folderName)
Moves the message
connection
- Connection to a serveruidSet
- The set of UID for messagesfolderName
- Folder name where a message is to be movedpublic final void moveMessagesByUids(Iterable<String> uidSet, String folderName)
Moves the message
uidSet
- The set of UID for messagesfolderName
- Folder name where a message is to be movedpublic final void moveMessages(IConnection connection, Iterable<ImapMessageInfo> messageInfoSet, String folderName, boolean commitDeletions)
Moves the message
connection
- Connection to a servermessageInfoSet
- The set of ImapMessageInfofolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.public final void moveMessages(Iterable<ImapMessageInfo> messageInfoSet, String folderName, boolean commitDeletions)
Moves the message
messageInfoSet
- The set of ImapMessageInfofolderName
- Folder name where a message is to be movedcommitDeletions
- Specifies whether deletions should be committed.public final void moveMessages(IConnection connection, Iterable<ImapMessageInfo> messageInfoSet, String folderName)
Moves the message
connection
- Connection to a servermessageInfoSet
- The set of ImapMessageInfofolderName
- Folder name where a message is to be movedpublic final void moveMessages(Iterable<ImapMessageInfo> messageInfoSet, String folderName)
Moves the message
messageInfoSet
- The set of ImapMessageInfofolderName
- Folder name where a message is to be movedpublic final com.aspose.ms.System.IAsyncResult beginNoop(IConnection connection)
Begins to execute 'No operation' command
connection
- Connection to a serverIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginNoop(IConnection connection, com.aspose.ms.System.AsyncCallback callback)
Begins to execute 'No operation' command
connection
- Connection to a servercallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginNoop(IConnection connection, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins to execute 'No operation' command
connection
- Connection to a servercallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginNoop()
Begins to execute 'No operation' command
IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginNoop(com.aspose.ms.System.AsyncCallback callback)
Begins to execute 'No operation' command
callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginNoop(com.aspose.ms.System.AsyncCallback callback, Object state)
Begins to execute 'No operation' command
callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final void endNoop(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete.
asyncResult
- The reference to the pending asynchronous request to wait for.public void noop(IConnection connection)
'No operation' command
noop
in class EmailClient
connection
- Connection to a serverpublic void noop()
'No operation' command
noop
in class EmailClient
public final com.aspose.ms.System.IAsyncResult beginRemoveMessageFlags(IConnection connection, Iterable<ImapMessageInfo> messageInfoSet, ImapMessageFlags flags, long modificationSequence)
Removes the flags of the message asynchronously
connection
- Connection to a servermessageInfoSet
- The set of ImapMessageInfoflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a servermessageInfoSet
- The set of ImapMessageInfoflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a servermessageInfoSet
- The set of ImapMessageInfoflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginRemoveMessageFlags(Iterable<ImapMessageInfo> messageInfoSet, ImapMessageFlags flags, long modificationSequence)
Removes the flags of the message asynchronously
messageInfoSet
- The set of ImapMessageInfoflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final 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
messageInfoSet
- The set of ImapMessageInfoflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
messageInfoSet
- The set of ImapMessageInfoflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginRemoveMessageFlags(IConnection connection, Iterable<ImapMessageInfo> messageInfoSet, ImapMessageFlags flags)
Removes the flags of the message asynchronously
connection
- Connection to a servermessageInfoSet
- The set of ImapMessageInfoflags
- Flag valueIAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a servermessageInfoSet
- The set of ImapMessageInfoflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a servermessageInfoSet
- The set of ImapMessageInfoflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginRemoveMessageFlags(Iterable<ImapMessageInfo> messageInfoSet, ImapMessageFlags flags)
Removes the flags of the message asynchronously
messageInfoSet
- The set of ImapMessageInfoflags
- Flag valueIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginRemoveMessageFlags(Iterable<ImapMessageInfo> messageInfoSet, ImapMessageFlags flags, com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
messageInfoSet
- The set of ImapMessageInfoflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
messageInfoSet
- The set of ImapMessageInfoflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginRemoveMessageFlagsByUids(IConnection connection, Iterable<String> uidSet, ImapMessageFlags flags, long modificationSequence)
Removes the flags of the message asynchronously
connection
- Connection to a serveruidSet
- The set of UID for messagesflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serveruidSet
- The set of UID for messagesflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serveruidSet
- The set of UID for messagesflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginRemoveMessageFlagsBySequences(IConnection connection, Iterable<Integer> sequenceSet, ImapMessageFlags flags, long modificationSequence)
Removes the flags of the message asynchronously
connection
- Connection to a serversequenceSet
- The set of sequence numbers for messagesflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serversequenceSet
- The set of sequence numbers for messagesflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serversequenceSet
- The set of sequence numbers for messagesflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginRemoveMessageFlagsByUids(Iterable<String> uidSet, ImapMessageFlags flags, long modificationSequence)
Removes the flags of the message asynchronously
uidSet
- The set of UID for messagesflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final 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
uidSet
- The set of UID for messagesflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
uidSet
- The set of UID for messagesflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginRemoveMessageFlagsBySequences(Iterable<Integer> sequenceSet, ImapMessageFlags flags, long modificationSequence)
Removes the flags of the message asynchronously
sequenceSet
- The set of sequence numbers for messagesflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final 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
sequenceSet
- The set of sequence numbers for messagesflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
sequenceSet
- The set of sequence numbers for messagesflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginRemoveMessageFlagsByUids(IConnection connection, Iterable<String> uidSet, ImapMessageFlags flags)
Removes the flags of the message asynchronously
connection
- Connection to a serveruidSet
- The set of UID for messagesflags
- Flag valueIAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serveruidSet
- The set of UID for messagesflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serveruidSet
- The set of UID for messagesflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginRemoveMessageFlagsBySequences(IConnection connection, Iterable<Integer> sequenceSet, ImapMessageFlags flags)
Removes the flags of the message asynchronously
connection
- Connection to a serversequenceSet
- The set of sequence numbers for messagesflags
- Flag valueIAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serversequenceSet
- The set of sequence numbers for messagesflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serversequenceSet
- The set of sequence numbers for messagesflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginRemoveMessageFlagsByUids(Iterable<String> uidSet, ImapMessageFlags flags)
Removes the flags of the message asynchronously
uidSet
- The set of UID for messagesflags
- Flag valueIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginRemoveMessageFlagsByUids(Iterable<String> uidSet, ImapMessageFlags flags, com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
uidSet
- The set of UID for messagesflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
uidSet
- The set of UID for messagesflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginRemoveMessageFlagsBySequences(Iterable<Integer> sequenceSet, ImapMessageFlags flags)
Removes the flags of the message asynchronously
sequenceSet
- The set of sequence numbers for messagesflags
- Flag valueIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginRemoveMessageFlagsBySequences(Iterable<Integer> sequenceSet, ImapMessageFlags flags, com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
sequenceSet
- The set of sequence numbers for messagesflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
sequenceSet
- The set of sequence numbers for messagesflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginRemoveMessageFlags(IConnection connection, String startUid, String endUid, ImapMessageFlags flags, long modificationSequence)
Removes the flags of the message asynchronously
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginRemoveMessageFlags(IConnection connection, int startSequence, int endSequence, ImapMessageFlags flags, long modificationSequence)
Removes the flags of the message asynchronously
connection
- Connection to a serverstartSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverstartSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverstartSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginRemoveMessageFlags(String startUid, String endUid, ImapMessageFlags flags, long modificationSequence)
Removes the flags of the message asynchronously
startUid
- The starting UID of a message listendUid
- The ending UID of a message listflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final 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
startUid
- The starting UID of a message listendUid
- The ending UID of a message listflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
startUid
- The starting UID of a message listendUid
- The ending UID of a message listflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginRemoveMessageFlags(int startSequence, int endSequence, ImapMessageFlags flags, long modificationSequence)
Removes the flags of the message asynchronously
startSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final 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
startSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
startSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listflags
- Flag valuemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginRemoveMessageFlags(IConnection connection, String startUid, String endUid, ImapMessageFlags flags)
Removes the flags of the message asynchronously
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listflags
- Flag valueIAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginRemoveMessageFlags(IConnection connection, int startSequence, int endSequence, ImapMessageFlags flags)
Removes the flags of the message asynchronously
connection
- Connection to a serverstartSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listflags
- Flag valueIAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverstartSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverstartSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginRemoveMessageFlags(String startUid, String endUid, ImapMessageFlags flags)
Removes the flags of the message asynchronously
startUid
- The starting UID of a message listendUid
- The ending UID of a message listflags
- Flag valueIAsyncResult
that represents the status of an asynchronous operation.public final 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
startUid
- The starting UID of a message listendUid
- The ending UID of a message listflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
startUid
- The starting UID of a message listendUid
- The ending UID of a message listflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginRemoveMessageFlags(int startSequence, int endSequence, ImapMessageFlags flags)
Removes the flags of the message asynchronously
startSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listflags
- Flag valueIAsyncResult
that represents the status of an asynchronous operation.public final 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
startSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
startSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listflags
- Flag valuecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginRemoveMessageFlags(IConnection connection, int sequenceNumber, ImapMessageFlags flags, long modificationSequence)
Removes the flags of the message asynchronously
connection
- Connection to a serversequenceNumber
- The sequence number of messageflags
- The flags to be addedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serversequenceNumber
- The sequence number of messageflags
- The flags to be addedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serversequenceNumber
- The sequence number of messageflags
- The flags to be addedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginRemoveMessageFlags(IConnection connection, String uniqueId, ImapMessageFlags flags, long modificationSequence)
Removes the flags of the message asynchronously
connection
- Connection to a serveruniqueId
- Unique identifier of a messageflags
- The flags to be addedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serveruniqueId
- Unique identifier of a messageflags
- The flags to be addedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serveruniqueId
- Unique identifier of a messageflags
- The flags to be addedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginRemoveMessageFlags(int sequenceNumber, ImapMessageFlags flags, long modificationSequence)
Removes the flags of the message asynchronously
sequenceNumber
- The sequence number of messageflags
- The flags to be addedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final 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
sequenceNumber
- The sequence number of messageflags
- The flags to be addedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
sequenceNumber
- The sequence number of messageflags
- The flags to be addedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginRemoveMessageFlags(String uniqueId, ImapMessageFlags flags, long modificationSequence)
Removes the flags of the message asynchronously
uniqueId
- Unique identifier of a messageflags
- The flags to be addedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final 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
uniqueId
- Unique identifier of a messageflags
- The flags to be addedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
uniqueId
- Unique identifier of a messageflags
- The flags to be addedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginRemoveMessageFlags(IConnection connection, int sequenceNumber, ImapMessageFlags flags)
Removes the flags of the message asynchronously
connection
- Connection to a serversequenceNumber
- The sequence number of messageflags
- The flags to be addedIAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serversequenceNumber
- The sequence number of messageflags
- The flags to be addedcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serversequenceNumber
- The sequence number of messageflags
- The flags to be addedcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginRemoveMessageFlags(IConnection connection, String uniqueId, ImapMessageFlags flags)
Removes the flags of the message asynchronously
connection
- Connection to a serveruniqueId
- Unique identifier of a messageflags
- The flags to be addedIAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serveruniqueId
- Unique identifier of a messageflags
- The flags to be addedcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serveruniqueId
- Unique identifier of a messageflags
- The flags to be addedcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginRemoveMessageFlags(int sequenceNumber, ImapMessageFlags flags)
Removes the flags of the message asynchronously
sequenceNumber
- The sequence number of messageflags
- The flags to be addedIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginRemoveMessageFlags(int sequenceNumber, ImapMessageFlags flags, com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
sequenceNumber
- The sequence number of messageflags
- The flags to be addedcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
sequenceNumber
- The sequence number of messageflags
- The flags to be addedcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginRemoveMessageFlags(String uniqueId, ImapMessageFlags flags)
Removes the flags of the message asynchronously
uniqueId
- Unique identifier of a messageflags
- The flags to be addedIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginRemoveMessageFlags(String uniqueId, ImapMessageFlags flags, com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
uniqueId
- Unique identifier of a messageflags
- The flags to be addedcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
uniqueId
- Unique identifier of a messageflags
- The flags to be addedcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final void endRemoveMessageFlags(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete.
asyncResult
- The reference to the pending asynchronous request to wait for.public final void removeMessageFlags(IConnection connection, int sequenceNumber, ImapMessageFlags flags)
Removes the flags of the message
connection
- Connection to a serversequenceNumber
- The sequence number of the messageflags
- The flags to be addedpublic final void removeMessageFlags(IConnection connection, String uniqueId, ImapMessageFlags flags)
Removes the flags of the message
connection
- Connection to a serveruniqueId
- Unique identifier of a messageflags
- The flags to be addedpublic final void removeMessageFlags(int sequenceNumber, ImapMessageFlags flags)
Removes the flags of the message
sequenceNumber
- The sequence number of the messageflags
- The flags to be addedpublic final void removeMessageFlags(String uniqueId, ImapMessageFlags flags)
Removes the flags of the message
uniqueId
- Unique identifier of a messageflags
- The flags to be addedpublic final void removeMessageFlags(IConnection connection, int sequenceNumber, ImapMessageFlags flags, long modificationSequence)
Removes the flags of the message
connection
- Connection to a serversequenceNumber
- The sequence number of the messageflags
- The flags to be addedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final void removeMessageFlags(IConnection connection, String uniqueId, ImapMessageFlags flags, long modificationSequence)
Removes the flags of the message
connection
- Connection to a serveruniqueId
- Unique identifier of a messageflags
- The flags to be addedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final void removeMessageFlags(int sequenceNumber, ImapMessageFlags flags, long modificationSequence)
Removes the flags of the message
sequenceNumber
- The sequence number of the messageflags
- The flags to be addedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final void removeMessageFlags(String uniqueId, ImapMessageFlags flags, long modificationSequence)
Removes the flags of the message
uniqueId
- Unique identifier of a messageflags
- The flags to be addedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final void removeMessageFlags(String startUid, String endUid, ImapMessageFlags flags)
Removes the flags of the message
startUid
- The starting UID of a message listendUid
- The ending UID of a message listflags
- The flags to be changedpublic final void removeMessageFlags(int startSequence, int endSequence, ImapMessageFlags flags)
Removes the flags of the message
startSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listflags
- The flags to be removedpublic final void removeMessageFlags(IConnection connection, String startUid, String endUid, ImapMessageFlags flags)
Removes the flags of the message
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listflags
- The flags to be changedpublic final void removeMessageFlags(IConnection connection, int startSequence, int endSequence, ImapMessageFlags flags)
Removes the flags of the message
connection
- Connection to a serverstartSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listflags
- The flags to be removedpublic final void removeMessageFlags(String startUid, String endUid, ImapMessageFlags flags, long modificationSequence)
Removes the flags of the message
startUid
- The starting UID of a message listendUid
- The ending UID of a message listflags
- The flags to be changedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final void removeMessageFlags(int startSequence, int endSequence, ImapMessageFlags flags, long modificationSequence)
Removes the flags of the message
startSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listflags
- The flags to be removedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final void removeMessageFlags(IConnection connection, String startUid, String endUid, ImapMessageFlags flags, long modificationSequence)
Removes the flags of the message
connection
- Connection to a serverstartUid
- The starting UID of a message listendUid
- The ending UID of a message listflags
- The flags to be changedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final void removeMessageFlags(IConnection connection, int startSequence, int endSequence, ImapMessageFlags flags, long modificationSequence)
Removes the flags of the message
connection
- Connection to a serverstartSequence
- The starting sequence number of a message listendSequence
- The ending sequence number of a message listflags
- The flags to be removedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final void removeMessageFlagsByUids(Iterable<String> uidSet, ImapMessageFlags flags)
Removes the flags of the message
uidSet
- The set of UID for messagesflags
- The flags to be changedpublic final void removeMessageFlagsBySequences(Iterable<Integer> sequenceSet, ImapMessageFlags flags)
Removes the flags of the message
sequenceSet
- The set of sequence numbers for messagesflags
- The flags to be removedpublic final void removeMessageFlagsByUids(IConnection connection, Iterable<String> uidSet, ImapMessageFlags flags)
Removes the flags of the message
connection
- Connection to a serveruidSet
- The set of UID for messagesflags
- The flags to be changedpublic final void removeMessageFlagsBySequences(IConnection connection, Iterable<Integer> sequenceSet, ImapMessageFlags flags)
Removes the flags of the message
connection
- Connection to a serversequenceSet
- The set of sequence numbers for messagesflags
- The flags to be removedpublic final void removeMessageFlagsByUids(Iterable<String> uidSet, ImapMessageFlags flags, long modificationSequence)
Removes the flags of the message
uidSet
- The set of UID for messagesflags
- The flags to be changedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final void removeMessageFlagsBySequences(Iterable<Integer> sequenceSet, ImapMessageFlags flags, long modificationSequence)
Removes the flags of the message
sequenceSet
- The set of sequence numbers for messagesflags
- The flags to be removedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final void removeMessageFlagsByUids(IConnection connection, Iterable<String> uidSet, ImapMessageFlags flags, long modificationSequence)
Removes the flags of the message
connection
- Connection to a serveruidSet
- The set of set of UID for messagesflags
- The flags to be changedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final void removeMessageFlagsBySequences(IConnection connection, Iterable<Integer> sequenceSet, ImapMessageFlags flags, long modificationSequence)
Removes the flags of the message
connection
- Connection to a serversequenceSet
- The set of sequence numbers for messagesflags
- The flags to be removedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final void removeMessageFlags(Iterable<ImapMessageInfo> messageInfoSet, ImapMessageFlags flags)
Removes the flags of the message
messageInfoSet
- The set of ImapMessageInfoflags
- The flags to be changedpublic final void removeMessageFlags(IConnection connection, Iterable<ImapMessageInfo> messageInfoSet, ImapMessageFlags flags)
Removes the flags of the message
connection
- Connection to a servermessageInfoSet
- The set of ImapMessageInfoflags
- The flags to be changedpublic final void removeMessageFlags(Iterable<ImapMessageInfo> messageInfoSet, ImapMessageFlags flags, long modificationSequence)
Removes the flags of the message
messageInfoSet
- The set of ImapMessageInfoflags
- The flags to be changedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final void removeMessageFlags(IConnection connection, Iterable<ImapMessageInfo> messageInfoSet, ImapMessageFlags flags, long modificationSequence)
Removes the flags of the message
connection
- Connection to a servermessageInfoSet
- The set of ImapMessageInfoflags
- The flags to be changedmodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final com.aspose.ms.System.IAsyncResult beginRenameFolder(IConnection connection, String folderName, String newFolderName)
Begins RenameFolder operation asynchronously
connection
- Connection to a serverfolderName
- Folder to be renamednewFolderName
- New folder nameIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginRenameFolder(IConnection connection, String folderName, String newFolderName, com.aspose.ms.System.AsyncCallback callback)
Begins RenameFolder operation asynchronously
connection
- Connection to a serverfolderName
- Folder to be renamednewFolderName
- New folder namecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginRenameFolder(IConnection connection, String folderName, String newFolderName, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins RenameFolder operation asynchronously
connection
- Connection to a serverfolderName
- Folder to be renamednewFolderName
- New folder namecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginRenameFolder(String folderName, String newFolderName)
Begins RenameFolder operation asynchronously
folderName
- Folder to be renamednewFolderName
- New folder nameIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginRenameFolder(String folderName, String newFolderName, com.aspose.ms.System.AsyncCallback callback)
Begins RenameFolder operation asynchronously
folderName
- Folder to be renamednewFolderName
- New folder namecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginRenameFolder(String folderName, String newFolderName, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins RenameFolder operation asynchronously
folderName
- Folder to be renamednewFolderName
- New folder namecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final void endRenameFolder(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the asynchronous operation to complete.
asyncResult
- The reference to the pending asynchronous request to wait for.public final void renameFolder(IConnection connection, String folderName, String newFolderName)
Renames a specified folder to a new name
connection
- Connection to a serverfolderName
- Folder to be renamednewFolderName
- New folder namepublic final void renameFolder(String folderName, String newFolderName)
Renames a specified folder to a new name
folderName
- Folder to be renamednewFolderName
- New folder namepublic final com.aspose.ms.System.IAsyncResult beginRequestCheckpoint(IConnection connection)
Begins request a checkpoint of the currently selected mailbox.
connection
- Connection to a serverIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginRequestCheckpoint(IConnection connection, com.aspose.ms.System.AsyncCallback callback)
Begins request a checkpoint of the currently selected mailbox.
connection
- Connection to a servercallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
connection
- Connection to a servercallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginRequestCheckpoint()
Begins request a checkpoint of the currently selected mailbox.
IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginRequestCheckpoint(com.aspose.ms.System.AsyncCallback callback)
Begins request a checkpoint of the currently selected mailbox.
callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginRequestCheckpoint(com.aspose.ms.System.AsyncCallback callback, Object state)
Begins request a checkpoint of the currently selected mailbox.
callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final void endRequestCheckpoint(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete.
asyncResult
- The reference to the pending asynchronous request to wait for.public final void requestCheckpoint(IConnection connection)
Requests a checkpoint of the currently selected mailbox.
connection
- Connection to a serverpublic final void requestCheckpoint()
Requests a checkpoint of the currently selected mailbox.
@Deprecated public final com.aspose.ms.System.IAsyncResult beginRestore(IConnection connection, String fileName, int options)
Begins to restore imap folders from the specified personal storage file.
connection
- Connection to a serverfileName
- A path to personal storage file.options
- Restore options.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginRestore(IConnection connection, String fileName, int options, com.aspose.ms.System.AsyncCallback callback)
Begins to restore imap folders from the specified personal storage file.
connection
- Connection to a serverfileName
- A path to personal storage file.options
- Restore options.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginRestore(IConnection connection, String fileName, int options, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins to restore imap folders from the specified personal storage file.
connection
- Connection to a serverfileName
- A path to personal storage file.options
- Restore options.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginRestore(IConnection connection, InputStream stream, int options)
Begins to restore imap folders from the given stream.
connection
- Connection to a serverstream
- A stream containing personal storage.options
- Restore options.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginRestore(IConnection connection, InputStream stream, int options, com.aspose.ms.System.AsyncCallback callback)
Begins to restore imap folders from the given stream.
connection
- Connection to a serverstream
- A stream containing personal storage.options
- Restore options.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginRestore(IConnection connection, InputStream stream, int options, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins to restore imap folders from the given stream.
connection
- Connection to a serverstream
- A stream containing personal storage.options
- Restore options.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginRestore(IConnection connection, PersonalStorage pst, int options)
Begins to restore imap folders from the given personal storage.
connection
- Connection to a serverpst
- A personal storage containing the backuped imap folders.options
- Restore options.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginRestore(IConnection connection, PersonalStorage pst, int options, com.aspose.ms.System.AsyncCallback callback)
Begins to restore imap folders from the given personal storage.
connection
- Connection to a serverpst
- A personal storage containing the backuped imap folders.options
- Restore options.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginRestore(IConnection connection, PersonalStorage pst, int options, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins to restore imap folders from the given personal storage.
connection
- Connection to a serverpst
- A personal storage containing the backuped imap folders.options
- Restore options.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginRestore(IConnection connection, String fileName, ImapFolderInfoCollection folders, int options)
Begins to restore the specified imap folders from the specified personal storage file.
connection
- Connection to a serverfileName
- A path to personal storage file.folders
- A folders to be restored.options
- Restore options.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginRestore(IConnection connection, String fileName, ImapFolderInfoCollection folders, int options, com.aspose.ms.System.AsyncCallback callback)
Begins to restore the specified imap folders from the specified personal storage file.
connection
- Connection to a serverfileName
- A path to personal storage file.folders
- A folders to be restored.options
- Restore options.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginRestore(IConnection connection, String fileName, ImapFolderInfoCollection folders, int options, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins to restore the specified imap folders from the specified personal storage file.
connection
- Connection to a serverfileName
- A path to personal storage file.folders
- A folders to be restored.options
- Restore options.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginRestore(IConnection connection, InputStream stream, ImapFolderInfoCollection folders, int options)
Begins to restore the specified imap folders from the given stream.
connection
- Connection to a serverstream
- A stream containing personal storage.folders
- A folders to be restored.options
- Restore options.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginRestore(IConnection connection, InputStream stream, ImapFolderInfoCollection folders, int options, com.aspose.ms.System.AsyncCallback callback)
Begins to restore the specified imap folders from the given stream.
connection
- Connection to a serverstream
- A stream containing personal storage.folders
- A folders to be restored.options
- Restore options.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginRestore(IConnection connection, InputStream stream, ImapFolderInfoCollection folders, int options, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins to restore the specified imap folders from the given stream.
connection
- Connection to a serverstream
- A stream containing personal storage.folders
- A folders to be restored.options
- Restore options.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginRestore(IConnection connection, PersonalStorage pst, ImapFolderInfoCollection folders, int options)
Begins to restore the specified imap folders from the given personal storage.
connection
- Connection to a serverpst
- A personal storage containing the backuped imap folders.folders
- A folders to be restored.options
- Restore options.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginRestore(IConnection connection, PersonalStorage pst, ImapFolderInfoCollection folders, int options, com.aspose.ms.System.AsyncCallback callback)
Begins to restore the specified imap folders from the given personal storage.
connection
- Connection to a serverpst
- A personal storage containing the backuped imap folders.folders
- A folders to be restored.options
- Restore options.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginRestore(IConnection connection, PersonalStorage pst, ImapFolderInfoCollection folders, int options, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins to restore the specified imap folders from the given personal storage.
connection
- Connection to a serverpst
- A personal storage containing the backuped imap folders.folders
- A folders to be restored.options
- Restore options.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginRestore(String fileName, int options)
Begins to restore imap folders from the specified personal storage file.
fileName
- A path to personal storage file.options
- Restore options.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginRestore(String fileName, int options, com.aspose.ms.System.AsyncCallback callback)
Begins to restore imap folders from the specified personal storage file.
fileName
- A path to personal storage file.options
- Restore options.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginRestore(String fileName, int options, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins to restore imap folders from the specified personal storage file.
fileName
- A path to personal storage file.options
- Restore options.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginRestore(InputStream stream, int options)
Begins to restore imap folders from the given stream.
stream
- A stream containing personal storage.options
- Restore options.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginRestore(InputStream stream, int options, com.aspose.ms.System.AsyncCallback callback)
Begins to restore imap folders from the given stream.
stream
- A stream containing personal storage.options
- Restore options.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginRestore(InputStream stream, int options, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins to restore imap folders from the given stream.
stream
- A stream containing personal storage.options
- Restore options.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginRestore(PersonalStorage pst, int options)
Begins to restore imap folders from the given personal storage.
pst
- A personal storage containing the backuped imap folders.options
- Restore options.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginRestore(PersonalStorage pst, int options, com.aspose.ms.System.AsyncCallback callback)
Begins to restore imap folders from the given personal storage.
pst
- A personal storage containing the backuped imap folders.options
- Restore options.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginRestore(PersonalStorage pst, int options, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins to restore imap folders from the given personal storage.
pst
- A personal storage containing the backuped imap folders.options
- Restore options.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginRestore(String fileName, ImapFolderInfoCollection folders, int options)
Begins to restore the specified imap folders from the specified personal storage file.
fileName
- A path to personal storage file.folders
- A folders to be restored.options
- Restore options.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginRestore(String fileName, ImapFolderInfoCollection folders, int options, com.aspose.ms.System.AsyncCallback callback)
Begins to restore the specified imap folders from the specified personal storage file.
fileName
- A path to personal storage file.folders
- A folders to be restored.options
- Restore options.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginRestore(String fileName, ImapFolderInfoCollection folders, int options, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins to restore the specified imap folders from the specified personal storage file.
fileName
- A path to personal storage file.folders
- A folders to be restored.options
- Restore options.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginRestore(InputStream stream, ImapFolderInfoCollection folders, int options)
Begins to restore the specified imap folders from the given stream.
stream
- A stream containing personal storage.folders
- A folders to be restored.options
- Restore options.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginRestore(InputStream stream, ImapFolderInfoCollection folders, int options, com.aspose.ms.System.AsyncCallback callback)
Begins to restore the specified imap folders from the given stream.
stream
- A stream containing personal storage.folders
- A folders to be restored.options
- Restore options.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginRestore(InputStream stream, ImapFolderInfoCollection folders, int options, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins to restore the specified imap folders from the given stream.
stream
- A stream containing personal storage.folders
- A folders to be restored.options
- Restore options.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginRestore(PersonalStorage pst, ImapFolderInfoCollection folders, int options)
Begins to restore the specified imap folders from the given personal storage.
pst
- A personal storage containing the backuped imap folders.folders
- A folders to be restored.options
- Restore options.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginRestore(PersonalStorage pst, ImapFolderInfoCollection folders, int options, com.aspose.ms.System.AsyncCallback callback)
Begins to restore the specified imap folders from the given personal storage.
pst
- A personal storage containing the backuped imap folders.folders
- A folders to be restored.options
- Restore options.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.@Deprecated public final com.aspose.ms.System.IAsyncResult beginRestore(PersonalStorage pst, ImapFolderInfoCollection folders, int options, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins to restore the specified imap folders from the given personal storage.
pst
- A personal storage containing the backuped imap folders.folders
- A folders to be restored.options
- Restore options.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginRestore(PersonalStorage pst, ImapRestoreSettingsAsync settings)
Begins to restore imap folders from the given personal storage.
pst
- A personal storage containing the backuped imap folders.settings
- The restore settingsIAsyncResult
that represents the status of an asynchronous operation.public final void endRestore(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete.
asyncResult
- The reference to the pending asynchronous request to wait for.public final void restore(PersonalStorage pst, ImapRestoreSettings settings)
Begins to restore imap folders from the given personal storage.
pst
- A personal storage containing the backuped imap folders.settings
- The restore settingspublic final com.aspose.ms.System.IAsyncResult beginSaveMessage(IConnection connection, String uniqueId, OutputStream resultStream)
Begins SaveMessage operation asynchronously
connection
- Connection to a serveruniqueId
- The unique Id of the messageresultStream
- Stream that will receive the messageIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginSaveMessage(IConnection connection, String uniqueId, OutputStream resultStream, com.aspose.ms.System.AsyncCallback callback)
Begins SaveMessage operation asynchronously
connection
- Connection to a serveruniqueId
- The unique Id of the messageresultStream
- Stream that will receive the messagecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginSaveMessage(IConnection connection, String uniqueId, OutputStream resultStream, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins SaveMessage operation asynchronously
connection
- Connection to a serveruniqueId
- The unique Id of the messageresultStream
- Stream that will receive the messagecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginSaveMessage(IConnection connection, int sequenceNumber, OutputStream resultStream)
Begins SaveMessage operation asynchronously
connection
- Connection to a serversequenceNumber
- The sequence number of the messageresultStream
- Stream that will receive the messageIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginSaveMessage(IConnection connection, int sequenceNumber, OutputStream resultStream, com.aspose.ms.System.AsyncCallback callback)
Begins SaveMessage operation asynchronously
connection
- Connection to a serversequenceNumber
- The sequence number of the messageresultStream
- Stream that will receive the messagecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginSaveMessage(IConnection connection, int sequenceNumber, OutputStream resultStream, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins SaveMessage operation asynchronously
connection
- Connection to a serversequenceNumber
- The sequence number of the messageresultStream
- Stream that will receive the messagecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginSaveMessage(IConnection connection, String uniqueId, String fileName)
Begins SaveMessage operation asynchronously
connection
- Connection to a serveruniqueId
- The unique Id of the messagefileName
- The path of the local file. This cannot be a directoryIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginSaveMessage(IConnection connection, String uniqueId, String fileName, com.aspose.ms.System.AsyncCallback callback)
Begins SaveMessage operation asynchronously
connection
- Connection to a serveruniqueId
- The unique Id of the messagefileName
- The path of the local file. This cannot be a directorycallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginSaveMessage(IConnection connection, String uniqueId, String fileName, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins SaveMessage operation asynchronously
connection
- Connection to a serveruniqueId
- The unique Id of the messagefileName
- The path of the local file. This cannot be a directorycallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginSaveMessage(IConnection connection, int sequenceNumber, String fileName)
Begins SaveMessage operation asynchronously
connection
- Connection to a serversequenceNumber
- The sequence number of the messagefileName
- The path of the local file. This cannot be a directoryIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginSaveMessage(IConnection connection, int sequenceNumber, String fileName, com.aspose.ms.System.AsyncCallback callback)
Begins SaveMessage operation asynchronously
connection
- Connection to a serversequenceNumber
- The sequence number of the messagefileName
- The path of the local file. This cannot be a directorycallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginSaveMessage(IConnection connection, int sequenceNumber, String fileName, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins SaveMessage operation asynchronously
connection
- Connection to a serversequenceNumber
- The sequence number of the messagefileName
- The path of the local file. This cannot be a directorycallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginSaveMessage(String uniqueId, OutputStream resultStream)
Begins SaveMessage operation asynchronously
uniqueId
- The unique Id of the messageresultStream
- Stream that will receive the messageIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginSaveMessage(String uniqueId, OutputStream resultStream, com.aspose.ms.System.AsyncCallback callback)
Begins SaveMessage operation asynchronously
uniqueId
- The unique Id of the messageresultStream
- Stream that will receive the messagecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginSaveMessage(String uniqueId, OutputStream resultStream, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins SaveMessage operation asynchronously
uniqueId
- The unique Id of the messageresultStream
- Stream that will receive the messagecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginSaveMessage(int sequenceNumber, OutputStream resultStream)
Begins SaveMessage operation asynchronously
sequenceNumber
- The sequence number of the messageresultStream
- Stream that will receive the messageIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginSaveMessage(int sequenceNumber, OutputStream resultStream, com.aspose.ms.System.AsyncCallback callback)
Begins SaveMessage operation asynchronously
sequenceNumber
- The sequence number of the messageresultStream
- Stream that will receive the messagecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginSaveMessage(int sequenceNumber, OutputStream resultStream, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins SaveMessage operation asynchronously
sequenceNumber
- The sequence number of the messageresultStream
- Stream that will receive the messagecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginSaveMessage(String uniqueId, String fileName)
Begins SaveMessage operation asynchronously
uniqueId
- The unique Id of the messagefileName
- The path of the local file. This cannot be a directoryIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginSaveMessage(String uniqueId, String fileName, com.aspose.ms.System.AsyncCallback callback)
Begins SaveMessage operation asynchronously
uniqueId
- The unique Id of the messagefileName
- The path of the local file. This cannot be a directorycallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginSaveMessage(String uniqueId, String fileName, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins SaveMessage operation asynchronously
uniqueId
- The unique Id of the messagefileName
- The path of the local file. This cannot be a directorycallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginSaveMessage(int sequenceNumber, String fileName)
Begins SaveMessage operation asynchronously
sequenceNumber
- The sequence number of the messagefileName
- The path of the local file. This cannot be a directoryIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginSaveMessage(int sequenceNumber, String fileName, com.aspose.ms.System.AsyncCallback callback)
Begins SaveMessage operation asynchronously
sequenceNumber
- The sequence number of the messagefileName
- The path of the local file. This cannot be a directorycallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginSaveMessage(int sequenceNumber, String fileName, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins SaveMessage operation asynchronously
sequenceNumber
- The sequence number of the messagefileName
- The path of the local file. This cannot be a directorycallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final void endSaveMessage(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the asynchronous operation to complete.
asyncResult
- The reference to the pending asynchronous request to wait for.public final void saveMessage(IConnection connection, int sequenceNumber, OutputStream resultStream)
Downloads the message with the specified sequence number and writes its data into a supplied stream
connection
- Connection to a serversequenceNumber
- The sequence number of the messageresultStream
- Stream that will receive the messagepublic final void saveMessage(IConnection connection, String uniqueId, OutputStream resultStream)
Downloads the message with the specified sequence number and writes its data into a supplied stream
connection
- Connection to a serveruniqueId
- The unique Id of the messageresultStream
- Stream that will receive the messagepublic final void saveMessage(IConnection connection, String uniqueId, String fileName)
Downloads the message with the specified sequence number and writes its data into a local file
connection
- Connection to a serveruniqueId
- The unique Id of the messagefileName
- The path of the local file. This cannot be a directorypublic final void saveMessage(IConnection connection, int sequenceNumber, String fileName)
Downloads the message with the specified sequence number and writes its data into a local file
connection
- Connection to a serversequenceNumber
- The sequence number of the messagefileName
- The path of the local file. This cannot be a directorypublic final void saveMessage(int sequenceNumber, OutputStream resultStream)
Downloads the message with the specified sequence number and writes its data into a supplied stream
sequenceNumber
- The sequence number of the messageresultStream
- Stream that will receive the messagepublic final void saveMessage(String uniqueId, OutputStream resultStream)
Downloads the message with the specified sequence number and writes its data into a supplied stream
uniqueId
- The unique Id of the messageresultStream
- Stream that will receive the messagepublic final void saveMessage(String uniqueId, String fileName)
Downloads the message with the specified sequence number and writes its data into a local file
uniqueId
- The unique Id of the messagefileName
- The path of the local file. This cannot be a directorypublic final void saveMessage(int sequenceNumber, String fileName)
Downloads the message with the specified sequence number and writes its data into a local file
sequenceNumber
- The sequence number of the messagefileName
- The path of the local file. This cannot be a directorypublic final com.aspose.ms.System.IAsyncResult beginSelectFolder(String folderName)
Begins select the specified folder asynchronously.
folderName
- Name of the folder.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginSelectFolder(String folderName, com.aspose.ms.System.AsyncCallback callback)
Begins select the specified folder asynchronously.
folderName
- Name of the folder.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginSelectFolder(String folderName, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins select the specified folder asynchronously.
folderName
- Name of the folder.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginSelectFolder(String folderName, Boolean readOnly, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins select the specified folder asynchronously.
folderName
- Name of the folder.readOnly
- Specifies whether the folder is to be selected as read-onlycallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginSelectFolder(IConnection connection, String folderName)
Begins select the specified folder asynchronously.
connection
- Connection to a serverfolderName
- Name of the folder.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginSelectFolder(IConnection connection, String folderName, com.aspose.ms.System.AsyncCallback callback)
Begins select the specified folder asynchronously.
connection
- Connection to a serverfolderName
- Name of the folder.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginSelectFolder(IConnection connection, String folderName, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins select the specified folder asynchronously.
connection
- Connection to a serverfolderName
- Name of the folder.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
connection
- Connection to a serverfolderName
- Name of the folder.readOnly
- Specifies whether the folder is to be selected as read-onlycallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final ImapFolderInfo endSelectFolder(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous message fetching to complete.
asyncResult
- The reference to the pending asynchronous request to wait for.MailMessage
that represents message.public final void selectFolder(IConnection connection, String folderName)
Selects the specified folder
connection
- Connection to a serverfolderName
- Folder to be selectedpublic final void selectFolder(IConnection connection, String folderName, Boolean readOnly)
Selects the specified folder
connection
- Connection to a serverfolderName
- Folder to be selectedreadOnly
- Specifies whether the folder is to be selected as read-onlypublic final void selectFolder(String folderName)
Selects the specified folder
folderName
- Folder to be selectedpublic final void selectFolder(String folderName, Boolean readOnly)
Selects the specified folder
folderName
- Folder to be selectedreadOnly
- Specifies whether the folder is to be selected as read-onlypublic final com.aspose.ms.System.IAsyncResult beginSetQuota(String quotaRootName, String resourceName, int resourceLimit)
Begins setting quota information
quotaRootName
- quota root nameresourceName
- resource nameresourceLimit
- resource limitIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginSetQuota(String quotaRootName, String resourceName, int resourceLimit, com.aspose.ms.System.AsyncCallback callback)
Begins setting quota information
quotaRootName
- quota root nameresourceName
- resource nameresourceLimit
- resource limitcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginSetQuota(String quotaRootName, String resourceName, int resourceLimit, com.aspose.ms.System.AsyncCallback callback, Object state)
Begins setting quota information
quotaRootName
- quota root nameresourceLimit
- Resource limit.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.resourceName
- Resource name.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginSetQuota(IConnection connection, String quotaRootName, String resourceName, int resourceLimit)
Begins setting quota information
connection
- Connection to a serverquotaRootName
- quota root nameresourceName
- resource nameresourceLimit
- resource limitIAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginSetQuota(IConnection connection, String quotaRootName, String resourceName, int resourceLimit, com.aspose.ms.System.AsyncCallback callback)
Begins setting quota information
connection
- Connection to a serverquotaRootName
- quota root nameresourceName
- resource nameresourceLimit
- resource limitcallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverquotaRootName
- quota root nameresourceName
- resource nameresourceLimit
- resource limitcallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final ImapQuota[] endSetQuota(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete.
asyncResult
- The reference to the pending
asynchronous request to wait for.public final ImapQuota[] setQuota(IConnection connection, String quotaRootName, String resourceName, int resourceLimit)
Sets quota information
connection
- Connection to a serverquotaRootName
- quota root nameresourceName
- resource nameresourceLimit
- resource limitpublic final ImapQuota[] setQuota(String quotaRootName, String resourceName, int resourceLimit)
Sets quota information
quotaRootName
- quota root nameresourceName
- resource nameresourceLimit
- resource limitpublic final 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.
connection
- Connection to a serverfolderName
- Name of the folderIAsyncResult
that represents the status of an asynchronous operation.public final 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.
connection
- Connection to a serverfolderName
- Name of the foldercallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
connection
- Connection to a serverfolderName
- Name of the foldercallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
folderName
- Name of the folderIAsyncResult
that represents the status of an asynchronous operation.public final 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.
folderName
- Name of the foldercallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
folderName
- Name of the foldercallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final void endSubscribeFolder(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete.
asyncResult
- The reference to the pending asynchronous request to wait for.public final void subscribeFolder(IConnection connection, String folderName)
Sent the SUBSCRIBE command that adds the specified mailbox name to the server's set of "active" mailboxes.
connection
- Connection to a serverfolderName
- Name of the folderpublic final void subscribeFolder(String folderName)
Sent the SUBSCRIBE command that adds the specified mailbox name to the server's set of "active" mailboxes.
folderName
- Name of the folderpublic final com.aspose.ms.System.IAsyncResult beginUndeleteMessage(IConnection connection, String uniqueId, long modificationSequence)
Marks a message with the specified sequence number as not deleted.
connection
- Connection to a serveruniqueId
- The unique Id of the messagemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final 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.
connection
- Connection to a serveruniqueId
- The unique Id of the messagemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
connection
- Connection to a serveruniqueId
- The unique Id of the messagemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginUndeleteMessage(IConnection connection, int sequenceNumber, long modificationSequence)
Marks a message with the specified sequence number as not deleted.
connection
- Connection to a serversequenceNumber
- The sequence number of messagemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final 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.
connection
- Connection to a serversequenceNumber
- The sequence number of messagemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
connection
- Connection to a serversequenceNumber
- The sequence number of messagemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginUndeleteMessage(String uniqueId, long modificationSequence)
Marks a message with the specified sequence number as not deleted.
uniqueId
- The unique Id of the messagemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final 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.
uniqueId
- The unique Id of the messagemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
uniqueId
- The unique Id of the messagemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginUndeleteMessage(int sequenceNumber, long modificationSequence)
Marks a message with the specified sequence number as not deleted.
sequenceNumber
- The sequence number of messagemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162IAsyncResult
that represents the status of an asynchronous operation.public final 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.
sequenceNumber
- The sequence number of messagemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
sequenceNumber
- The sequence number of messagemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginUndeleteMessage(IConnection connection, String uniqueId)
Marks a message with the specified sequence number as not deleted.
connection
- Connection to a serveruniqueId
- The unique Id of the messageIAsyncResult
that represents the status of an asynchronous operation.public final 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.
connection
- Connection to a serveruniqueId
- The unique Id of the messagecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
connection
- Connection to a serveruniqueId
- The unique Id of the messagecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginUndeleteMessage(IConnection connection, int sequenceNumber)
Marks a message with the specified sequence number as not deleted.
connection
- Connection to a serversequenceNumber
- The sequence number of messageIAsyncResult
that represents the status of an asynchronous operation.public final 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.
connection
- Connection to a serversequenceNumber
- The sequence number of messagecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
connection
- Connection to a serversequenceNumber
- The sequence number of messagecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginUndeleteMessage(String uniqueId)
Marks a message with the specified sequence number as not deleted.
uniqueId
- The unique Id of the messageIAsyncResult
that represents the status of an asynchronous operation.public final 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.
uniqueId
- The unique Id of the messagecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
uniqueId
- The unique Id of the messagecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginUndeleteMessage(int sequenceNumber)
Marks a message with the specified sequence number as not deleted.
sequenceNumber
- The sequence number of messageIAsyncResult
that represents the status of an asynchronous operation.public final 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.
sequenceNumber
- The sequence number of messagecallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
sequenceNumber
- The sequence number of messagecallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final void endUndeleteMessage(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete.
asyncResult
- The reference to the pending asynchronous request to wait for.public final void undeleteMessage(IConnection connection, int sequenceNumber)
Marks a message with the specified sequence number as not deleted
connection
- Connection to a serversequenceNumber
- The sequence number of the messagepublic final void undeleteMessage(IConnection connection, String uniqueId)
Marks a message with the specified sequence number as not deleted.
connection
- Connection to a serveruniqueId
- The unique Id of the messagepublic final void undeleteMessage(int sequenceNumber)
Marks a message with the specified sequence number as not deleted
sequenceNumber
- The sequence number of the messagepublic final void undeleteMessage(String uniqueId)
Marks a message with the specified sequence number as not deleted.
uniqueId
- The unique Id of the messagepublic final void undeleteMessage(IConnection connection, int sequenceNumber, long modificationSequence)
Marks a message with the specified sequence number as not deleted
connection
- Connection to a serversequenceNumber
- The sequence number of the messagemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final void undeleteMessage(IConnection connection, String uniqueId, long modificationSequence)
Marks a message with the specified sequence number as not deleted.
connection
- Connection to a serveruniqueId
- The unique Id of the messagemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final void undeleteMessage(int sequenceNumber, long modificationSequence)
Marks a message with the specified sequence number as not deleted
sequenceNumber
- The sequence number of the messagemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final void undeleteMessage(String uniqueId, long modificationSequence)
Marks a message with the specified sequence number as not deleted.
uniqueId
- The unique Id of the messagemodificationSequence
- Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162public final com.aspose.ms.System.IAsyncResult beginUnselectFolder(IConnection connection, boolean doNotExpunge)
Unselects folder which are currently selected asyncronously. if doNotExpunge property is true, all messages are marked as deleted are removed, otherwise deletion canceled. Please note, this operation works only in case if server supports RFC3691 See more https://tools.ietf.org/html/rfc3691
connection
- Connection to a serverdoNotExpunge
- Specifies whether messages marked as deleted should be removed.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginUnselectFolder(IConnection connection, boolean doNotExpunge, com.aspose.ms.System.AsyncCallback callback)
Unselects folder which are currently selected asyncronously. if doNotExpunge property is true, all messages are marked as deleted are removed, otherwise deletion canceled. Please note, this operation works only in case if server supports RFC3691 See more https://tools.ietf.org/html/rfc3691
connection
- Connection to a serverdoNotExpunge
- Specifies whether messages marked as deleted should be removed.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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. if doNotExpunge property is true, all messages are marked as deleted are removed, otherwise deletion canceled. Please note, this operation works only in case if server supports RFC3691 See more https://tools.ietf.org/html/rfc3691
connection
- Connection to a serverdoNotExpunge
- Specifies whether messages marked as deleted should be removed.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginUnselectFolder(boolean doNotExpunge)
Unselects folder which are currently selected asyncronously. if doNotExpunge property is true, all messages are marked as deleted are removed, otherwise deletion canceled. Please note, this operation works only in case if server supports RFC3691 See more https://tools.ietf.org/html/rfc3691
doNotExpunge
- Specifies whether messages marked as deleted should be removed.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginUnselectFolder(boolean doNotExpunge, com.aspose.ms.System.AsyncCallback callback)
Unselects folder which are currently selected asyncronously. if doNotExpunge property is true, all messages are marked as deleted are removed, otherwise deletion canceled. Please note, this operation works only in case if server supports RFC3691 See more https://tools.ietf.org/html/rfc3691
doNotExpunge
- Specifies whether messages marked as deleted should be removed.callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final com.aspose.ms.System.IAsyncResult beginUnselectFolder(boolean doNotExpunge, com.aspose.ms.System.AsyncCallback callback, Object state)
Unselects folder which are currently selected asyncronously. if doNotExpunge property is true, all messages are marked as deleted are removed, otherwise deletion canceled. Please note, this operation works only in case if server supports RFC3691 See more https://tools.ietf.org/html/rfc3691
doNotExpunge
- Specifies whether messages marked as deleted should be removed.callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
connection
- Connection to a serverIAsyncResult
that represents the status of an asynchronous operation.public final 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.
connection
- Connection to a servercallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
connection
- Connection to a servercallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
IAsyncResult
that represents the status of an asynchronous operation.public final 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.
callback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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.
callback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final void endUnselectFolder(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete.
asyncResult
- The reference to the pending asynchronous request to wait for.public final void unselectFolder(IConnection connection)
Permanently removes all messages marked as deleted for currently selected folder and removes selected-state for this folder.
connection
- Connection to a serverpublic final void unselectFolder()
Permanently removes all messages marked as deleted for currently selected folder and removes selected-state for this folder.
public final void unselectFolder(IConnection connection, boolean doNotExpunge)
Unselects folder which are currently selected. if doNotExpunge property is true, all messages are marked as deleted are removed, otherwise deletion canceled. Please note, this operation works only in case if server supports RFC3691 See more https://tools.ietf.org/html/rfc3691
connection
- Connection to a serverdoNotExpunge
- Specifies whether messages marked as deleted should be removed.public final void unselectFolder(boolean doNotExpunge)
Unselects folder which are currently selected. if doNotExpunge property is true, all messages are marked as deleted are removed, otherwise deletion canceled. Please note, this operation works only in case if server supports RFC3691 See more https://tools.ietf.org/html/rfc3691
doNotExpunge
- Specifies whether messages marked as deleted should be removed.public final 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
connection
- Connection to a serverfolderName
- Name of the folderIAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverfolderName
- Name of the foldercallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
connection
- Connection to a serverfolderName
- Name of the foldercallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final 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
folderName
- Name of the folderIAsyncResult
that represents the status of an asynchronous operation.public final 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
folderName
- Name of the foldercallback
- References a method to be called when a corresponding asynchronous operation completes.IAsyncResult
that represents the status of an asynchronous operation.public final 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
folderName
- Name of the foldercallback
- References a method to be called when a corresponding asynchronous operation completes.state
- The state.IAsyncResult
that represents the status of an asynchronous operation.public final void endUnsubscribeFolder(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete.
asyncResult
- The reference to the pending asynchronous request to wait for.public final void unsubscribeFolder(IConnection connection, String folderName)
Sent the UNSUBSCRIBE command that removes the specified mailbox name from the server's set of "active" mailboxes
connection
- Connection to a serverfolderName
- Name of the folderpublic final void unsubscribeFolder(String folderName)
Sent the UNSUBSCRIBE command that removes the specified mailbox name from the server's set of "active" mailboxes
folderName
- Name of the folderCopyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.