MailQueryBuilder.From

MailQueryBuilder.From property

Gets the field that allows to find messages that contain the specified string in the envelope structure’s FROM field.

public StringComparisonField From { get; }

Property Value

The DateComparisonField that represents from search field.

See Also