ExchangeAdvancedSyntaxQueryBuilder

Inheritance: java.lang.Object, com.aspose.email.MailQueryBuilder

public final class ExchangeAdvancedSyntaxQueryBuilder extends MailQueryBuilder

Represents the builder of search expression based on the Advanced Query Syntax (AQS) that used by Exchange protocol. AQS is an alternative to search filters for expressing search criteria.

Constructors

ConstructorDescription
ExchangeAdvancedSyntaxQueryBuilder()

Methods

MethodDescription
equals(Object arg0)
getAttachment()Gets the field that allows to find items with a specified attachment name.
getBcc()Gets the field that allows to find messages that contain the specified string in the envelope structure’s BCC field.
getBody()Gets the field that allows to find messages that contain the specified string in the body of the message.
getCategory()
getCc()Gets the field that allows to find messages that contain the specified string in the envelope structure’s CC field.
getClass()
getDefaultEncoding()Gets default encoding (charset) for query builder
getFrom()Gets the field that allows to find messages that contain the specified string in the envelope structure’s FROM field.
getImportance()
getInternalDate()Gets the field that allows to find messages by internal date.
getIsflagged()
getKind()
getParticipants()
getQuery()Gets the query.
getSentDate()Gets the field that allows to find messages by sent date.
getSize()
getSubject()Gets the field that allows to find messages that contain the specified string in the envelope structure’s SUBJECT field.
getText()Gets the field that allows to find the messages that contain the specified string in the headers (subject, from, to, cc) and body of the message.
getTo()Gets the field that allows to find messages that contain the specified string in the envelope structure’s TO field.
hasAttachment()
hashCode()
isRead()
notify()
notifyAll()
or(MailQuery query1, MailQuery query2)Search messages that match either search key.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

ExchangeAdvancedSyntaxQueryBuilder()

public ExchangeAdvancedSyntaxQueryBuilder()

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getAttachment()

public final StringComparisonField getAttachment()

Gets the field that allows to find items with a specified attachment name.

Returns: StringComparisonField

getBcc()

public final StringComparisonField getBcc()

Gets the field that allows to find messages that contain the specified string in the envelope structure’s BCC field.

Value: The DateComparisonField that represents BCC search field.

Returns: StringComparisonField

getBody()

public final StringComparisonField getBody()

Gets the field that allows to find messages that contain the specified string in the body of the message.

Value: The DateComparisonField that represents body search field.

Returns: StringComparisonField

getCategory()

public final StringComparisonField getCategory()

Returns: StringComparisonField

getCc()

public final StringComparisonField getCc()

Gets the field that allows to find messages that contain the specified string in the envelope structure’s CC field.

Value: The DateComparisonField that represents cc search field.

Returns: StringComparisonField

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getDefaultEncoding()

public final Charset getDefaultEncoding()

Gets default encoding (charset) for query builder

Returns: java.nio.charset.Charset

getFrom()

public final StringComparisonField getFrom()

Gets the field that allows to find messages that contain the specified string in the envelope structure’s FROM field.

Value: The DateComparisonField that represents from search field.

Returns: StringComparisonField

getImportance()

public final StringComparisonField getImportance()

Returns: StringComparisonField

getInternalDate()

public final DateComparisonField getInternalDate()

Gets the field that allows to find messages by internal date.

Value: The DateComparisonField that represents internal date search field.

Returns: DateComparisonField

getIsflagged()

public final BoolComparisonField getIsflagged()

Returns: BoolComparisonField

getKind()

public final EnumComparisonField getKind()

Returns: EnumComparisonField

getParticipants()

public final StringComparisonField getParticipants()

Returns: StringComparisonField

getQuery()

public final MailQuery getQuery()

Gets the query.

Returns: MailQuery - MailQuery that represents search query.

getSentDate()

public final DateComparisonField getSentDate()

Gets the field that allows to find messages by sent date.

Value: The DateComparisonField that represents sent date search field.

Returns: DateComparisonField

getSize()

public final IntComparisonField getSize()

Returns: IntComparisonField

getSubject()

public final StringComparisonField getSubject()

Gets the field that allows to find messages that contain the specified string in the envelope structure’s SUBJECT field.

Value: The DateComparisonField that represents subject search field.

Returns: StringComparisonField

getText()

public final StringComparisonField getText()

Gets the field that allows to find the messages that contain the specified string in the headers (subject, from, to, cc) and body of the message.

Value: The DateComparisonField that represents text header or body search fields.

Returns: StringComparisonField

getTo()

public final StringComparisonField getTo()

Gets the field that allows to find messages that contain the specified string in the envelope structure’s TO field.

Value: The DateComparisonField that represents TO search field.

Returns: StringComparisonField

hasAttachment()

public final BoolComparisonField hasAttachment()

Returns: BoolComparisonField

hashCode()

public native int hashCode()

Returns: int

isRead()

public final BoolComparisonField isRead()

Returns: BoolComparisonField

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

or(MailQuery query1, MailQuery query2)

public final MailQuery or(MailQuery query1, MailQuery query2)

Search messages that match either search key. Provides disjunction between two expressions (OR).

Parameters:

ParameterTypeDescription
query1MailQueryThe query1.
query2MailQueryThe query2.

Returns: MailQuery - MailQuery that represents search query (one searching criterion).

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int