ImapSearchParameter.And Method
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9313)
And(ImapSearchParameter[])
Multiple criteria combined using the AND operator - only messages that match all the criteria are matched.
Declaration
public static ImapSearchParameter And(params ImapSearchParameter[] parameters)
Parameters
| Type | Name | Description |
|---|---|---|
| ImapSearchParameter[] | parameters | List of search parameters. |
Returns
| Type | Description |
|---|---|
| ImapSearchParameter | An aggregate search parameter. |