 | ExpressionCc Method |
Creates a criterion to find messages that contain the specified string in the envelope structure's CC field.
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic static ICriterion Cc(
string cc
)
Public Shared Function Cc (
cc As String
) As ICriterion
public:
static ICriterion^ Cc(
String^ cc
)
static member Cc :
cc : string -> ICriterion Parameters
- cc String
- Address to match.
Return Value
ICriterionNew expression.
See Also