MailQueryBuilder.Subject

MailQueryBuilder.Subject property

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

public StringComparisonField Subject { get; }

Property Value

The DateComparisonField that represents subject search field.

See Also