Click or drag to resize

ExpressionCc Method

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

Namespace:  Limilabs.Client.IMAP
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public static ICriterion Cc(
	string cc
)

Parameters

cc
Type: SystemString
Address to match.

Return Value

Type: ICriterion
New expression.
See Also