Modifier and Type | Method and Description |
---|---|
ExchangeMessagePageInfo |
IEWSClient.listMessagesByPage(String folder,
int itemsPerPage)
List the messages in the specified folder.
|
ExchangeMessagePageInfo |
IEWSClient.listMessagesByPage(String folder,
int itemsPerPage,
int offset)
List the messages in the specified folder.
|
ExchangeMessagePageInfo |
IEWSClient.listMessagesByPage(String folder,
int itemsPerPage,
int pageOffset,
int options)
List the messages in the specified folder.
|
ExchangeMessagePageInfo |
IEWSClient.listMessagesByPage(String folder,
MailQuery query,
int itemsPerPage)
List the messages in the specified folder.
|
ExchangeMessagePageInfo |
IEWSClient.listMessagesByPage(String folder,
MailQuery query,
int itemsPerPage,
int offset)
List the messages in the specified 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.
|