Modifier and Type | Method and Description |
---|---|
ImapMessageInfoCollection |
ImapClient.endListMessages(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the asynchronous ListMessages operation to complete.
|
ImapMessageInfoCollection |
ImapClient.listMessages()
Gets the list of messages in the current folder
|
ImapMessageInfoCollection |
ImapClient.listMessages(boolean retrieveRecursively)
Gets the list of messages in the current folder
|
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,
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.
|
ImapMessageInfoCollection |
ImapClient.listMessages(int maxNumberOfMessages)
Gets the list of messages in the current folder.
|
ImapMessageInfoCollection |
ImapClient.listMessages(MailQuery query)
Gets the list of messages in the current folder.
|
ImapMessageInfoCollection |
ImapClient.listMessages(MailQuery query,
int maxNumberOfMessages)
Gets the list of messages in the current folder.
|
ImapMessageInfoCollection |
ImapClient.listMessages(String folderName)
Gets the list of messages in the specified folder
|
ImapMessageInfoCollection |
ImapClient.listMessages(String folderName,
boolean retrieveRecursively)
Gets the list of messages in the specified folder
|
ImapMessageInfoCollection |
ImapClient.listMessages(String folderName,
MailQuery query,
int maxNumberOfMessages)
Gets the list of messages in the current folder.
|
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.