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