ThreadSearchConditions

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

public final class ThreadSearchConditions extends BaseSearchConditions

Provides the search conditions to retrieve email thread. Compatibles with THREAD IMAP extension described at https://tools.ietf.org/html/rfc5256

Constructors

ConstructorDescription
ThreadSearchConditions()

Methods

MethodDescription
equals(Object arg0)
getAlgorithm()Gets or sets threading algorithm supported by the IMAP server.
getCharset()Gets or sets charset.
getClass()
getSince()Gets or sets the message date since which the search criteria matches.
getText()Gets or sets subject text.
getUseUId()Gets or sets a value indicating whether the search method returns sequence numbers or UIDs of messages.
hashCode()
notify()
notifyAll()
setAlgorithm(String value)Gets or sets threading algorithm supported by the IMAP server.
setCharset(String value)Gets or sets charset.
setSince(Date value)Gets or sets the message date since which the search criteria matches.
setText(String value)Gets or sets subject text.
setUseUId(boolean value)Gets or sets a value indicating whether the search method returns sequence numbers or UIDs of messages.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

ThreadSearchConditions()

public ThreadSearchConditions()

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getAlgorithm()

public final String getAlgorithm()

Gets or sets threading algorithm supported by the IMAP server.

Returns: java.lang.String

getCharset()

public final String getCharset()

Gets or sets charset. Indicates the charset of the strings that appear in the searching criteria.

Returns: java.lang.String

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getSince()

public final Date getSince()

Gets or sets the message date since which the search criteria matches.

Returns: java.util.Date

getText()

public final String getText()

Gets or sets subject text.

Returns: java.lang.String

getUseUId()

public final boolean getUseUId()

Gets or sets a value indicating whether the search method returns sequence numbers or UIDs of messages.

Returns: boolean

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setAlgorithm(String value)

public final void setAlgorithm(String value)

Gets or sets threading algorithm supported by the IMAP server.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setCharset(String value)

public final void setCharset(String value)

Gets or sets charset. Indicates the charset of the strings that appear in the searching criteria.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setSince(Date value)

public final void setSince(Date value)

Gets or sets the message date since which the search criteria matches.

Parameters:

ParameterTypeDescription
valuejava.util.Date

setText(String value)

public final void setText(String value)

Gets or sets subject text.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setUseUId(boolean value)

public final void setUseUId(boolean value)

Gets or sets a value indicating whether the search method returns sequence numbers or UIDs of messages.

Parameters:

ParameterTypeDescription
valueboolean

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