Search |
public static SearchQuery NotKeywords( IEnumerable<string> keywords )
Exception | Condition |
---|---|
ArgumentNullException | keywords is null. |
ArgumentException | One or more of the keywords is null 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.
Note |
---|
This is equivalent to AND-ing multiple UNKEYWORD search keys as defined in rfc3501. |