Modifier and Type | Method and Description |
---|---|
ExchangeMessageInfoCollection |
IEWSClient.findMessages(String uri)
Deprecated.
|
ExchangeMessageInfoCollection |
SyncFolderResult.getChangedItems()
Collection of changed items in the specified folder.
|
ExchangeMessageInfoCollection |
ExchangeMessagePageInfo.getItems()
Gets collection of ExchangeMessageInfo objects
|
ExchangeMessageInfoCollection |
SyncFolderResult.getNewItems()
Collection of new items in the specified folder.
|
ExchangeMessageInfoCollection |
IEWSClient.listMessages()
List the messages in the inbox folder.
|
ExchangeMessageInfoCollection |
IEWSClient.listMessages(Iterable<String> iDs)
List the messages in the specified folder.
|
ExchangeMessageInfoCollection |
ExchangeClient.listMessages(String folder)
Lists the messages.
|
ExchangeMessageInfoCollection |
IEWSClient.listMessages(String folder)
Lists the messages.
|
ExchangeMessageInfoCollection |
ExchangeClient.listMessages(String folder,
boolean recursive)
List the messages in the specified folder
|
ExchangeMessageInfoCollection |
IEWSClient.listMessages(String folder,
boolean recursive)
List the messages in the specified folder
|
ExchangeMessageInfoCollection |
ExchangeClient.listMessages(String folder,
int maxNumberOfMessages)
Lists the messages.
|
ExchangeMessageInfoCollection |
IEWSClient.listMessages(String folder,
int maxNumberOfMessages)
Lists the messages.
|
ExchangeMessageInfoCollection |
IEWSClient.listMessages(String folder,
int maxNumberOfMessages,
MailQuery query)
List the messages in the specified folder.
|
ExchangeMessageInfoCollection |
IEWSClient.listMessages(String folder,
int maxNumberOfMessages,
MailQuery query,
boolean recursive)
List the messages in the specified folder.
|
ExchangeMessageInfoCollection |
IEWSClient.listMessages(String folder,
MailQuery query)
List the messages in the specified folder.
|
ExchangeMessageInfoCollection |
ExchangeClient.listMessages(String folder,
MailQuery query,
boolean recursive)
Lists the messages.
|
ExchangeMessageInfoCollection |
IEWSClient.listMessages(String folder,
MailQuery query,
boolean recursive)
List the messages in the specified folder.
|
ExchangeMessageInfoCollection |
ExchangeClient.listMessages(String folder,
String query)
Lists the messages.
|
ExchangeMessageInfoCollection |
ExchangeClient.listMessages(String folder,
String messageClass,
boolean recursive)
Lists the messages.
|
ExchangeMessageInfoCollection |
IEWSClient.listMessages(String mailbox,
String folder,
boolean recursive)
List the messages in the specified folder
|
ExchangeMessageInfoCollection |
IEWSClient.listMessages(String mailbox,
String folder,
MailQuery query)
List the messages in the specified folder.
|
ExchangeMessageInfoCollection |
ExchangeClient.listMessagesById(String folder,
String messageId)
Lists the messages by id.
|
ExchangeMessageInfoCollection |
ExchangeClient.listMessagesByMaxNumberOfMessages(String folder,
int maxNumberOfMessages)
Lists the messages.
|
ExchangeMessageInfoCollection |
IEWSClient.listMessagesByMaxNumberOfMessages(String folder,
int maxNumberOfMessages)
Lists the messages.
|
ExchangeMessageInfoCollection |
ExchangeClient.listMessagesByOption(String folder,
int options)
Lists the mail message in the specified folder.
|
ExchangeMessageInfoCollection |
IEWSClient.listMessagesByOption(String folder,
int options)
Lists the messages.
|
ExchangeMessageInfoCollection |
ExchangeClient.listMessagesByOption(String folder,
int maxNumberOfMessages,
int options)
List the messages in the specified folder
|
ExchangeMessageInfoCollection |
IEWSClient.listMessagesByOption(String folder,
int maxNumberOfMessages,
int options)
Lists the messages.
|
ExchangeMessageInfoCollection |
IEWSClient.listMessagesByPropertyDescriptor(String folder,
int options,
Iterable<PropertyDescriptor> extendedProperties)
List the messages in the specified folder
|
ExchangeMessageInfoCollection |
IEWSClient.listMessagesFromPublicFolder(ExchangeFolderInfo folder)
Get collection of messages from public folder
|
ExchangeMessageInfoCollection |
IEWSClient.listMessagesFromPublicFolder(String folderUri)
Get collection of messages from public folder
|
Modifier and Type | Method and Description |
---|---|
void |
IEWSClient.deleteMessages(ExchangeMessageInfoCollection messages)
Deprecated.
Please, use DeleteItems method
|
void |
IEWSClient.deleteMessages(ExchangeMessageInfoCollection messages,
boolean deletePermanently)
Deprecated.
Please, use DeleteItems method
|
MailMessageCollection |
IEWSClient.fetchMessages(ExchangeMessageInfoCollection messageInfos)
Fetches the speciifed messages
|