MailQueryBuilder.Body

MailQueryBuilder.Body property

Gets the field that allows to find messages that contain the specified string in the body of the message.

public StringComparisonField Body { get; }

Property Value

The DateComparisonField that represents body search field.

See Also