Click or drag to resize

ExpressionText Method

Creates a criterion to find messages that contain the specified string in the header or body of the message.

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public static ICriterion Text(
	string text
)

Parameters

text  String
Header or Body fragment to search for.

Return Value

ICriterion
New expression.
See Also