Search |
public static SearchQuery NotKeywords( params string[] keywords )
| Exception | Condition |
|---|---|
| ArgumentNullException | keywords is . |
| ArgumentException | One or more of the keywords is or empty. -or- No keywords were given. |
Matches messages that do not have any of the specified keywords set.
A keyword is a user-defined message flag that can be set (or unset) on a message.
| This is equivalent to AND-ing multiple UNKEYWORD search keys as defined in rfc3501. |