Modifier and Type | Method and Description |
---|---|
ExchangeMessageInfoCollection |
IEWSClient.findMessages(String uri)
Gets the collection of messages from specified folder
|
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(com.aspose.ms.System.Collections.Generic.IGenericEnumerable<String> iDs)
List the messages in the specified folder.
|
ExchangeMessageInfoCollection |
IExchangeClientBase.listMessages(String folder)
Lists the messages.
|
ExchangeMessageInfoCollection |
ExchangeClientBase.listMessages(String folder)
Lists the messages.
|
ExchangeMessageInfoCollection |
IEWSClient.listMessages(String folder,
boolean recursive)
List the messages in the specified folder
|
ExchangeMessageInfoCollection |
ExchangeClient.listMessages(String folder,
boolean recursive)
List the messages in the specified folder
|
ExchangeMessageInfoCollection |
IEWSClient.listMessages(String folder,
ExchangeMessageInfoCollection messages,
int itemsPerPage,
int itemOffset)
Deprecated.
|
ExchangeMessageInfoCollection |
IEWSClient.listMessages(String folder,
ExchangeMessageInfoCollection messages,
int itemsPerPage,
int itemOffset,
int options)
Deprecated.
|
ExchangeMessageInfoCollection |
IEWSClient.listMessages(String folder,
int itemsPerPage)
Deprecated.
|
ExchangeMessageInfoCollection |
IExchangeClientBase.listMessages(String folder,
int maxNumberOfMessages,
int options)
Lists the messages.
|
ExchangeMessageInfoCollection |
IEWSClient.listMessages(String folder,
int itemsPerPage,
int itemOffset)
Deprecated.
|
abstract ExchangeMessageInfoCollection |
ExchangeClientBase.listMessages(String folder,
int maxNumberOfMessages,
int options)
Lists the messages.
|
ExchangeMessageInfoCollection |
ExchangeClient.listMessages(String folder,
int maxNumberOfMessages,
int options)
List the messages in the specified folder
|
ExchangeMessageInfoCollection |
IEWSClient.listMessages(String folder,
int itemsPerPage,
int itemOffset,
int options)
Deprecated.
|
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 |
IEWSClient.listMessages(String folder,
MailQuery query,
boolean recursive)
List the messages in the specified folder.
|
ExchangeMessageInfoCollection |
ExchangeClient.listMessages(String folder,
MailQuery query,
boolean recursive)
Lists the messages.
|
ExchangeMessageInfoCollection |
ExchangeClient.listMessages(String folder,
String query)
Lists the messages.
|
ExchangeMessageInfoCollection |
ExchangeClient.listMessages(String folder,
String messageClass,
boolean recursive)
Lists the messages.
|
ExchangeMessageInfoCollection |
ExchangeClient.listMessagesById(String folder,
String messageId)
Lists the messages by id.
|
ExchangeMessageInfoCollection |
IExchangeClientBase.listMessagesByMaxNumberOfMessages(String folder,
int maxNumberOfMessages)
Lists the messages.
|
ExchangeMessageInfoCollection |
ExchangeClientBase.listMessagesByMaxNumberOfMessages(String folder,
int maxNumberOfMessages)
Lists the messages.
|
ExchangeMessageInfoCollection |
IExchangeClientBase.listMessagesByOption(String folder,
int options)
Lists the messages.
|
abstract ExchangeMessageInfoCollection |
ExchangeClientBase.listMessagesByOption(String folder,
int options)
Lists the messages.
|
ExchangeMessageInfoCollection |
ExchangeClient.listMessagesByOption(String folder,
int options)
Lists the mail message in the specified folder.
|
ExchangeMessageInfoCollection |
IEWSClient.listMessagesByOption(String folder,
int maxNumberOfMessages,
int options)
Gets the collection of messages from 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)
Deletes the specified mail messages
|
void |
IEWSClient.deleteMessages(ExchangeMessageInfoCollection messages,
boolean deletePermanently)
Deletes the specified mail messages
|
MailMessageCollection |
IEWSClient.fetchMessages(ExchangeMessageInfoCollection messageInfos)
Fetches the speciifed messages
|
ExchangeMessageInfoCollection |
IEWSClient.listMessages(String folder,
ExchangeMessageInfoCollection messages,
int itemsPerPage,
int itemOffset)
Deprecated.
|
ExchangeMessageInfoCollection |
IEWSClient.listMessages(String folder,
ExchangeMessageInfoCollection messages,
int itemsPerPage,
int itemOffset,
int options)
Deprecated.
|
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.