Modifier and Type | Method and Description |
---|---|
StringComparisonField |
ComparisonFieldAdapter.getAsString()
Returns current
ComparisonField as StringComparisonField |
StringComparisonField |
MailQueryBuilder.getBcc()
Gets the field that allows to find messages that contain the specified string in the envelope structure's BCC field.
|
StringComparisonField |
MailQueryBuilder.getBody()
Gets the field that allows to find messages that contain the specified string in the body of the message.
|
StringComparisonField |
MailQueryBuilder.getCc()
Gets the field that allows to find messages that contain the specified string in the envelope structure's CC field.
|
StringComparisonField |
ContactQueryBuilder.getContactDisplayName()
Gets the field that allows to find Contact that contain the specified string in the DisplayName field.
|
StringComparisonField |
PersonalStorageQueryBuilder.getContainerClass()
Gets folders with an specified message class.
|
StringComparisonField |
ExchangeQueryBuilder.getContentClass()
Gets items with an specified content class.
|
StringComparisonField |
AppointmentQueryBuilder.getEndTimeZoneId()
Gets the field that allows to find items with a specified EndTimeZoneId.
|
StringComparisonField |
PersonalStorageQueryBuilder.getFolderName()
Search folders with an specified display name.
|
StringComparisonField |
MailQueryBuilder.getFrom()
Gets the field that allows to find messages that contain the specified string in the envelope structure's FROM field.
|
StringComparisonField |
AppointmentQueryBuilder.getLocation()
Gets the field that allows to find items with a specified Location.
|
StringComparisonField |
PersonalStorageQueryBuilder.getMessageClass()
Gets messages with an specified message class.
|
StringComparisonField |
ExchangeQueryBuilder.getMessageId()
Gets the field that allows to find messages that contain the specified string in the envelope structure's MessageId field.
|
StringComparisonField |
PersonalStorageQueryBuilder.getMessageId()
Gets the field that allows to find messages that contain the specified string in the envelope structure's MessageId field.
|
StringComparisonField |
AppointmentQueryBuilder.getStartTimeZoneId()
Gets the field that allows to find items with a specified StartTimeZoneId.
|
StringComparisonField |
MailQueryBuilder.getSubject()
Gets the field that allows to find messages that contain the specified string in the envelope structure's SUBJECT field.
|
StringComparisonField |
MailQueryBuilder.getText()
Gets the field that allows to find the messages that contain the specified string in the header or body of the message.
|
StringComparisonField |
MailQueryBuilder.getTo()
Gets the field that allows to find messages that contain the specified string in the envelope structure's TO field.
|