Search |
public static TextSearchQuery BodyContains( string text )
| Exception | Condition |
|---|---|
| ArgumentNullException | text is . |
| ArgumentException | text is empty. |
Matches messages where the message body contains the specified text.
| This is equivalent to the BODY search key as defined in rfc3501. |