Modifier and Type | Method and Description |
---|---|
IConnection |
CredentialsByHostClient.createConnection()
Creates new connection object for operations in current thread.
|
Modifier and Type | Method and Description |
---|---|
void |
ImapClient.addMessageFlags(IConnection iConnection,
int sequenceNumber,
ImapMessageFlags flags)
Adds the flags to the message
|
void |
ImapClient.addMessageFlags(IConnection iConnection,
int sequenceNumber,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags to the message
|
void |
ImapClient.addMessageFlags(IConnection iConnection,
int startSequence,
int endSequence,
ImapMessageFlags flags)
Adds the flags of the message
|
void |
ImapClient.addMessageFlags(IConnection iConnection,
int startSequence,
int endSequence,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags of the message
|
void |
ImapClient.addMessageFlags(IConnection iConnection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags)
Adds the flags of the message
|
void |
ImapClient.addMessageFlags(IConnection iConnection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags of the message
|
void |
ImapClient.addMessageFlags(IConnection iConnection,
String uniqueId,
ImapMessageFlags flags)
Adds the flags to the message
|
void |
ImapClient.addMessageFlags(IConnection iConnection,
String uniqueId,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags to the message
|
void |
ImapClient.addMessageFlags(IConnection iConnection,
String startUid,
String endUid,
ImapMessageFlags flags)
Adds the flags of the message
|
void |
ImapClient.addMessageFlags(IConnection iConnection,
String startUid,
String endUid,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags of the message
|
void |
ImapClient.addMessageFlagsBySequences(IConnection iConnection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags)
Adds the flags of the message
|
void |
ImapClient.addMessageFlagsBySequences(IConnection iConnection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags of the message
|
void |
ImapClient.addMessageFlagsByUids(IConnection iConnection,
Iterable<String> uidSet,
ImapMessageFlags flags)
Adds the flags of the message
|
void |
ImapClient.addMessageFlagsByUids(IConnection iConnection,
Iterable<String> uidSet,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags of the message
|
String |
ImapClient.appendMessage(IConnection iConnection,
MailMessage message)
Uploads the mail message to the current folder
If current folder hasn't been specified default folder is used.
|
String |
ImapClient.appendMessage(IConnection iConnection,
String fileName)
Uploads the mail message to the current folder
If current folder hasn't been specified default folder is used.
|
String |
ImapClient.appendMessage(IConnection iConnection,
String folderName,
MailMessage message)
Uploads the mail message to the specified folder
|
String |
ImapClient.appendMessage(IConnection iConnection,
String folderName,
String fileName)
Uploads the mail message to the specified folder
|
void |
ImapClient.backup(IConnection iConnection,
ImapFolderInfoCollection folders,
OutputStream stream,
int options)
Backups the content of the specified folders
|
void |
ImapClient.backup(IConnection iConnection,
ImapFolderInfoCollection folders,
String fileName,
int options)
Backups the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection iConnection,
int sequenceNumber,
ImapMessageFlags flags)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection iConnection,
int sequenceNumber,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection iConnection,
int sequenceNumber,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection iConnection,
int sequenceNumber,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection iConnection,
int sequenceNumber,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection iConnection,
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 |
ImapClient.beginAddMessageFlags(IConnection iConnection,
int startSequence,
int endSequence,
ImapMessageFlags flags)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection iConnection,
int startSequence,
int endSequence,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection iConnection,
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 |
ImapClient.beginAddMessageFlags(IConnection iConnection,
int startSequence,
int endSequence,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection iConnection,
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 |
ImapClient.beginAddMessageFlags(IConnection iConnection,
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 |
ImapClient.beginAddMessageFlags(IConnection iConnection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection iConnection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection iConnection,
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 |
ImapClient.beginAddMessageFlags(IConnection iConnection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection iConnection,
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 |
ImapClient.beginAddMessageFlags(IConnection iConnection,
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 |
ImapClient.beginAddMessageFlags(IConnection iConnection,
String uniqueId,
ImapMessageFlags flags)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection iConnection,
String uniqueId,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection iConnection,
String uniqueId,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection iConnection,
String uniqueId,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection iConnection,
String uniqueId,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection iConnection,
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 |
ImapClient.beginAddMessageFlags(IConnection iConnection,
String startUid,
String endUid,
ImapMessageFlags flags)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection iConnection,
String startUid,
String endUid,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection iConnection,
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 |
ImapClient.beginAddMessageFlags(IConnection iConnection,
String startUid,
String endUid,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection iConnection,
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 |
ImapClient.beginAddMessageFlags(IConnection iConnection,
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 |
ImapClient.beginAddMessageFlagsBySequences(IConnection iConnection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlagsBySequences(IConnection iConnection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlagsBySequences(IConnection iConnection,
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 |
ImapClient.beginAddMessageFlagsBySequences(IConnection iConnection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlagsBySequences(IConnection iConnection,
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 |
ImapClient.beginAddMessageFlagsBySequences(IConnection iConnection,
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 |
ImapClient.beginAddMessageFlagsByUids(IConnection iConnection,
Iterable<String> uidSet,
ImapMessageFlags flags)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlagsByUids(IConnection iConnection,
Iterable<String> uidSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlagsByUids(IConnection iConnection,
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 |
ImapClient.beginAddMessageFlagsByUids(IConnection iConnection,
Iterable<String> uidSet,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlagsByUids(IConnection iConnection,
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 |
ImapClient.beginAddMessageFlagsByUids(IConnection iConnection,
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 |
ImapClient.beginAppendMessage(IConnection iConnection,
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 |
ImapClient.beginAppendMessage(IConnection iConnection,
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 |
ImapClient.beginAppendMessage(IConnection iConnection,
String folderName,
MailMessage message)
Begins append message to the end of the specified folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAppendMessage(IConnection iConnection,
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 |
ImapClient.beginAppendMessage(IConnection iConnection,
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 |
ImapClient.beginAppendMessage(IConnection iConnection,
String folderName,
String fileName)
Begins append message to the end of the specified folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAppendMessage(IConnection iConnection,
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 |
ImapClient.beginAppendMessage(IConnection iConnection,
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 |
ImapClient.beginBackup(IConnection iConnection,
ImapFolderInfoCollection folders,
InputStream stream,
int options)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginBackup(IConnection iConnection,
ImapFolderInfoCollection folders,
InputStream stream,
int options,
com.aspose.ms.System.AsyncCallback callback)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginBackup(IConnection iConnection,
ImapFolderInfoCollection folders,
InputStream 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 |
ImapClient.beginBackup(IConnection iConnection,
ImapFolderInfoCollection folders,
String fileName,
int options)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginBackup(IConnection iConnection,
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 |
ImapClient.beginBackup(IConnection iConnection,
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 |
ImapClient.beginChangeMessageFlags(IConnection iConnection,
int sequenceNumber,
ImapMessageFlags flags)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection iConnection,
int sequenceNumber,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection iConnection,
int sequenceNumber,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection iConnection,
int sequenceNumber,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection iConnection,
int sequenceNumber,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection iConnection,
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 |
ImapClient.beginChangeMessageFlags(IConnection iConnection,
int startSequence,
int endSequence,
ImapMessageFlags flags)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection iConnection,
int startSequence,
int endSequence,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection iConnection,
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 |
ImapClient.beginChangeMessageFlags(IConnection iConnection,
int startSequence,
int endSequence,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection iConnection,
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 |
ImapClient.beginChangeMessageFlags(IConnection iConnection,
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 |
ImapClient.beginChangeMessageFlags(IConnection iConnection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection iConnection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection iConnection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection iConnection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection iConnection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection iConnection,
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 |
ImapClient.beginChangeMessageFlags(IConnection iConnection,
String uniqueId,
ImapMessageFlags flags)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection iConnection,
String uniqueId,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection iConnection,
String uniqueId,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection iConnection,
String uniqueId,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection iConnection,
String uniqueId,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection iConnection,
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 |
ImapClient.beginChangeMessageFlags(IConnection iConnection,
String startUid,
String endUid,
ImapMessageFlags flags)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection iConnection,
String startUid,
String endUid,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection iConnection,
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 |
ImapClient.beginChangeMessageFlags(IConnection iConnection,
String startUid,
String endUid,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection iConnection,
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 |
ImapClient.beginChangeMessageFlags(IConnection iConnection,
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 |
ImapClient.beginChangeMessageFlagsBySequences(IConnection iConnection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlagsBySequences(IConnection iConnection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlagsBySequences(IConnection iConnection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlagsBySequences(IConnection iConnection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlagsBySequences(IConnection iConnection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlagsBySequences(IConnection iConnection,
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 |
ImapClient.beginChangeMessageFlagsByUids(IConnection iConnection,
Iterable<String> uidSet,
ImapMessageFlags flags)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlagsByUids(IConnection iConnection,
Iterable<String> uidSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlagsByUids(IConnection iConnection,
Iterable<String> uidSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlagsByUids(IConnection iConnection,
Iterable<String> uidSet,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlagsByUids(IConnection iConnection,
Iterable<String> uidSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlagsByUids(IConnection iConnection,
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 |
ImapClient.beginClientCapabilities(IConnection iConnection,
String... capabilityNames)
Notifies server which extensions are supported by client asyncronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginClientCapabilities(IConnection iConnection,
String[] capabilityNames,
com.aspose.ms.System.AsyncCallback callback)
Notifies server which extensions are supported by client asyncronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginClientCapabilities(IConnection iConnection,
String[] capabilityNames,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Notifies server which extensions are supported by client asyncronously.
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginCommitDeletes(IConnection iConnection)
Begins to commit the deletions.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCommitDeletes(IConnection iConnection)
Begins to commit the deletions
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginCommitDeletes(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback)
Begins to commit the deletions.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCommitDeletes(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback)
Begins to commit the deletions
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginCommitDeletes(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to commit the deletions.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCommitDeletes(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to commit the deletions
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCommitDeletes(IConnection iConnection,
int sleep)
Begins to commit the deletions
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCommitDeletes(IConnection iConnection,
int sleep,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to commit the deletions
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCommitDeletes(IConnection iConnection,
Iterable<String> uidSet)
Begins to commit the deletions
This method works only if server supports UIDPLUS extension.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCommitDeletes(IConnection iConnection,
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 |
ImapClient.beginCommitDeletes(IConnection iConnection,
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 |
ImapClient.beginCommitDeletes(IConnection iConnection,
String uniqueId)
Begins to commit the deletions
This method works only if server supports UIDPLUS extension.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCommitDeletes(IConnection iConnection,
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 |
ImapClient.beginCommitDeletes(IConnection iConnection,
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 |
ImapClient.beginCommitDeletes(IConnection iConnection,
String startUid,
String endUid)
Begins to commit the deletions
This method works only if server supports UIDPLUS extension.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCommitDeletes(IConnection iConnection,
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 |
ImapClient.beginCommitDeletes(IConnection iConnection,
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 |
ImapClient.beginCopyMessage(IConnection iConnection,
int sequenceNumber,
String folderName)
Begins an asynchronous copying.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessage(IConnection iConnection,
int sequenceNumber,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous copying.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessage(IConnection iConnection,
int sequenceNumber,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous copying.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessage(IConnection iConnection,
String uniqueId,
String folderName)
Begins an asynchronous copying.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessage(IConnection iConnection,
String uniqueId,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous copying.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessage(IConnection iConnection,
String uniqueId,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous copying.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessages(IConnection iConnection,
int startSequence,
int endSequence,
String folderName)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessages(IConnection iConnection,
int startSequence,
int endSequence,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessages(IConnection iConnection,
int startSequence,
int endSequence,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessages(IConnection iConnection,
int startSequence,
int endSequence,
String folderName,
boolean commitDeletions)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessages(IConnection iConnection,
int startSequence,
int endSequence,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessages(IConnection iConnection,
int startSequence,
int endSequence,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessages(IConnection iConnection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessages(IConnection iConnection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessages(IConnection iConnection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessages(IConnection iConnection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
boolean commitDeletions)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessages(IConnection iConnection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessages(IConnection iConnection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessages(IConnection iConnection,
String startUid,
String endUid,
String folderName)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessages(IConnection iConnection,
String startUid,
String endUid,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessages(IConnection iConnection,
String startUid,
String endUid,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessages(IConnection iConnection,
String startUid,
String endUid,
String folderName,
boolean commitDeletions)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessages(IConnection iConnection,
String startUid,
String endUid,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessages(IConnection iConnection,
String startUid,
String endUid,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessagesBySequences(IConnection iConnection,
Iterable<Integer> sequenceSet,
String folderName)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessagesBySequences(IConnection iConnection,
Iterable<Integer> sequenceSet,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessagesBySequences(IConnection iConnection,
Iterable<Integer> sequenceSet,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessagesBySequences(IConnection iConnection,
Iterable<Integer> sequenceSet,
String folderName,
boolean commitDeletions)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessagesBySequences(IConnection iConnection,
Iterable<Integer> sequenceSet,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessagesBySequences(IConnection iConnection,
Iterable<Integer> sequenceSet,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessagesByUids(IConnection iConnection,
Iterable<String> uidSet,
String folderName)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessagesByUids(IConnection iConnection,
Iterable<String> uidSet,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessagesByUids(IConnection iConnection,
Iterable<String> uidSet,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessagesByUids(IConnection iConnection,
Iterable<String> uidSet,
String folderName,
boolean commitDeletions)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessagesByUids(IConnection iConnection,
Iterable<String> uidSet,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessagesByUids(IConnection iConnection,
Iterable<String> uidSet,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCreateFolder(IConnection iConnection,
String folderName)
Begins an asynchronous folder creation.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCreateFolder(IConnection iConnection,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous folder creation.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCreateFolder(IConnection iConnection,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous folder creation.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteFolder(IConnection iConnection,
String folderName)
Begins an asynchronous folder deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteFolder(IConnection iConnection,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous folder deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteFolder(IConnection iConnection,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous folder deletion.
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginDeleteMessage(IConnection iConnection,
int sequenceNumber)
Begins DeleteMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessage(IConnection iConnection,
int sequenceNumber)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginDeleteMessage(IConnection iConnection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback)
Begins DeleteMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessage(IConnection iConnection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginDeleteMessage(IConnection iConnection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins DeleteMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessage(IConnection iConnection,
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 |
ImapClient.beginDeleteMessage(IConnection iConnection,
int sequenceNumber,
long modificationSequence)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessage(IConnection iConnection,
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 |
ImapClient.beginDeleteMessage(IConnection iConnection,
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 |
Pop3Client.beginDeleteMessage(IConnection iConnection,
String uniqueId)
Begins DeleteMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessage(IConnection iConnection,
String uniqueId)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginDeleteMessage(IConnection iConnection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback)
Begins DeleteMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessage(IConnection iConnection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginDeleteMessage(IConnection iConnection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins DeleteMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessage(IConnection iConnection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessage(IConnection iConnection,
String uniqueId,
boolean commitNow)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessage(IConnection iConnection,
String uniqueId,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessage(IConnection iConnection,
String uniqueId,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessage(IConnection iConnection,
String uniqueId,
long modificationSequence)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessage(IConnection iConnection,
String uniqueId,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessage(IConnection iConnection,
String uniqueId,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessage(IConnection iConnection,
String uniqueId,
long modificationSequence,
boolean commitNow)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessage(IConnection iConnection,
String uniqueId,
long modificationSequence,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessage(IConnection iConnection,
String uniqueId,
long modificationSequence,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginDeleteMessages(IConnection iConnection)
Begins delete all messages asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginDeleteMessages(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback)
Begins delete all messages asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginDeleteMessages(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins delete all messages asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection iConnection,
int startSequence,
int endSequence)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection iConnection,
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 |
ImapClient.beginDeleteMessages(IConnection iConnection,
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 |
ImapClient.beginDeleteMessages(IConnection iConnection,
int startSequence,
int endSequence,
long modificationSequence)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection iConnection,
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 |
ImapClient.beginDeleteMessages(IConnection iConnection,
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 |
ImapClient.beginDeleteMessages(IConnection iConnection,
Iterable<ImapMessageInfo> messageInfoSet)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection iConnection,
Iterable<ImapMessageInfo> messageInfoSet,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection iConnection,
Iterable<ImapMessageInfo> messageInfoSet,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection iConnection,
Iterable<ImapMessageInfo> messageInfoSet,
boolean commitNow)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection iConnection,
Iterable<ImapMessageInfo> messageInfoSet,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection iConnection,
Iterable<ImapMessageInfo> messageInfoSet,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection iConnection,
Iterable<ImapMessageInfo> messageInfoSet,
long modificationSequence)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection iConnection,
Iterable<ImapMessageInfo> messageInfoSet,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection iConnection,
Iterable<ImapMessageInfo> messageInfoSet,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection iConnection,
Iterable<ImapMessageInfo> messageInfoSet,
long modificationSequence,
boolean commitNow)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection iConnection,
Iterable<ImapMessageInfo> messageInfoSet,
long modificationSequence,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection iConnection,
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 |
ImapClient.beginDeleteMessages(IConnection iConnection,
String startUid,
String endUid)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection iConnection,
String startUid,
String endUid,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection iConnection,
String startUid,
String endUid,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection iConnection,
String startUid,
String endUid,
boolean commitNow)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection iConnection,
String startUid,
String endUid,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection iConnection,
String startUid,
String endUid,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection iConnection,
String startUid,
String endUid,
long modificationSequence)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection iConnection,
String startUid,
String endUid,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection iConnection,
String startUid,
String endUid,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection iConnection,
String startUid,
String endUid,
long modificationSequence,
boolean commitNow)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection iConnection,
String startUid,
String endUid,
long modificationSequence,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection iConnection,
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 |
ImapClient.beginDeleteMessagesBySequences(IConnection iConnection,
Iterable<Integer> sequenceSet)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessagesBySequences(IConnection iConnection,
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 |
ImapClient.beginDeleteMessagesBySequences(IConnection iConnection,
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 |
ImapClient.beginDeleteMessagesBySequences(IConnection iConnection,
Iterable<Integer> sequenceSet,
long modificationSequence)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessagesBySequences(IConnection iConnection,
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 |
ImapClient.beginDeleteMessagesBySequences(IConnection iConnection,
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 |
ImapClient.beginDeleteMessagesByUids(IConnection iConnection,
Iterable<String> uidSet)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessagesByUids(IConnection iConnection,
Iterable<String> uidSet,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessagesByUids(IConnection iConnection,
Iterable<String> uidSet,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessagesByUids(IConnection iConnection,
Iterable<String> uidSet,
boolean commitNow)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessagesByUids(IConnection iConnection,
Iterable<String> uidSet,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessagesByUids(IConnection iConnection,
Iterable<String> uidSet,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessagesByUids(IConnection iConnection,
Iterable<String> uidSet,
long modificationSequence)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessagesByUids(IConnection iConnection,
Iterable<String> uidSet,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessagesByUids(IConnection iConnection,
Iterable<String> uidSet,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessagesByUids(IConnection iConnection,
Iterable<String> uidSet,
long modificationSequence,
boolean commitNow)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessagesByUids(IConnection iConnection,
Iterable<String> uidSet,
long modificationSequence,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessagesByUids(IConnection iConnection,
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 |
ImapClient.beginFetchAttachment(IConnection iConnection,
int sequenceNumber,
String attachmentName)
Begins fetch an attachment.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginFetchAttachment(IConnection iConnection,
int sequenceNumber,
String attachmentName,
com.aspose.ms.System.AsyncCallback callback)
Begins fetch an attachment.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginFetchAttachment(IConnection iConnection,
int sequenceNumber,
String attachmentName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins fetch an attachment.
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginFetchMessage(IConnection iConnection,
int sequenceNumber)
Begins FetchMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginFetchMessage(IConnection iConnection,
int sequenceNumber)
Begins an asynchronous message fetching.
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginFetchMessage(IConnection iConnection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback)
Begins FetchMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginFetchMessage(IConnection iConnection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message fetching.
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginFetchMessage(IConnection iConnection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins FetchMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginFetchMessage(IConnection iConnection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message fetching.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginFetchMessage(IConnection iConnection,
int sequenceNumber,
boolean ignoreAttachment)
Begins an asynchronous message fetching.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginFetchMessage(IConnection iConnection,
int sequenceNumber,
boolean ignoreAttachment,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message fetching.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginFetchMessage(IConnection iConnection,
int sequenceNumber,
boolean ignoreAttachment,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message fetching.
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginFetchMessage(IConnection iConnection,
String uniqueId)
Begins FetchMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginFetchMessage(IConnection iConnection,
String uniqueId)
Begins an asynchronous message fetching.
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginFetchMessage(IConnection iConnection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback)
Begins FetchMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginFetchMessage(IConnection iConnection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message fetching.
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginFetchMessage(IConnection iConnection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins FetchMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginFetchMessage(IConnection iConnection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message fetching.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginForward(IConnection iConnection,
String sender,
MailAddressCollection recipients,
MailMessage message)
Begins forward email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginForward(IConnection iConnection,
String sender,
MailAddressCollection recipients,
MailMessage message,
com.aspose.ms.System.AsyncCallback callback)
Begins forward email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginForward(IConnection iConnection,
String sender,
MailAddressCollection recipients,
MailMessage message,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins forward email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginForward(IConnection iConnection,
String sender,
String recipient,
MailMessage message)
Begins forward email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginForward(IConnection iConnection,
String sender,
String recipient,
MailMessage message,
com.aspose.ms.System.AsyncCallback callback)
Begins forward email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginForward(IConnection iConnection,
String sender,
String recipient,
MailMessage message,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins forward email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginGetFolderInfo(IConnection iConnection,
String folderName)
Begins an asynchronous folder listing.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginGetFolderInfo(IConnection iConnection,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous folder listing.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginGetFolderInfo(IConnection iConnection,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous folder listing.
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMailboxInfo(IConnection iConnection)
Begins to get the mailbox status info
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMailboxInfo(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback)
Begins to get the mailbox status info
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMailboxInfo(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to get the mailbox status info
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMailboxSize(IConnection iConnection)
Begins GetMailboxSize operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMailboxSize(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback)
Begins GetMailboxSize operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMailboxSize(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins GetMailboxSize operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageCount(IConnection iConnection)
Begins GetMessageCount operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageCount(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback)
Begins GetMessageCount operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageCount(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins GetMessageCount operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageCount(IConnection iConnection,
boolean closeTransaction)
Begins GetMessageCount operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageCount(IConnection iConnection,
boolean closeTransaction,
com.aspose.ms.System.AsyncCallback callback)
Begins GetMessageCount operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageCount(IConnection iConnection,
boolean closeTransaction,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins GetMessageCount operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageHeaders(IConnection iConnection,
int sequenceNumber)
Begins getting message headers
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageHeaders(IConnection iConnection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback)
Begins getting message headers
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageHeaders(IConnection iConnection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins getting message headers
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageHeaders(IConnection iConnection,
String uniqueId)
Begins getting message headers
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageHeaders(IConnection iConnection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback)
Begins getting message headers
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageHeaders(IConnection iConnection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins getting message headers
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageInfo(IConnection iConnection,
int sequenceNumber)
Begins to get the information for that message
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageInfo(IConnection iConnection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback)
Begins to get the information for that message
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageInfo(IConnection iConnection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to get the information for that message
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageInfo(IConnection iConnection,
int sequenceNumber,
int fields)
Begins to get the information for that message
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageInfo(IConnection iConnection,
int sequenceNumber,
int fields,
com.aspose.ms.System.AsyncCallback callback)
Begins to get the information for that message
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageInfo(IConnection iConnection,
int sequenceNumber,
int fields,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to get the information for that message
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageInfo(IConnection iConnection,
String uniqueId)
Begins to get the information for that message
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageInfo(IConnection iConnection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback)
Begins to get the information for that message
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageInfo(IConnection iConnection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to get the information for that message
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageInfo(IConnection iConnection,
String uniqueId,
int fields)
Begins to get the information for that message
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageInfo(IConnection iConnection,
String uniqueId,
int fields,
com.aspose.ms.System.AsyncCallback callback)
Begins to get the information for that message
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageInfo(IConnection iConnection,
String uniqueId,
int fields,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to get the information for that message
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageSize(IConnection iConnection,
int sequenceNumber)
Begins GetMessageSize operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageSize(IConnection iConnection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback)
Begins GetMessageSize operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageSize(IConnection iConnection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins GetMessageSize operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageSize(IConnection iConnection,
String uniqueId)
Begins GetMessageSize operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageSize(IConnection iConnection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback)
Begins GetMessageSize operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageSize(IConnection iConnection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins GetMessageSize operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageUniqueId(IConnection iConnection,
int sequenceNumber)
Begins to get the message unique id
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageUniqueId(IConnection iConnection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback)
Begins to get the message unique id
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageUniqueId(IConnection iConnection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to get the message unique id
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginGetNamespaces(IConnection iConnection)
Begins getting namespaces that are available on a server asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginGetNamespaces(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback)
Begins getting namespaces that are available on a server asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginGetNamespaces(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins getting namespaces that are available on a server asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginGetQuota(IConnection iConnection,
String quotaRootName)
Begins getting quota information
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginGetQuota(IConnection iConnection,
String quotaRootName,
com.aspose.ms.System.AsyncCallback callback)
Begins getting quota information
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginGetQuota(IConnection iConnection,
String quotaRootName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins getting quota information
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginGetQuotaRoot(IConnection iConnection,
String mailboxName)
Begins getting quota root information for mailbox
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginGetQuotaRoot(IConnection iConnection,
String mailboxName,
com.aspose.ms.System.AsyncCallback callback)
Begins getting quota root information for mailbox
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginGetQuotaRoot(IConnection iConnection,
String mailboxName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins getting quota root information for mailbox
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginIntroduceClient(IConnection iConnection)
Begins introduce client information to a server asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginIntroduceClient(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback)
Begins introduce client information to a server asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginIntroduceClient(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins introduce client information to a server asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginIntroduceClient(IConnection iConnection,
ImapIdentificationInfo clientIdentificationInfo)
Begins introduce client information to a server asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginIntroduceClient(IConnection iConnection,
ImapIdentificationInfo clientIdentificationInfo,
com.aspose.ms.System.AsyncCallback callback)
Begins introduce client information to a server asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginIntroduceClient(IConnection iConnection,
ImapIdentificationInfo clientIdentificationInfo,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins introduce client information to a server asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListFolders(IConnection iConnection)
Begins to get the list of folders in the mailbox
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListFolders(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback)
Begins to get the list of folders in the mailbox
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListFolders(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to get the list of folders in the mailbox
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListFolders(IConnection iConnection,
boolean loadFullInfo)
Begins to get the list of folders in the mailbox
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListFolders(IConnection iConnection,
boolean loadFullInfo,
com.aspose.ms.System.AsyncCallback callback)
Begins to get the list of folders in the mailbox
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListFolders(IConnection iConnection,
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 |
ImapClient.beginListFolders(IConnection iConnection,
String parentFolder)
Begins to get the list of subfolders in the specified folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListFolders(IConnection iConnection,
String parentFolder,
com.aspose.ms.System.AsyncCallback callback)
Begins to get the list of subfolders in the specified folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListFolders(IConnection iConnection,
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 |
ImapClient.beginListFolders(IConnection iConnection,
String parentFolder,
boolean loadFullInfo)
Begins to get the list of subfolders in the specified folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListFolders(IConnection iConnection,
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 |
ImapClient.beginListFolders(IConnection iConnection,
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 |
ImapClient.beginListFolders(IConnection iConnection,
String parentFolder,
boolean loadFullInfo,
int options,
int returnOptions)
Begins to get the list of subfolders in the specified folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListFolders(IConnection iConnection,
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 |
ImapClient.beginListFolders(IConnection iConnection,
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 |
ImapClient.beginListMessage(IConnection iConnection,
int sequenceNumber)
Begins to get information about a message.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessage(IConnection iConnection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback)
Begins to get information about a message.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessage(IConnection iConnection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to get information about a message.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessage(IConnection iConnection,
int sequenceNumber,
Iterable<String> messageExtraFields)
Begins to get information about a message.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessage(IConnection iConnection,
int sequenceNumber,
Iterable<String> messageExtraFields,
com.aspose.ms.System.AsyncCallback callback)
Begins to get information about a message.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessage(IConnection iConnection,
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 |
ImapClient.beginListMessage(IConnection iConnection,
String uniqueId)
Begins to get information about a message.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessage(IConnection iConnection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback)
Begins to get information about a message.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessage(IConnection iConnection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to get information about a message.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessage(IConnection iConnection,
String uniqueId,
Iterable<String> messageExtraFields)
Begins to get information about a message.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessage(IConnection iConnection,
String uniqueId,
Iterable<String> messageExtraFields,
com.aspose.ms.System.AsyncCallback callback)
Begins to get information about a message.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessage(IConnection iConnection,
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 |
Pop3Client.beginListMessages(IConnection iConnection)
Begins ListMessages operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginListMessages(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback)
Begins ListMessages operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginListMessages(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins ListMessages operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessages(IConnection iConnection,
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 |
ImapClient.beginListMessages(IConnection iConnection,
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 |
ImapClient.beginListMessages(IConnection iConnection,
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 |
Pop3Client.beginListMessages(IConnection iConnection,
MailQuery query)
Begins ListMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginListMessages(IConnection iConnection,
MailQuery query,
com.aspose.ms.System.AsyncCallback callback)
Begins ListMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginListMessages(IConnection iConnection,
MailQuery query,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins ListMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessagesByPage(IConnection iConnection,
int itemsPerPage)
Begins getting the list of messages asynchronously in the current folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessagesByPage(IConnection iConnection,
int itemsPerPage,
com.aspose.ms.System.AsyncCallback callback)
Begins getting the list of messages asynchronously in the current folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessagesByPage(IConnection iConnection,
int itemsPerPage,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins getting the list of messages asynchronously in the current folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessagesByPage(IConnection iConnection,
int itemsPerPage,
int pageOffset)
Begins getting the list of messages asynchronously in the current folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessagesByPage(IConnection iConnection,
int itemsPerPage,
int pageOffset,
com.aspose.ms.System.AsyncCallback callback)
Begins getting the list of messages asynchronously in the current folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessagesByPage(IConnection iConnection,
int itemsPerPage,
int pageOffset,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins getting the list of messages asynchronously in the current folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessagesByPage(IConnection iConnection,
PageInfo page)
Begins getting the list of messages asynchronously in the current folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessagesByPage(IConnection iConnection,
PageInfo page,
com.aspose.ms.System.AsyncCallback callback)
Begins getting the list of messages asynchronously in the current folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessagesByPage(IConnection iConnection,
PageInfo page,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins getting the list of messages asynchronously in the current folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessagesByPage(IConnection iConnection,
String folderName,
MailQuery query,
int itemsPerPage)
Begins getting the list of messages asynchronously in the current folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessagesByPage(IConnection iConnection,
String folderName,
MailQuery query,
int itemsPerPage,
com.aspose.ms.System.AsyncCallback callback)
Begins getting the list of messages asynchronously in the current folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessagesByPage(IConnection iConnection,
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
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessagesByPage(IConnection iConnection,
String folderName,
MailQuery query,
PageInfo pageInfo)
Begins getting the list of messages asynchronously in the current folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessagesByPage(IConnection iConnection,
String folderName,
MailQuery query,
PageInfo pageInfo,
com.aspose.ms.System.AsyncCallback callback)
Begins getting the list of messages asynchronously in the current folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessagesByPage(IConnection iConnection,
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
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessage(IConnection iConnection,
int sequenceNumber,
String folderName)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessage(IConnection iConnection,
int sequenceNumber,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessage(IConnection iConnection,
int sequenceNumber,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessage(IConnection iConnection,
int sequenceNumber,
String folderName,
boolean commitDeletions)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessage(IConnection iConnection,
int sequenceNumber,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessage(IConnection iConnection,
int sequenceNumber,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessage(IConnection iConnection,
String uniqueId,
String folderName)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessage(IConnection iConnection,
String uniqueId,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessage(IConnection iConnection,
String uniqueId,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessage(IConnection iConnection,
String uniqueId,
String folderName,
boolean commitDeletions)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessage(IConnection iConnection,
String uniqueId,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessage(IConnection iConnection,
String uniqueId,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessages(IConnection iConnection,
int startSequence,
int endSequence,
String folderName)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessages(IConnection iConnection,
int startSequence,
int endSequence,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessages(IConnection iConnection,
int startSequence,
int endSequence,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessages(IConnection iConnection,
int startSequence,
int endSequence,
String folderName,
boolean commitDeletions)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessages(IConnection iConnection,
int startSequence,
int endSequence,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessages(IConnection iConnection,
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 |
ImapClient.beginMoveMessages(IConnection iConnection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessages(IConnection iConnection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessages(IConnection iConnection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessages(IConnection iConnection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
boolean commitDeletions)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessages(IConnection iConnection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessages(IConnection iConnection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessages(IConnection iConnection,
String startUid,
String endUid,
String folderName)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessages(IConnection iConnection,
String startUid,
String endUid,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessages(IConnection iConnection,
String startUid,
String endUid,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessages(IConnection iConnection,
String startUid,
String endUid,
String folderName,
boolean commitDeletions)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessages(IConnection iConnection,
String startUid,
String endUid,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessages(IConnection iConnection,
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 |
ImapClient.beginMoveMessagesBySequences(IConnection iConnection,
Iterable<Integer> sequenceSet,
String folderName)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessagesBySequences(IConnection iConnection,
Iterable<Integer> sequenceSet,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessagesBySequences(IConnection iConnection,
Iterable<Integer> sequenceSet,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessagesBySequences(IConnection iConnection,
Iterable<Integer> sequenceSet,
String folderName,
boolean commitDeletions)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessagesBySequences(IConnection iConnection,
Iterable<Integer> sequenceSet,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessagesBySequences(IConnection iConnection,
Iterable<Integer> sequenceSet,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessagesByUids(IConnection iConnection,
Iterable<String> uidSet,
String folderName)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessagesByUids(IConnection iConnection,
Iterable<String> uidSet,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessagesByUids(IConnection iConnection,
Iterable<String> uidSet,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessagesByUids(IConnection iConnection,
Iterable<String> uidSet,
String folderName,
boolean commitDeletions)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessagesByUids(IConnection iConnection,
Iterable<String> uidSet,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessagesByUids(IConnection iConnection,
Iterable<String> uidSet,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginNoop(IConnection iConnection)
Begins to execute 'No operation' command
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginNoop(IConnection iConnection)
Begins 'No operation' command.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginNoop(IConnection iConnection)
Begins to execute 'No operation' command
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginNoop(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback)
Begins to execute 'No operation' command
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginNoop(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback)
Begins 'No operation' command.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginNoop(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback)
Begins to execute 'No operation' command
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginNoop(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to execute 'No operation' command
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginNoop(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins 'No operation' command.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginNoop(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to execute 'No operation' command
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection iConnection,
int sequenceNumber,
ImapMessageFlags flags)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection iConnection,
int sequenceNumber,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection iConnection,
int sequenceNumber,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection iConnection,
int sequenceNumber,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection iConnection,
int sequenceNumber,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection iConnection,
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 |
ImapClient.beginRemoveMessageFlags(IConnection iConnection,
int startSequence,
int endSequence,
ImapMessageFlags flags)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection iConnection,
int startSequence,
int endSequence,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection iConnection,
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 |
ImapClient.beginRemoveMessageFlags(IConnection iConnection,
int startSequence,
int endSequence,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection iConnection,
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 |
ImapClient.beginRemoveMessageFlags(IConnection iConnection,
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 |
ImapClient.beginRemoveMessageFlags(IConnection iConnection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection iConnection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection iConnection,
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 |
ImapClient.beginRemoveMessageFlags(IConnection iConnection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection iConnection,
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 |
ImapClient.beginRemoveMessageFlags(IConnection iConnection,
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 |
ImapClient.beginRemoveMessageFlags(IConnection iConnection,
String uniqueId,
ImapMessageFlags flags)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection iConnection,
String uniqueId,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection iConnection,
String uniqueId,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection iConnection,
String uniqueId,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection iConnection,
String uniqueId,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection iConnection,
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 |
ImapClient.beginRemoveMessageFlags(IConnection iConnection,
String startUid,
String endUid,
ImapMessageFlags flags)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection iConnection,
String startUid,
String endUid,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection iConnection,
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 |
ImapClient.beginRemoveMessageFlags(IConnection iConnection,
String startUid,
String endUid,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection iConnection,
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 |
ImapClient.beginRemoveMessageFlags(IConnection iConnection,
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 |
ImapClient.beginRemoveMessageFlagsBySequences(IConnection iConnection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlagsBySequences(IConnection iConnection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlagsBySequences(IConnection iConnection,
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 |
ImapClient.beginRemoveMessageFlagsBySequences(IConnection iConnection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlagsBySequences(IConnection iConnection,
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 |
ImapClient.beginRemoveMessageFlagsBySequences(IConnection iConnection,
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 |
ImapClient.beginRemoveMessageFlagsByUids(IConnection iConnection,
Iterable<String> uidSet,
ImapMessageFlags flags)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlagsByUids(IConnection iConnection,
Iterable<String> uidSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlagsByUids(IConnection iConnection,
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 |
ImapClient.beginRemoveMessageFlagsByUids(IConnection iConnection,
Iterable<String> uidSet,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlagsByUids(IConnection iConnection,
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 |
ImapClient.beginRemoveMessageFlagsByUids(IConnection iConnection,
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 |
ImapClient.beginRenameFolder(IConnection iConnection,
String folderName,
String newFolderName)
Begins RenameFolder operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRenameFolder(IConnection iConnection,
String folderName,
String newFolderName,
com.aspose.ms.System.AsyncCallback callback)
Begins RenameFolder operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRenameFolder(IConnection iConnection,
String folderName,
String newFolderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins RenameFolder operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRequestCheckpoint(IConnection iConnection)
Begins request a checkpoint of the currently selected mailbox.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRequestCheckpoint(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback)
Begins request a checkpoint of the currently selected mailbox.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRequestCheckpoint(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins request a checkpoint of the currently selected mailbox.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection iConnection,
InputStream stream,
ImapFolderInfoCollection folders,
int options)
Begins to restore the specified imap folders from the given stream.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection iConnection,
InputStream stream,
ImapFolderInfoCollection folders,
int options,
com.aspose.ms.System.AsyncCallback callback)
Begins to restore the specified imap folders from the given stream.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection iConnection,
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.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection iConnection,
InputStream stream,
int options)
Begins to restore imap folders from the given stream.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection iConnection,
InputStream stream,
int options,
com.aspose.ms.System.AsyncCallback callback)
Begins to restore imap folders from the given stream.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection iConnection,
InputStream stream,
int options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to restore imap folders from the given stream.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection iConnection,
PersonalStorage pst,
ImapFolderInfoCollection folders,
int options)
Begins to restore the specified imap folders from the given personal storage.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection iConnection,
PersonalStorage pst,
ImapFolderInfoCollection folders,
int options,
com.aspose.ms.System.AsyncCallback callback)
Begins to restore the specified imap folders from the given personal storage.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection iConnection,
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.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection iConnection,
PersonalStorage pst,
int options)
Begins to restore imap folders from the given personal storage.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection iConnection,
PersonalStorage pst,
int options,
com.aspose.ms.System.AsyncCallback callback)
Begins to restore imap folders from the given personal storage.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection iConnection,
PersonalStorage pst,
int options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to restore imap folders from the given personal storage.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection iConnection,
String fileName,
ImapFolderInfoCollection folders,
int options)
Begins to restore the specified imap folders from the specified personal storage file.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection iConnection,
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.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection iConnection,
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.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection iConnection,
String fileName,
int options)
Begins to restore imap folders from the specified personal storage file.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection iConnection,
String fileName,
int options,
com.aspose.ms.System.AsyncCallback callback)
Begins to restore imap folders from the specified personal storage file.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection iConnection,
String fileName,
int options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to restore imap folders from the specified personal storage file.
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginSaveMessage(IConnection iConnection,
int sequenceNumber,
OutputStream outputStream)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSaveMessage(IConnection iConnection,
int sequenceNumber,
OutputStream resultStream)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginSaveMessage(IConnection iConnection,
int sequenceNumber,
OutputStream outputStream,
com.aspose.ms.System.AsyncCallback callback)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSaveMessage(IConnection iConnection,
int sequenceNumber,
OutputStream resultStream,
com.aspose.ms.System.AsyncCallback callback)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginSaveMessage(IConnection iConnection,
int sequenceNumber,
OutputStream outputStream,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSaveMessage(IConnection iConnection,
int sequenceNumber,
OutputStream resultStream,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSaveMessage(IConnection iConnection,
int sequenceNumber,
String fileName)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSaveMessage(IConnection iConnection,
int sequenceNumber,
String fileName,
com.aspose.ms.System.AsyncCallback callback)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSaveMessage(IConnection iConnection,
int sequenceNumber,
String fileName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginSaveMessage(IConnection iConnection,
String uniqueId,
OutputStream outputStream)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSaveMessage(IConnection iConnection,
String uniqueId,
OutputStream resultStream)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginSaveMessage(IConnection iConnection,
String uniqueId,
OutputStream outputStream,
com.aspose.ms.System.AsyncCallback callback)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSaveMessage(IConnection iConnection,
String uniqueId,
OutputStream resultStream,
com.aspose.ms.System.AsyncCallback callback)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginSaveMessage(IConnection iConnection,
String uniqueId,
OutputStream outputStream,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSaveMessage(IConnection iConnection,
String uniqueId,
OutputStream resultStream,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSaveMessage(IConnection iConnection,
String uniqueId,
String fileName)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSaveMessage(IConnection iConnection,
String uniqueId,
String fileName,
com.aspose.ms.System.AsyncCallback callback)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSaveMessage(IConnection iConnection,
String uniqueId,
String fileName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSelectFolder(IConnection iConnection,
String folderName)
Begins select the specified folder asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSelectFolder(IConnection iConnection,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins select the specified folder asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSelectFolder(IConnection iConnection,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins select the specified folder asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSelectFolder(IConnection iConnection,
String folderName,
boolean readOnly,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins select the specified folder asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSend(IConnection iConnection,
Iterable<MailMessage> messages)
Begins sending email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSend(IConnection iConnection,
Iterable<MailMessage> messages,
com.aspose.ms.System.AsyncCallback callback)
Begins sending email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSend(IConnection iConnection,
Iterable<MailMessage> messages,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins sending email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSend(IConnection iConnection,
Iterable<MailMessage> messages,
com.aspose.ms.System.EventHandler<MailMessageEventArgs> messageSentDelegate)
Begins sending email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSend(IConnection iConnection,
Iterable<MailMessage> messages,
com.aspose.ms.System.EventHandler<MailMessageEventArgs> messageSentDelegate,
com.aspose.ms.System.AsyncCallback callback)
Begins sending email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSend(IConnection iConnection,
Iterable<MailMessage> messages,
com.aspose.ms.System.EventHandler<MailMessageEventArgs> messageSentDelegate,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins sending email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSend(IConnection iConnection,
MailMessage... messages)
Begins sending email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSend(IConnection iConnection,
MailMessage message)
Begins sending email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSend(IConnection iConnection,
MailMessage message,
com.aspose.ms.System.AsyncCallback callback)
Begins sending email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSend(IConnection iConnection,
MailMessage message,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins sending email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSend(IConnection iConnection,
String from,
String recipients,
String subject,
String body)
Begins sending email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSend(IConnection iConnection,
String from,
String recipients,
String subject,
String body,
com.aspose.ms.System.AsyncCallback callback)
Begins sending email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSend(IConnection iConnection,
String from,
String recipients,
String subject,
String body,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins sending email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSetQuota(IConnection iConnection,
String quotaRootName,
String resourceName,
int resourceLimit)
Begins setting quota information
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSetQuota(IConnection iConnection,
String quotaRootName,
String resourceName,
int resourceLimit,
com.aspose.ms.System.AsyncCallback callback)
Begins setting quota information
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSetQuota(IConnection iConnection,
String quotaRootName,
String resourceName,
int resourceLimit,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins setting quota information
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSubscribeFolder(IConnection iConnection,
String folderName)
Begins subscribe operation that adds the specified mailbox name to the server's set of "active" mailboxes.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSubscribeFolder(IConnection iConnection,
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 |
ImapClient.beginSubscribeFolder(IConnection iConnection,
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 |
ImapClient.beginUndeleteMessage(IConnection iConnection,
int sequenceNumber)
Marks a message with the specified sequence number as not deleted.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginUndeleteMessage(IConnection iConnection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback)
Marks a message with the specified sequence number as not deleted.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginUndeleteMessage(IConnection iConnection,
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 |
ImapClient.beginUndeleteMessage(IConnection iConnection,
int sequenceNumber,
long modificationSequence)
Marks a message with the specified sequence number as not deleted.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginUndeleteMessage(IConnection iConnection,
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 |
ImapClient.beginUndeleteMessage(IConnection iConnection,
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 |
ImapClient.beginUndeleteMessage(IConnection iConnection,
String uniqueId)
Marks a message with the specified sequence number as not deleted.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginUndeleteMessage(IConnection iConnection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback)
Marks a message with the specified sequence number as not deleted.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginUndeleteMessage(IConnection iConnection,
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 |
ImapClient.beginUndeleteMessage(IConnection iConnection,
String uniqueId,
long modificationSequence)
Marks a message with the specified sequence number as not deleted.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginUndeleteMessage(IConnection iConnection,
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 |
ImapClient.beginUndeleteMessage(IConnection iConnection,
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 |
Pop3Client.beginUndeleteMessages(IConnection iConnection)
Begins undeletes the messages.
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginUndeleteMessages(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback)
Begins undeletes the messages.
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginUndeleteMessages(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins undeletes the messages.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginUnselectFolder(IConnection iConnection)
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 |
ImapClient.beginUnselectFolder(IConnection iConnection,
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 |
ImapClient.beginUnselectFolder(IConnection iConnection,
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 |
ImapClient.beginUnselectFolder(IConnection iConnection,
boolean doNotExpunge)
Unselects folder which are currently selected asyncronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginUnselectFolder(IConnection iConnection,
boolean doNotExpunge,
com.aspose.ms.System.AsyncCallback callback)
Unselects folder which are currently selected asyncronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginUnselectFolder(IConnection iConnection,
boolean doNotExpunge,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Unselects folder which are currently selected asyncronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginUnsubscribeFolder(IConnection iConnection,
String folderName)
Begins unsubscribe operation that removes the specified mailbox name from the server's set of "active" mailboxes
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginUnsubscribeFolder(IConnection iConnection,
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 |
ImapClient.beginUnsubscribeFolder(IConnection iConnection,
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 |
ImapClient.changeMessageFlags(IConnection iConnection,
int sequenceNumber,
ImapMessageFlags flags)
Changes the flags of the message
|
void |
ImapClient.changeMessageFlags(IConnection iConnection,
int sequenceNumber,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
void |
ImapClient.changeMessageFlags(IConnection iConnection,
int startSequence,
int endSequence,
ImapMessageFlags flags)
Changes the flags of the message
|
void |
ImapClient.changeMessageFlags(IConnection iConnection,
int startSequence,
int endSequence,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
void |
ImapClient.changeMessageFlags(IConnection iConnection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags)
Changes the flags of the message
|
void |
ImapClient.changeMessageFlags(IConnection iConnection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
void |
ImapClient.changeMessageFlags(IConnection iConnection,
String uniqueId,
ImapMessageFlags flags)
Changes the flags of the message
|
void |
ImapClient.changeMessageFlags(IConnection iConnection,
String uniqueId,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
void |
ImapClient.changeMessageFlags(IConnection iConnection,
String startUid,
String endUid,
ImapMessageFlags flags)
Changes the flags of the message
|
void |
ImapClient.changeMessageFlags(IConnection iConnection,
String startUid,
String endUid,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
void |
ImapClient.changeMessageFlagsBySequences(IConnection iConnection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags)
Changes the flags of the message
|
void |
ImapClient.changeMessageFlagsBySequences(IConnection iConnection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
void |
ImapClient.changeMessageFlagsByUids(IConnection iConnection,
Iterable<String> uidSet,
ImapMessageFlags flags)
Changes the flags of the message
|
void |
ImapClient.changeMessageFlagsByUids(IConnection iConnection,
Iterable<String> uidSet,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
String[] |
ImapClient.clientCapabilities(IConnection iConnection,
String... capabilityNames)
Notifies server which extensions are supported by client.
|
void |
Pop3Client.commitDeletes(IConnection iConnection)
Commit the deletions
|
void |
ImapClient.commitDeletes(IConnection iConnection)
Commit the deletions
|
void |
ImapClient.commitDeletes(IConnection iConnection,
int sleep)
Commit the deletions
|
void |
ImapClient.commitDeletes(IConnection iConnection,
Iterable<String> uidSet)
Commit the deletions
This method works only if server supports UIDPLUS extension.
|
void |
ImapClient.commitDeletes(IConnection iConnection,
String uniqueId)
Commit the deletions
|
void |
ImapClient.commitDeletes(IConnection iConnection,
String startUid,
String endUid)
Commit the deletions
This method works only if server supports UIDPLUS extension.
|
String |
ImapClient.copyMessage(IConnection iConnection,
int sequenceNumber,
String folderName)
Copies the message
|
String |
ImapClient.copyMessage(IConnection iConnection,
String uniqueId,
String folderName)
Copies the message
|
void |
ImapClient.copyMessages(IConnection iConnection,
int startSequence,
int endSequence,
String folderName)
Copy the messaeg
|
void |
ImapClient.copyMessages(IConnection iConnection,
int startSequence,
int endSequence,
String folderName,
boolean commitDeletions)
Copy the messaeg
|
void |
ImapClient.copyMessages(IConnection iConnection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName)
Copy messages
|
void |
ImapClient.copyMessages(IConnection iConnection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
boolean commitDeletions)
Copy messages
|
void |
ImapClient.copyMessages(IConnection iConnection,
String startUid,
String endUid,
String folderName)
Copy messages
|
void |
ImapClient.copyMessages(IConnection iConnection,
String startUid,
String endUid,
String folderName,
boolean commitDeletions)
Copy messages
|
void |
ImapClient.copyMessagesBySequences(IConnection iConnection,
Iterable<Integer> sequenceSet,
String folderName)
Copy the messaeg
|
void |
ImapClient.copyMessagesBySequences(IConnection iConnection,
Iterable<Integer> sequenceSet,
String folderName,
boolean commitDeletions)
Copy the messaeg
|
void |
ImapClient.copyMessagesByUids(IConnection iConnection,
Iterable<String> uidSet,
String folderName)
Copy messages
|
void |
ImapClient.copyMessagesByUids(IConnection iConnection,
Iterable<String> uidSet,
String folderName,
boolean commitDeletions)
Copy messages
|
void |
ImapClient.createFolder(IConnection iConnection,
String folderName)
Creates a folder with the specified name
|
void |
ImapClient.deleteFolder(IConnection iConnection,
String folderName)
Deletes a specified folder.
|
void |
Pop3Client.deleteMessage(IConnection iConnection,
int sequenceNumber)
Deletes the message
|
void |
ImapClient.deleteMessage(IConnection iConnection,
int sequenceNumber)
Marks a message with the specified sequence number as deleted
|
void |
ImapClient.deleteMessage(IConnection iConnection,
int sequenceNumber,
long modificationSequence)
Marks a message with the specified sequence number as deleted
|
void |
Pop3Client.deleteMessage(IConnection iConnection,
String uniqueId)
Deletes the message
|
void |
ImapClient.deleteMessage(IConnection iConnection,
String uniqueId)
Marks a message with the specified sequence number as deleted
|
void |
ImapClient.deleteMessage(IConnection iConnection,
String uniqueId,
boolean commitNow)
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this.
|
void |
ImapClient.deleteMessage(IConnection iConnection,
String uniqueId,
long modificationSequence)
Marks a message with the specified unique identifier as deleted
|
void |
ImapClient.deleteMessage(IConnection iConnection,
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 |
Pop3Client.deleteMessages(IConnection iConnection)
Deletes all messages
|
void |
ImapClient.deleteMessages(IConnection iConnection,
int startSequence,
int endSequence)
Marks a message with the specified sequence number as deleted
|
void |
ImapClient.deleteMessages(IConnection iConnection,
int startSequence,
int endSequence,
long modificationSequence)
Marks a message with the specified sequence number as deleted
|
void |
ImapClient.deleteMessages(IConnection iConnection,
Iterable<ImapMessageInfo> messageInfoSet)
Marks a message with the specified sequence number as deleted
|
void |
ImapClient.deleteMessages(IConnection iConnection,
Iterable<ImapMessageInfo> messageInfoSet,
boolean commitNow)
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this.
|
void |
ImapClient.deleteMessages(IConnection iConnection,
Iterable<ImapMessageInfo> messageInfoSet,
long modificationSequence)
Marks a message with the specified unique identifier as deleted
|
void |
ImapClient.deleteMessages(IConnection iConnection,
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 |
ImapClient.deleteMessages(IConnection iConnection,
String startUid,
String endUid)
Marks a message with the specified sequence number as deleted
|
void |
ImapClient.deleteMessages(IConnection iConnection,
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 |
ImapClient.deleteMessages(IConnection iConnection,
String startUid,
String endUid,
long modificationSequence)
Marks a message with the specified unique identifier as deleted
|
void |
ImapClient.deleteMessages(IConnection iConnection,
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 |
ImapClient.deleteMessagesBySequences(IConnection iConnection,
Iterable<Integer> sequenceSet)
Marks a message with the specified sequence number as deleted
|
void |
ImapClient.deleteMessagesBySequences(IConnection iConnection,
Iterable<Integer> sequenceSet,
long modificationSequence)
Marks a message with the specified sequence number as deleted
|
void |
ImapClient.deleteMessagesByUids(IConnection iConnection,
Iterable<String> uidSet)
Marks a message with the specified sequence number as deleted
|
void |
ImapClient.deleteMessagesByUids(IConnection iConnection,
Iterable<String> uidSet,
boolean commitNow)
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this.
|
void |
ImapClient.deleteMessagesByUids(IConnection iConnection,
Iterable<String> uidSet,
long modificationSequence)
Marks a message with the specified unique identifier as deleted
|
void |
ImapClient.deleteMessagesByUids(IConnection iConnection,
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.
|
boolean |
ImapClient.existFolder(IConnection iConnection,
String folderName)
Check whether this folder exists
|
boolean |
ImapClient.existFolder(IConnection iConnection,
String folderName,
ImapFolderInfo[] folderInfo)
Check whether this folder exists, extract folder info if so
|
Attachment |
ImapClient.fetchAttachment(IConnection iConnection,
int sequenceNumber,
String attachmentName)
Fetches the specified attachment
|
MailMessage |
Pop3Client.fetchMessage(IConnection iConnection,
int sequenceNumber)
Fetches the message
|
MailMessage |
ImapClient.fetchMessage(IConnection iConnection,
int sequenceNumber)
Fetches the message
|
MailMessage |
ImapClient.fetchMessage(IConnection iConnection,
int sequenceNumber,
boolean ignoreAttachment)
Fetches the message
|
MailMessage |
Pop3Client.fetchMessage(IConnection iConnection,
String uniqueId)
Fetches the message
|
MailMessage |
ImapClient.fetchMessage(IConnection iConnection,
String uniqueId)
Fetches the message
|
void |
SmtpClient.forward(IConnection iConnection,
String sender,
MailAddressCollection recipients,
MailMessage message)
Forwards specified message to recipient
|
void |
SmtpClient.forward(IConnection connection,
String sender,
MailAddressCollection recipients,
OutputStream messageStream)
Forwards specified message to recipient
|
void |
SmtpClient.forward(IConnection iConnection,
String sender,
String recipient,
MailMessage message)
Forwards specified message to recipient
|
ImapFolderInfo |
ImapClient.getFolderInfo(IConnection iConnection,
String folderName)
Returns information about the specified folder without selecting it
|
Pop3MailboxInfo |
Pop3Client.getMailboxInfo(IConnection iConnection)
Gets the mailbox status info
|
Pop3MailboxInfo |
Pop3Client.getMailboxInfo(IConnection iConnection,
boolean closeTransaction)
Gets the mailbox status info
|
long |
Pop3Client.getMailboxSize(IConnection iConnection)
Gets the size of the mailbox
|
int |
Pop3Client.getMessageCount(IConnection iConnection)
Gets the message count
|
int |
Pop3Client.getMessageCount(IConnection iConnection,
boolean closeTransaction)
Gets the message count
|
HeaderCollection |
Pop3Client.getMessageHeaders(IConnection iConnection,
int sequenceNumber)
Gets the message headers
|
HeaderCollection |
Pop3Client.getMessageHeaders(IConnection iConnection,
String uniqueId)
Gets the message headers
|
Pop3MessageInfo |
Pop3Client.getMessageInfo(IConnection iConnection,
int sequenceNumber)
Gets the information for that message
|
Pop3MessageInfo |
Pop3Client.getMessageInfo(IConnection iConnection,
int sequenceNumber,
int fields)
Gets the information for that message
|
Pop3MessageInfo |
Pop3Client.getMessageInfo(IConnection iConnection,
String uniqueId)
Gets the information for that message
|
Pop3MessageInfo |
Pop3Client.getMessageInfo(IConnection iConnection,
String uniqueId,
int fields)
Gets the information for that message
|
long |
Pop3Client.getMessageSize(IConnection iConnection,
int sequenceNumber)
Gets the size of the message
|
long |
Pop3Client.getMessageSize(IConnection iConnection,
String uniqueId)
Gets the size of the message
|
String |
Pop3Client.getMessageUniqueId(IConnection iConnection,
int sequenceNumber)
Gets the message unique id
|
ImapNamespace[] |
ImapClient.getNamespaces(IConnection iConnection)
Gets namespaces that are available on a server.
|
ImapQuota[] |
ImapClient.getQuota(IConnection iConnection,
String quotaRootName)
Gets quota information
|
ImapQuotaRoot[] |
ImapClient.getQuotaRoot(IConnection iConnection,
String mailboxName)
Gets quota root information for mailbox
|
ImapIdentificationInfo |
ImapClient.introduceClient(IConnection iConnection)
Introduces client information to a server.
|
ImapIdentificationInfo |
ImapClient.introduceClient(IConnection iConnection,
ImapIdentificationInfo clientIdentificationInfo)
Introduces client information to a server.
|
ImapFolderInfoCollection |
ImapClient.listFolders(IConnection iConnection)
Gets the list of folders in the mailbox
|
ImapFolderInfoCollection |
ImapClient.listFolders(IConnection iConnection,
boolean loadFullInfo)
Gets the list of folders in the mailbox
|
ImapFolderInfoCollection |
ImapClient.listFolders(IConnection iConnection,
String parentFolder)
Gets the list of subfolders in the specified folder
|
ImapFolderInfoCollection |
ImapClient.listFolders(IConnection iConnection,
String parentFolder,
boolean loadFullInfo)
Gets the list of subfolders in the specified folder
|
ImapFolderInfoCollection |
ImapClient.listFolders(IConnection iConnection,
String parentFolder,
boolean loadFullInfo,
int options,
int returnOptions)
Gets the list of subfolders in the specified folder
|
ImapMessageInfo |
ImapClient.listMessage(IConnection iConnection,
int sequenceNumber)
Gets information about a message.
|
ImapMessageInfo |
ImapClient.listMessage(IConnection iConnection,
int sequenceNumber,
Iterable<String> messageExtraFields)
Gets information about a message.
|
ImapMessageInfo |
ImapClient.listMessage(IConnection iConnection,
String uniqueId)
Gets information about a message.
|
ImapMessageInfo |
ImapClient.listMessage(IConnection iConnection,
String uniqueId,
Iterable<String> messageExtraFields)
Gets information about a message.
|
ImapMessageInfoCollection |
ImapClient.listMessages(IConnection iConnection)
Gets the list of messages in the current folder
|
ImapMessageInfoCollection |
ImapClient.listMessages(IConnection iConnection,
boolean retrieveRecursively)
Gets the list of messages in the current folder
|
ImapMessageInfoCollection |
ImapClient.listMessages(IConnection iConnection,
int maxNumberOfMessages)
Gets the list of messages in the current folder.
|
ImapMessageInfoCollection |
ImapClient.listMessages(IConnection iConnection,
long modificationSequence)
Gets the list of messages in the current folder that have a modification sequence bigger than specified value.
|
ImapMessageInfoCollection |
ImapClient.listMessages(IConnection iConnection,
MailQuery query)
Gets the list of messages in the current folder.
|
ImapMessageInfoCollection |
ImapClient.listMessages(IConnection iConnection,
MailQuery query,
int maxNumberOfMessages)
Gets the list of messages in the current folder.
|
ImapMessageInfoCollection |
ImapClient.listMessages(IConnection iConnection,
String folderName)
Gets the list of messages in the specified folder
|
ImapMessageInfoCollection |
ImapClient.listMessages(IConnection iConnection,
String folderName,
boolean retrieveRecursively)
Gets the list of messages in the specified folder
|
ImapMessageInfoCollection |
ImapClient.listMessages(IConnection iConnection,
String folderName,
MailQuery query,
int maxNumberOfMessages)
Gets the list of messages in the current folder.
|
ImapPageInfo |
ImapClient.listMessagesByPage(IConnection iConnection,
int itemsPerPage)
Gets the list of messages in the current folder.
|
ImapPageInfo |
ImapClient.listMessagesByPage(IConnection iConnection,
int itemsPerPage,
int pageOffset)
Gets the list of messages in the current folder.
|
ImapPageInfo |
ImapClient.listMessagesByPage(IConnection iConnection,
PageInfo page)
Gets the list of messages in the current folder.
|
ImapPageInfo |
ImapClient.listMessagesByPage(IConnection iConnection,
String folderName,
MailQuery query,
int itemsPerPage)
Gets the list of messages in the current folder.
|
ImapPageInfo |
ImapClient.listMessagesByPage(IConnection iConnection,
String folderName,
MailQuery query,
PageInfo pageInfo)
Gets the list of messages in the current folder.
|
void |
ImapClient.moveFolder(IConnection iConnection,
String newParentFolder,
String folderName)
Moves specified folder and its subfolders to new location.
|
String |
ImapClient.moveMessage(IConnection iConnection,
int sequenceNumber,
String folderName)
Moves the messaeg
|
String |
ImapClient.moveMessage(IConnection iConnection,
int sequenceNumber,
String folderName,
boolean commitDeletions)
Moves the messaeg
|
String |
ImapClient.moveMessage(IConnection iConnection,
String uniqueId,
String folderName)
Moves the message
|
String |
ImapClient.moveMessage(IConnection iConnection,
String uniqueId,
String folderName,
boolean commitDeletions)
Moves the message
|
void |
ImapClient.moveMessages(IConnection iConnection,
int startSequence,
int endSequence,
String folderName)
Moves the messaeg
|
void |
ImapClient.moveMessages(IConnection iConnection,
int startSequence,
int endSequence,
String folderName,
boolean commitDeletions)
Moves the messaeg
|
void |
ImapClient.moveMessages(IConnection iConnection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName)
Moves the message
|
void |
ImapClient.moveMessages(IConnection iConnection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
boolean commitDeletions)
Moves the message
|
void |
ImapClient.moveMessages(IConnection iConnection,
String startUid,
String endUid,
String folderName)
Moves the message
|
void |
ImapClient.moveMessages(IConnection iConnection,
String startUid,
String endUid,
String folderName,
boolean commitDeletions)
Moves the message
|
void |
ImapClient.moveMessagesBySequences(IConnection iConnection,
Iterable<Integer> sequenceSet,
String folderName)
Moves the messaeg
|
void |
ImapClient.moveMessagesBySequences(IConnection iConnection,
Iterable<Integer> sequenceSet,
String folderName,
boolean commitDeletions)
Moves the messaeg
|
void |
ImapClient.moveMessagesByUids(IConnection iConnection,
Iterable<String> uidSet,
String folderName)
Moves the message
|
void |
ImapClient.moveMessagesByUids(IConnection iConnection,
Iterable<String> uidSet,
String folderName,
boolean commitDeletions)
Moves the message
|
void |
SmtpClient.noop(IConnection iConnection)
'No operation' command
|
void |
Pop3Client.noop(IConnection iConnection)
'No operation' command
|
void |
ImapClient.noop(IConnection iConnection)
'No operation' command
|
void |
ImapClient.removeMessageFlags(IConnection iConnection,
int sequenceNumber,
ImapMessageFlags flags)
Removes the flags of the message
|
void |
ImapClient.removeMessageFlags(IConnection iConnection,
int sequenceNumber,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message
|
void |
ImapClient.removeMessageFlags(IConnection iConnection,
int startSequence,
int endSequence,
ImapMessageFlags flags)
Removes the flags of the message
|
void |
ImapClient.removeMessageFlags(IConnection iConnection,
int startSequence,
int endSequence,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message
|
void |
ImapClient.removeMessageFlags(IConnection iConnection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags)
Removes the flags of the message
|
void |
ImapClient.removeMessageFlags(IConnection iConnection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message
|
void |
ImapClient.removeMessageFlags(IConnection iConnection,
String uniqueId,
ImapMessageFlags flags)
Removes the flags of the message
|
void |
ImapClient.removeMessageFlags(IConnection iConnection,
String uniqueId,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message
|
void |
ImapClient.removeMessageFlags(IConnection iConnection,
String startUid,
String endUid,
ImapMessageFlags flags)
Removes the flags of the message
|
void |
ImapClient.removeMessageFlags(IConnection iConnection,
String startUid,
String endUid,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message
|
void |
ImapClient.removeMessageFlagsBySequences(IConnection iConnection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags)
Removes the flags of the message
|
void |
ImapClient.removeMessageFlagsBySequences(IConnection iConnection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message
|
void |
ImapClient.removeMessageFlagsByUids(IConnection iConnection,
Iterable<String> uidSet,
ImapMessageFlags flags)
Removes the flags of the message
|
void |
ImapClient.removeMessageFlagsByUids(IConnection iConnection,
Iterable<String> uidSet,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message
|
void |
ImapClient.renameFolder(IConnection iConnection,
String folderName,
String newFolderName)
Renames a specified folder to a new name
|
void |
ImapClient.requestCheckpoint(IConnection iConnection)
Requests a checkpoint of the currently selected mailbox.
|
void |
ImapClient.restore(IConnection iConnection,
InputStream stream,
ImapFolderInfoCollection folders,
int options)
Restores the specified imap folders from the given stream.
|
void |
ImapClient.restore(IConnection iConnection,
InputStream stream,
int options)
Restores imap folders from the given stream.
|
void |
ImapClient.restore(IConnection iConnection,
PersonalStorage pst,
ImapFolderInfoCollection folders,
int options)
Restores the specified imap folders from the given personal storage.
|
void |
ImapClient.restore(IConnection iConnection,
PersonalStorage pst,
int options)
Restores imap folders from the given personal storage.
|
void |
ImapClient.restore(IConnection iConnection,
String fileName,
ImapFolderInfoCollection folders,
int options)
Restores the specified imap folders from the specified personal storage file.
|
void |
ImapClient.restore(IConnection iConnection,
String fileName,
int options)
Restores imap folders from the specified personal storage file.
|
void |
Pop3Client.saveMessage(IConnection iConnection,
int sequenceNumber,
OutputStream outputStream)
Fetches and save the message as a stream
|
void |
ImapClient.saveMessage(IConnection iConnection,
int sequenceNumber,
OutputStream resultStream)
Downloads the message with the specified sequence number and writes its data into a supplied stream
|
void |
Pop3Client.saveMessage(IConnection iConnection,
int sequenceNumber,
String fileName)
Fetches and save the message into a file
|
void |
ImapClient.saveMessage(IConnection iConnection,
int sequenceNumber,
String fileName)
Downloads the message with the specified sequence number and writes its data into a local file
|
void |
Pop3Client.saveMessage(IConnection iConnection,
String uniqueId,
OutputStream outputStream)
Fetches and save the message as a stream
|
void |
ImapClient.saveMessage(IConnection iConnection,
String uniqueId,
OutputStream resultStream)
Downloads the message with the specified sequence number
and writes its data into a supplied stream
|
void |
Pop3Client.saveMessage(IConnection iConnection,
String uniqueId,
String fileName)
Fetches and save the message into a file
|
void |
ImapClient.saveMessage(IConnection iConnection,
String uniqueId,
String fileName)
Downloads the message with the specified sequence number
and writes its data into a local file
|
void |
ImapClient.selectFolder(IConnection iConnection,
String folderName)
Selects the specified folder
|
void |
ImapClient.selectFolder(IConnection iConnection,
String folderName,
boolean readOnly)
Selects the specified folder
|
void |
SmtpClient.send(IConnection iConnection,
Iterable<MailMessage> messages)
Send the specified messages.
|
void |
SmtpClient.send(IConnection iConnection,
MailMessage... messages)
Send the specified message.
|
void |
SmtpClient.send(IConnection iConnection,
MailMessage message)
Send the specified message.
|
void |
SmtpClient.send(IConnection iConnection,
MailMessageCollection messages)
Send the specified message collection.
|
void |
SmtpClient.send(IConnection iConnection,
String from,
String recipients,
String subject,
String body)
Creates and sends the specified message.
|
ImapQuota[] |
ImapClient.setQuota(IConnection iConnection,
String quotaRootName,
String resourceName,
int resourceLimit)
Sets quota information
|
void |
ImapClient.subscribeFolder(IConnection iConnection,
String folderName)
Sent the SUBSCRIBE command that adds the specified mailbox name to the server's set of "active" mailboxes.
|
void |
ImapClient.undeleteMessage(IConnection iConnection,
int sequenceNumber)
Marks a message with the specified sequence number as not deleted
|
void |
ImapClient.undeleteMessage(IConnection iConnection,
int sequenceNumber,
long modificationSequence)
Marks a message with the specified sequence number as not deleted
|
void |
ImapClient.undeleteMessage(IConnection iConnection,
String uniqueId)
Marks a message with the specified sequence number as not deleted.
|
void |
ImapClient.undeleteMessage(IConnection iConnection,
String uniqueId,
long modificationSequence)
Marks a message with the specified sequence number as not deleted.
|
void |
Pop3Client.undeleteMessages(IConnection iConnection)
Undeletes the messages.
|
void |
ImapClient.unselectFolder(IConnection iConnection)
Permanently removes all messages marked as deleted for currently selected folder and removes selected-state for this folder.
|
void |
ImapClient.unselectFolder(IConnection iConnection,
boolean doNotExpunge)
Unselects folder which are currently selected.
|
void |
ImapClient.unsubscribeFolder(IConnection iConnection,
String folderName)
Sent the UNSUBSCRIBE command that removes the specified mailbox name from the server's set of "active" mailboxes
|
Copyright (c) 2008-2017 Aspose Pty Ltd. All Rights Reserved.