Modifier and Type | Method and Description |
---|---|
ImapPageInfo |
ImapClient.endListMessagesByPage(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the asynchronous ListMessagesByPage operation to complete.
|
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.
|
ImapPageInfo |
ImapClient.listMessagesByPage(int itemsPerPage)
Gets the list of messages in the current folder.
|
ImapPageInfo |
ImapClient.listMessagesByPage(int itemsPerPage,
int pageOffset)
Gets the list of messages in the current folder.
|
ImapPageInfo |
ImapClient.listMessagesByPage(PageInfo page)
Gets the list of messages in the current folder.
|
ImapPageInfo |
ImapClient.listMessagesByPage(String folderName,
MailQuery query,
int itemsPerPage)
Gets the list of messages in the current folder.
|
ImapPageInfo |
ImapClient.listMessagesByPage(String folderName,
MailQuery query,
PageInfo pageInfo)
Gets the list of messages in the current folder.
|
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.