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