Modifier and Type | Method and Description |
---|---|
MailQuery |
DateComparisonField.before(Date value)
Indicates that the date in message must be earlier than the specified date.
|
MailQuery |
DateComparisonField.before(Date value,
int comparisonType)
Indicates that the date in message must be earlier than the specified date.
|
MailQuery |
DateComparisonField.beforeOrEqual(Date value)
Indicates that the date in message must be earlier or equel to the specified date.
|
MailQuery |
DateComparisonField.beforeOrEqual(Date value,
int comparisonType)
Indicates that the date in message must be earlier or equel to the specified date.
|
MailQuery |
StringComparisonField.contains(String value)
Indicates that field in message must contain the specified value.
|
MailQuery |
StringComparisonField.contains(String value,
boolean ignoreCase)
Indicates that field in message must contain the specified value.
|
protected MailQuery |
ComparisonField.createKey(String name,
Enum value,
String comparsionOperator)
Creates the search key.
|
protected MailQuery |
ComparisonField.createKey(String name,
String value,
String comparsionOperator)
Creates the search key.
|
protected MailQuery |
StringComparisonField.createKey(String name,
String value,
String comparsionOperator)
Creates the search key.
|
MailQuery |
ESearchOptions.createQuery()
Creates the search key.
|
MailQuery |
ModificationSequenceField.createQuery()
Creates the search key.
|
MailQuery |
SequenceSetField.createQuery()
Creates the search key.
|
MailQuery |
ESearchOptions.createQuery(MailQueryBuilder owner)
Creates the search key.
|
MailQuery |
StringComparisonField.empty()
Indicates that field in message must be empty.
|
MailQuery |
BoolComparisonField.equals(boolean value)
Indicates that field must be
equal to the specified value.
|
MailQuery |
BinaryComparisonField.equals(byte[] value)
Indicates that field must be equal to the specified value.
|
MailQuery |
DoubleComparisonField.equals(double value)
Indicates that field must be
equal to the specified value.
|
MailQuery |
EnumComparisonField.equals(int value)
Indicates that field in message must be equal to the specified value.
|
MailQuery |
IntComparisonField.equals(int value)
Indicates that field must be
equal to the specified value.
|
MailQuery |
LongComparisonField.equals(long value)
Indicates that field must be
equal to the specified value.
|
MailQuery |
BinaryComparisonField.equals(String value)
Indicates that field must be equal to the specified value.
|
MailQuery |
StringComparisonField.equals(String value)
Indicates that field in message must be equal to the specified value.
|
MailQuery |
StringComparisonField.equals(String value,
boolean ignoreCase)
Indicates that field in message must be equal to the specified value.
|
MailQuery |
ComparisonFieldAdapter.exists(boolean value)
Get a search expression
that returns true if the supplied property exists.
|
MailQuery |
PersonalStorageQueryBuilder.findConversationThread(MessageInfo relatedMessage)
Finds the conversation thread.
|
MailQuery |
MailQueryBuilder.getQuery()
Gets the query.
|
MailQuery |
DateComparisonField.greater(Date value)
Indicates that date in message must be later than the specified date.
|
MailQuery |
DateComparisonField.greater(Date value,
int comparisonType)
Indicates that date in message must be later than the specified date.
|
MailQuery |
DoubleComparisonField.greater(double value)
Indicates that field must be greater than the specified value.
|
MailQuery |
IntComparisonField.greater(int value)
Indicates that field must be greater than the specified value.
|
MailQuery |
LongComparisonField.greater(long value)
Indicates that field must be greater than the specified value.
|
MailQuery |
DoubleComparisonField.greaterOrEqual(double value)
Indicates that field must be greater or equal to the specified value.
|
MailQuery |
IntComparisonField.greaterOrEqual(int value)
Indicates that field must be greater or equal to the specified value.
|
MailQuery |
LongComparisonField.greaterOrEqual(long value)
Indicates that field must be greater or equal to the specified value.
|
MailQuery |
ImapQueryBuilder.hasFlags(ImapMessageFlags flags)
Search messages with the specified flags.
|
MailQuery |
ExchangeQueryBuilder.hasFlags(int flags)
Search messages with the specified flags.
|
MailQuery |
PersonalStorageQueryBuilder.hasFlags(long flags)
Search messages with the specified flags.
|
MailQuery |
ImapQueryBuilder.hasHeader(String fieldName,
String fieldValue)
Search messages that have a header with the specified field-name
and that contains the specified string
in the text of the header (what comes after the colon).
|
MailQuery |
ImapQueryBuilder.hasNoFlags(ImapMessageFlags flags)
Search messages with the unspecified flags.
|
MailQuery |
ExchangeQueryBuilder.hasNoFlags(int flags)
Search messages with the unspecified flags.
|
MailQuery |
PersonalStorageQueryBuilder.hasNoFlags(long flags)
Search messages with the unspecified flags.
|
MailQuery |
PersonalStorageQueryBuilder.hasNoSubfolders()
Search folders which does not contains subfolders.
|
MailQuery |
PersonalStorageQueryBuilder.hasSubfolders()
Search folders which contains subfolders.
|
MailQuery |
EnumComparisonField.in(Iterable<Integer> values)
Indicates that field vlaue in message must be in list of specified values.
|
MailQuery |
DoubleComparisonField.less(double value)
Indicates that field must be less than the specified value.
|
MailQuery |
IntComparisonField.less(int value)
Indicates that field must be less than the specified value.
|
MailQuery |
LongComparisonField.less(long value)
Indicates that field must be less than the specified value.
|
MailQuery |
DoubleComparisonField.lessOrEqual(double value)
Indicates that field must be less or equal to the specified value.
|
MailQuery |
IntComparisonField.lessOrEqual(int value)
Indicates that field must be less or equal to the specified value.
|
MailQuery |
LongComparisonField.lessOrEqual(long value)
Indicates that field must be less or equal to the specified value.
|
MailQuery |
StringComparisonField.notContains(String value)
Indicates that field in message must not contain the specified value.
|
MailQuery |
StringComparisonField.notContains(String value,
boolean ignoreCase)
Indicates that field in message must not contain the specified value.
|
MailQuery |
StringComparisonField.notEmpty()
Indicates that field in message must not be empty.
|
MailQuery |
BoolComparisonField.notEquals(boolean value)
Indicates that field must not be
equal to the specified value.
|
MailQuery |
BinaryComparisonField.notEquals(byte[] value)
Indicates that field must not be equal to the specified value.
|
MailQuery |
DoubleComparisonField.notEquals(double value)
Indicates that field must not be
equal to the specified value.
|
MailQuery |
EnumComparisonField.notEquals(int value)
Indicates that field in message must not be equal to the specified value.
|
MailQuery |
IntComparisonField.notEquals(int value)
Indicates that field must not be
equal to the specified value.
|
MailQuery |
LongComparisonField.notEquals(long value)
Indicates that field must not be
equal to the specified value.
|
MailQuery |
BinaryComparisonField.notEquals(String value)
Indicates that field must not be equal to the specified value.
|
MailQuery |
StringComparisonField.notEquals(String value)
Indicates that field in message must not be equal to the specified value.
|
MailQuery |
StringComparisonField.notEquals(String value,
boolean ignoreCase)
Indicates that field in message must not be equal to the specified value.
|
MailQuery |
EnumComparisonField.notIn(Iterable<Integer> values)
Indicates that field vlaue in message must not be in list of specified values.
|
MailQuery |
DateComparisonField.notOn(Date value)
Indicates that the date in message must not be in the specified date.
|
MailQuery |
DateComparisonField.notOn(Date value,
int comparisonType)
Indicates that the date in message must not be in the specified date.
|
MailQuery |
DateComparisonField.on(Date value)
Indicates that the date in message must be within the specified date.
|
MailQuery |
DateComparisonField.on(Date value,
int comparisonType)
Indicates that the date in message must be within the specified date.
|
MailQuery |
MailQueryBuilder.or(MailQuery query1,
MailQuery query2)
Search messages that match either search key.
|
MailQuery |
DateComparisonField.since(Date value)
Indicates that date in message must be within or later than the specified date.
|
MailQuery |
DateComparisonField.since(Date value,
int comparisonType)
Indicates that date in message must be within or later than the specified date.
|
static MailQuery |
SequenceSetField.to_MailQuery(SequenceSetField seqSetField)
Creates the search key.
|
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginListMessages(IConnection connection,
int fields,
boolean closeTransaction,
MailQuery query,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins ListMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginListMessages(IConnection connection,
MailQuery query)
Begins ListMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginListMessages(IConnection connection,
MailQuery query,
com.aspose.ms.System.AsyncCallback callback)
Begins ListMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginListMessages(IConnection connection,
MailQuery query,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins ListMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessages(IConnection connection,
String folderName,
MailQuery query,
int maxNumberOfMessages,
Iterable<String> messageExtraFields,
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.beginListMessages(MailQuery query)
Begins getting the list of messages asynchronously in the current folder
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginListMessages(MailQuery query)
Begins ListMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginListMessages(MailQuery query,
com.aspose.ms.System.AsyncCallback callback)
Begins ListMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessages(MailQuery query,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins getting the list of messages asynchronously in the current folder
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginListMessages(MailQuery query,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins ListMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessages(MailQuery query,
int maxNumberOfMessages)
Begins getting the list of messages asynchronously in the current folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessages(MailQuery query,
int maxNumberOfMessages,
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.beginListMessages(String folderName,
MailQuery query)
Begins getting the list of messages asynchronously in the current folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessages(String folderName,
MailQuery query,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins getting the list of messages asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessages(String folderName,
MailQuery query,
int maxNumberOfMessages)
Begins getting the list of messages asynchronously in the current folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessages(String folderName,
MailQuery query,
int maxNumberOfMessages,
com.aspose.ms.System.AsyncCallback callback)
Begins getting the list of messages asynchronously in the current folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessages(String folderName,
MailQuery query,
int maxNumberOfMessages,
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 connection,
String folderName,
MailQuery query,
int itemsPerPage)
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,
int itemsPerPage,
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,
int itemsPerPage,
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(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(String folderName,
MailQuery query,
int itemsPerPage)
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,
int itemsPerPage,
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,
int itemsPerPage,
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(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.
|
boolean |
MailQuery.equals(MailQuery other)
Indicates whether the current object is equal to another object of the same type.
|
Contact[] |
IEWSClient.findPeople(String folderUri,
MailQuery query,
int maxNumberOfItems)
Find contacts located in the specified user's personal mailbox on server
|
MessageInfoCollection |
FolderInfo.getContents(MailQuery query)
Get collection of messages.
|
FolderInfoCollection |
FolderInfo.getSubFolders(MailQuery query)
Gets collection of subfolders.
|
Appointment[] |
IEWSClient.listAppointments(MailQuery query)
Retrieves list of appointments for default calendar folder
|
Appointment[] |
IEWSClient.listAppointments(MailQuery query,
boolean recursive)
Retrieves list of appointments for default calendar folder
|
Appointment[] |
IEWSClient.listAppointments(String folderUri,
MailQuery query)
Retrieves list of appointments for specified calendar folder
|
Appointment[] |
IEWSClient.listAppointments(String folderUri,
MailQuery query,
boolean recursive)
Retrieves list of appointments for specified calendar folder
|
AppointmentPageInfo |
IEWSClient.listAppointmentsByPage(MailQuery query,
int itemsPerPage)
Retrieves page with appointments for calendar folder
|
AppointmentPageInfo |
IEWSClient.listAppointmentsByPage(MailQuery query,
int itemsPerPage,
int itemOffset)
Retrieves page with appointments for calendar folder
|
AppointmentPageInfo |
IEWSClient.listAppointmentsByPage(String folderUri,
MailQuery query,
int itemsPerPage)
Retrieves page with appointments for specified calendar folder
|
AppointmentPageInfo |
IEWSClient.listAppointmentsByPage(String folderUri,
MailQuery query,
int itemsPerPage,
int itemOffset)
Retrieves page with appointments for specified calendar folder
|
String[] |
IEWSClient.listItems(String folder,
MailQuery query)
Retrieve list of item uries in specified folder
|
String[] |
IEWSClient.listItems(String folder,
MailQuery query,
boolean recursive)
Retrieve list of item uries in specified folder
|
String[] |
IEWSClient.listItems(String mailbox,
String folder,
MailQuery query)
Retrieve list of item uries in specified folder
|
String[] |
IEWSClient.listItems(String mailbox,
String folder,
MailQuery query,
boolean recursive)
Retrieve list of item uries in specified folder
|
Pop3MessageInfoCollection |
Pop3Client.listMessages(IConnection connection,
int fields,
boolean closeTransaction,
MailQuery query)
Lists the messages.
|
ImapMessageInfoCollection |
ImapClient.listMessages(IConnection connection,
MailQuery query)
Gets the list of messages in the current folder.
|
Pop3MessageInfoCollection |
Pop3Client.listMessages(IConnection connection,
MailQuery query)
Lists the messages.
|
ImapMessageInfoCollection |
ImapClient.listMessages(IConnection connection,
MailQuery query,
int maxNumberOfMessages)
Gets the list of messages in the current folder.
|
ImapMessageInfoCollection |
ImapClient.listMessages(IConnection connection,
String folderName,
MailQuery query,
int maxNumberOfMessages)
Gets the list of messages in the current folder.
|
Pop3MessageInfoCollection |
Pop3Client.listMessages(int fields,
boolean closeTransaction,
MailQuery query)
Lists the messages.
|
ImapMessageInfoCollection |
ImapClient.listMessages(MailQuery query)
Gets the list of messages in the current folder.
|
Pop3MessageInfoCollection |
Pop3Client.listMessages(MailQuery query)
Lists the messages.
|
ImapMessageInfoCollection |
ImapClient.listMessages(MailQuery query,
int maxNumberOfMessages)
Gets the list of messages in the current folder.
|
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.
|
ImapMessageInfoCollection |
ImapClient.listMessages(String folderName,
MailQuery query,
int maxNumberOfMessages)
Gets the list of messages in the current folder.
|
ExchangeMessageInfoCollection |
IEWSClient.listMessages(String mailbox,
String folder,
MailQuery query)
List the messages in the specified folder.
|
ImapPageInfo |
ImapClient.listMessagesByPage(IConnection connection,
String folderName,
MailQuery query,
int itemsPerPage)
Deprecated.
Please, use ListMessagesByPage(MailQuery query, PageInfo pageInfo, 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
|
ExchangeMessagePageInfo |
IEWSClient.listMessagesByPage(String folder,
MailQuery query,
int itemsPerPage)
List the messages in the specified folder.
|
ImapPageInfo |
ImapClient.listMessagesByPage(String folderName,
MailQuery query,
int itemsPerPage)
Deprecated.
Please, use ListMessagesByPage(MailQuery query, PageInfo pageInfo, PageSettings settings) method instead of it.
|
ExchangeMessagePageInfo |
IEWSClient.listMessagesByPage(String folder,
MailQuery query,
int itemsPerPage,
int offset)
List the messages in the specified folder.
|
ImapPageInfo |
ImapClient.listMessagesByPage(String folderName,
MailQuery query,
PageInfo pageInfo)
Deprecated.
Please, use ListMessagesByPage(MailQuery query, PageInfo pageInfo, PageSettings settings) method instead of it.
|
TaskCollection |
IEWSClient.listTasks(String folder,
int maxNumberOfItems,
MailQuery query)
Retrieves lists of exchange tasks.
|
TaskCollection |
IEWSClient.listTasks(String folder,
int maxNumberOfItems,
MailQuery query,
boolean recursive)
Retrieves lists of exchange tasks.
|
TaskCollection |
IEWSClient.listTasks(String folder,
MailQuery query)
Retrieves lists of exchange tasks.
|
MailQuery |
MailQueryBuilder.or(MailQuery query1,
MailQuery query2)
Search messages that match either search key.
|
Modifier and Type | Method and Description |
---|---|
void |
PersonalStorage.splitInto(com.aspose.ms.System.Collections.Generic.IGenericList<MailQuery> criteria,
String path)
Splits the pst storage based on criteria.
|