Creates 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.12102.1426

Syntax

C#
public static ICriterion Text(
	string text
)
Visual Basic
Public Shared Function Text ( _
	text As String _
) As ICriterion
Visual C++
public:
static ICriterion^ Text(
	String^ text
)

Parameters

text
Type: System..::..String
Header or Body fragment to search for.

Return Value

New expression.

See Also