Search |
public static TextSearchQuery HasKeyword( string keyword )
Exception | Condition |
---|---|
ArgumentNullException | keyword is null. |
ArgumentException | keyword is empty. |
Matches messages that have the specified keyword set.
A keyword is a user-defined message flag that can be set (or unset) on a message.
Note |
---|
This is equivalent to the KEYWORD search key as defined in rfc3501. |