ImapSearchParameter.CC Method
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9313)
CC(String)
Messages that contain the specified string in its CC field.
Declaration
public static ImapSearchParameter CC(string address)
Parameters
| Type | Name | Description |
|---|---|---|
| String | address | String to search for. Cannot be empty. |
Returns
| Type | Description |
|---|---|
| ImapSearchParameter | A search parameter. |