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