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