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