Search |
public static HeaderSearchQuery HeaderContains( string field, string text )
Exception | Condition |
---|---|
ArgumentNullException | field is null. -or- text is null. |
ArgumentException | field is empty. |
Matches messages where the specified header contains the specified text.
Note |
---|
This is equivalent to the HEADER search key as defined in rfc3501. |