ImapSearchParameter.Keyword Method
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9313)
Keyword(String)
Messages with the specified keyword flag set.
Declaration
public static ImapSearchParameter Keyword(string keyword)
Parameters
| Type | Name | Description |
|---|---|---|
| String | keyword | String to search for. Cannot be empty. |
Returns
| Type | Description |
|---|---|
| ImapSearchParameter | A search parameter. |