public final class ContactQueryBuilder extends MailQueryBuilder
Represents the builder of search expression that used by Exchange protocol.
| Constructor and Description |
|---|
ContactQueryBuilder()
Initializes a new instance of the
ContactQueryBuilder class. |
| Modifier and Type | Method and Description |
|---|---|
DateComparisonField |
getContactCreationTime()
Gets the field that allows to find items with a specified CreationTime.
|
StringComparisonField |
getContactDisplayName()
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, orpublic ContactQueryBuilder()
Initializes a new instance of the ContactQueryBuilder class.
public DateComparisonField getContactCreationTime()
Gets the field that allows to find items with a specified CreationTime.
public StringComparisonField getContactDisplayName()
Gets the field that allows to find Contact that contain the specified string in the DisplayName field.
Copyright (c) 2008-2021 Aspose Pty Ltd. All Rights Reserved.