ImapSearchParameter.Header Method
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9313)
Header(String, String)
Messages that contain the specified string in the specified header.
Declaration
public static ImapSearchParameter Header(string headerName, string queryTerm)
Parameters
| Type | Name | Description | 
|---|---|---|
| String | headerName | Header name to search, or an empty string to search all headers.  | 
    
| String | queryTerm | String to search for. Cannot be empty.  | 
    
Returns
| Type | Description | 
|---|---|
| ImapSearchParameter | A search parameter.  |