Modifier and Type | Class and Description |
---|---|
class |
AppointmentPageInfo
Contains information about retrieved page when paging methods are used.
|
class |
ExchangeFolderPageInfo
Contains information about retrieved page when paging methods are used.
|
class |
ExchangeMessagePageInfo
Contains information about retrieved page when paging methods are used.
|
class |
ImapPageInfo
Contains information about retrieved page when paging methods are used.
|
Modifier and Type | Field and Description |
---|---|
protected PageInfo |
PageInfo.next |
Modifier and Type | Method and Description |
---|---|
PageInfo |
AppointmentPageInfo.getNextPage()
Information of the next page or null if current page is last
|
PageInfo |
ExchangeFolderPageInfo.getNextPage()
Information of the next page or null if current page is last
|
PageInfo |
ExchangeMessagePageInfo.getNextPage()
Information of the next page or null if current page is last
|
PageInfo |
ImapPageInfo.getNextPage()
Information of the next page or null if current page is last
|
PageInfo |
PageInfo.getNextPage()
Information of the next page or null if current page is last
|
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessagesByPage(IConnection connection,
PageInfo page)
Deprecated.
Please, use BeginListMessagesByPage(int itemsPerPage, int pageOffset, PageSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessagesByPage(IConnection connection,
PageInfo page,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
Please, use BeginListMessagesByPage(int itemsPerPage, int pageOffset, PageSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessagesByPage(IConnection connection,
PageInfo page,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
Please, use BeginListMessagesByPage(int itemsPerPage, int pageOffset, PageSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessagesByPage(IConnection connection,
String folderName,
MailQuery query,
PageInfo pageInfo)
Deprecated.
Please, use BeginListMessagesByPage(MailQuery query, PageInfo pageInfo, PageSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessagesByPage(IConnection connection,
String folderName,
MailQuery query,
PageInfo pageInfo,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
Please, use BeginListMessagesByPage(MailQuery query, PageInfo pageInfo, PageSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessagesByPage(IConnection connection,
String folderName,
MailQuery query,
PageInfo pageInfo,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
Please, use BeginListMessagesByPage(MailQuery query, PageInfo pageInfo, PageSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessagesByPage(MailQuery query,
PageInfo pageInfo,
PageSettingsAsync settings)
Begins getting the list of messages asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessagesByPage(PageInfo page)
Deprecated.
Please, use BeginListMessagesByPage(int itemsPerPage, int pageOffset, PageSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessagesByPage(PageInfo page,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
Please, use BeginListMessagesByPage(int itemsPerPage, int pageOffset, PageSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessagesByPage(PageInfo page,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
Please, use BeginListMessagesByPage(int itemsPerPage, int pageOffset, PageSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessagesByPage(String folderName,
MailQuery query,
PageInfo pageInfo)
Deprecated.
Please, use BeginListMessagesByPage(MailQuery query, PageInfo pageInfo, PageSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessagesByPage(String folderName,
MailQuery query,
PageInfo pageInfo,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
Please, use BeginListMessagesByPage(MailQuery query, PageInfo pageInfo, PageSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessagesByPage(String folderName,
MailQuery query,
PageInfo pageInfo,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
Please, use BeginListMessagesByPage(MailQuery query, PageInfo pageInfo, PageSettingsAsync settings) method instead of it.
|
ImapPageInfo |
ImapClient.listMessagesByPage(IConnection connection,
PageInfo page)
Deprecated.
Please, use ListMessagesByPage(int itemsPerPage, int pageOffset, PageSettings settings) method instead of it.
|
ImapPageInfo |
ImapClient.listMessagesByPage(IConnection connection,
String folderName,
MailQuery query,
PageInfo pageInfo)
Deprecated.
Please, use ListMessagesByPage(MailQuery query, PageInfo pageInfo, PageSettings settings) method instead of it.
|
ImapPageInfo |
ImapClient.listMessagesByPage(MailQuery query,
PageInfo pageInfo,
PageSettings settings)
Gets the list of messages
|
ImapPageInfo |
ImapClient.listMessagesByPage(PageInfo page)
Deprecated.
Please, use ListMessagesByPage(int itemsPerPage, int pageOffset, PageSettings settings) method instead of it.
|
ImapPageInfo |
ImapClient.listMessagesByPage(PageInfo pageInfo,
PageSettings settings)
Gets the list of messages
|
ImapPageInfo |
ImapClient.listMessagesByPage(String folderName,
MailQuery query,
PageInfo pageInfo)
Deprecated.
Please, use ListMessagesByPage(MailQuery query, PageInfo pageInfo, PageSettings settings) method instead of it.
|
ExchangeMessagePageInfo |
IEWSClient.listMessagesByPage(String folder,
PageInfo pageInfo)
List the messages in the specified folder.
|
ExchangeMessagePageInfo |
IEWSClient.listMessagesByPage(String folder,
PageInfo pageInfo,
int options)
List the messages in the specified folder.
|
ExchangeFolderPageInfo |
IEWSClient.listSubFoldersByPage(String parentFolderUri,
PageInfo page)
Searches the specified folder in the given parent folder with paging
Method supports paging.
|