Modifier and Type | Class and Description |
---|---|
class |
ContactQueryBuilder
Represents the builder of search expression that used by Exchange protocol.
|
class |
ExchangeQueryBuilder
Represents the builder of search expression that used by Exchange protocol.
|
class |
ImapQueryBuilder
Represents the builder of search expression
that used by IMAP protocol.
|
class |
PersonalStorageQueryBuilder
Represents the builder of search expression
that used by pst.
|
Modifier and Type | Field and Description |
---|---|
protected MailQueryBuilder |
QueryField.owner
Owner of this object.
|
Modifier and Type | Method and Description |
---|---|
MailQuery |
ESearchOptions.createQuery(MailQueryBuilder owner)
Creates the search key.
|
Constructor and Description |
---|
ComparisonField(String fieldName,
MailQueryBuilder owner)
Initializes a new instance of the ComparisonField class.
|
QueryField(String fieldName,
MailQueryBuilder owner)
Initializes a new instance of the ComparisonField class.
|