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

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

Syntax

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

Parameters

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

Return Value

New expression.

See Also