public final class ContactQueryBuilder extends MailQueryBuilder
Represents the builder of search expression that used by Exchange protocol.
Constructor and Description |
---|
ContactQueryBuilder()
Deprecated.
Please, use ExchangeQueryBuilder.getContact instead of ContactQueryBuilder
|
Modifier and Type | Method and Description |
---|---|
DateComparisonField |
getContactCreationTime()
Deprecated.
Please, use ExchangeQueryBuilder.getContact().getCreationTime()
|
StringComparisonField |
getContactDisplayName()
Deprecated.
Please, use ExchangeQueryBuilder.getContact().getDisplayName()
|
DateComparisonField |
getCreationTime()
Gets the field that allows to find items with a specified CreationTime.
|
StringComparisonField |
getDisplayName()
Gets the field that allows to find Contact that contain the specified string in the DisplayName field.
|
getBcc, getBody, getCc, getDefaultEncoding, getFrom, getInternalDate, getQuery, getSentDate, getSubject, getText, getTo, or
@Deprecated public ContactQueryBuilder()
Initializes a new instance of the ContactQueryBuilder
class.
public final DateComparisonField getCreationTime()
Gets the field that allows to find items with a specified CreationTime.
public final StringComparisonField getDisplayName()
Gets the field that allows to find Contact that contain the specified string in the DisplayName field.
@Deprecated public DateComparisonField getContactCreationTime()
Gets the field that allows to find items with a specified CreationTime.
@Deprecated public StringComparisonField getContactDisplayName()
Gets the field that allows to find Contact that contain the specified string in the DisplayName field.