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 |
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 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,
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.beginListMessagesByPage(PageInfo page)
Begins getting the list of messages asynchronously in the current folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessagesByPage(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(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(String folderName,
MailQuery query,
PageInfo pageInfo)
Begins getting the list of messages asynchronously in the current folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessagesByPage(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(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
|
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,
PageInfo pageInfo)
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,
PageInfo pageInfo)
Gets the list of messages in the current folder.
|
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.
|
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.