Modifier and Type | Method and Description |
---|---|
ImapMessageInfoCollection |
ImapClient.endListMessages(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the asynchronous ListMessages operation to complete.
|
ImapMessageInfoCollection |
ImapPageInfo.getItems()
Gets collection of ImapMessageInfo objects
|
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 connection)
Gets the list of messages in the current folder
|
ImapMessageInfoCollection |
ImapClient.listMessages(IConnection connection,
boolean retrieveRecursively)
Gets the list of messages in the current folder
|
ImapMessageInfoCollection |
ImapClient.listMessages(IConnection connection,
int maxNumberOfMessages)
Gets the list of messages in the current folder.
|
ImapMessageInfoCollection |
ImapClient.listMessages(IConnection connection,
long modificationSequence)
Gets the list of messages in the current folder that have a modification sequence bigger than specified value.
|
ImapMessageInfoCollection |
ImapClient.listMessages(IConnection connection,
MailQuery query)
Gets the list of messages in the current folder.
|
ImapMessageInfoCollection |
ImapClient.listMessages(IConnection connection,
MailQuery query,
int maxNumberOfMessages)
Gets the list of messages in the current folder.
|
ImapMessageInfoCollection |
ImapClient.listMessages(IConnection connection,
String folderName)
Gets the list of messages in the specified folder
|
ImapMessageInfoCollection |
ImapClient.listMessages(IConnection connection,
String folderName,
boolean retrieveRecursively)
Gets the list of messages in the specified folder
|
ImapMessageInfoCollection |
ImapClient.listMessages(IConnection connection,
String folderName,
long modificationSequence,
boolean retrieveRecursively,
Iterable<String> messageExtraFields)
Gets the list of messages in the specified folder
|
ImapMessageInfoCollection |
ImapClient.listMessages(IConnection connection,
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(Iterable<String> messageExtraFields)
Gets the list of messages in the current folder
|
ImapMessageInfoCollection |
ImapClient.listMessages(long modificationSequence)
Gets the list of messages in the current folder that have a modification sequence bigger than specified value.
|
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,
boolean retrieveRecursively,
Iterable<String> messageExtraFields)
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.
|
static ImapMessageInfoCollection |
ImapMessageInfoCollection.to_ImapMessageInfoCollection(ImapMessageInfo[] messageInfoArr)
Converts array of ImapMessageInfo to collection
|
static ImapMessageInfoCollection |
ImapMessageInfoCollection.to_ImapMessageInfoCollection(com.aspose.ms.System.Collections.Generic.List<ImapMessageInfo> messageInfoLst)
Converts list of ImapMessageInfo to collection
|
Modifier and Type | Method and Description |
---|---|
static ImapMessageInfo[] |
ImapMessageInfoCollection.to_(ImapMessageInfoCollection messageInfoCol)
Converts collection of ImapMessageInfo to array
|
static com.aspose.ms.System.Collections.Generic.List<ImapMessageInfo> |
ImapMessageInfoCollection.to_List(ImapMessageInfoCollection messageInfoCol)
Converts collection of ImapMessageInfo to list
|