Click or drag to resize

ExpressionBcc Method

Creates a 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.26106.1555
Syntax
public static ICriterion Bcc(
	string bcc
)

Parameters

bcc  String
Address to match.

Return Value

ICriterion
New expression.
See Also