Messages that contain the specified string in the specified header.
            
    Namespace: 
   Rebex.Net
    Assembly:
   Rebex.Imap (in Rebex.Imap.dll)
Syntax
| Visual Basic | 
|---|
Public Shared Function Header ( _ headerName As String, _ queryTerm As String _ ) As ImapSearchParameter  | 
| C# | 
|---|
public static ImapSearchParameter Header( string headerName, string queryTerm )  | 
Parameters
- headerName
 - Type: System..::..String
Header name to search, or an empty string to search all headers. 
- queryTerm
 - Type: System..::..String
String to search for. Cannot be empty.