Search |
public static TextSearchQuery MessageContains( string text )
| Exception | Condition |
|---|---|
| ArgumentNullException | text is . |
| ArgumentException | text is empty. |
Matches messages that contain the specified text in either the header or the body.
| This is equivalent to the TEXT search key as defined in rfc3501. |