MailQueryBuilder.Text

MailQueryBuilder.Text property

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.

public StringComparisonField Text { get; }

Property Value

The DateComparisonField that represents text header or body search fields.

See Also