Modifier and Type | Method and Description |
---|---|
StringComparisonField |
ComparisonFieldAdapter.getAsString()
Returns current
ComparisonField as StringComparisonField |
StringComparisonField |
ExchangeAdvancedSyntaxQueryBuilder.getAttachment()
Gets the field that allows to find items with a specified attachment name.
|
StringComparisonField |
ExchangeQueryBuilder.getAttachmentName()
Deprecated.
AttachmentName property is obsolete. Use class ExchangeAdvancedSyntaxQueryBuilder and Attachment property instead.
|
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 |
ExchangeAdvancedSyntaxQueryBuilder.getCategory() |
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()
Deprecated.
Please, use ExchangeQueryBuilder.getContact().getDisplayName()
|
StringComparisonField |
PersonalStorageQueryBuilder.getContainerClass()
Gets folders with an specified message class.
|
StringComparisonField |
ExchangeQueryBuilder.getContentClass()
Gets items with an specified content class.
|
StringComparisonField |
ContactQueryBuilder.getDisplayName()
Gets the field that allows to find Contact that contain the specified string in the DisplayName field.
|
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 |
ExchangeAdvancedSyntaxQueryBuilder.getImportance() |
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 |
ExchangeAdvancedSyntaxQueryBuilder.getParticipants() |
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 headers (subject, from, to, cc) and 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.
|
StringComparisonField |
StringComparisonField.setKQL(boolean isKQL)
Gets or sets value which defines whether property is used for Keyword Query Language
|