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