Creates criterion to find messages that contain the specified string in the envelope structure's TO field.

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

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

Parameters

to
Type: System..::..String
Address to match.

Return Value

New expression.

See Also