Creates 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.12102.1426
Syntax
| C# |
|---|
public static ICriterion Cc( string cc ) |
| Visual Basic |
|---|
Public Shared Function Cc ( _ cc As String _ ) As ICriterion |
| Visual C++ |
|---|
public: static ICriterion^ Cc( String^ cc ) |
Parameters
- cc
- Type: System..::..String
Address to match.