Messages that contain the specified string in its Subject field.
            
    Namespace: 
   Rebex.Net
    Assembly:
   Rebex.Imap (in Rebex.Imap.dll)
Syntax
| Visual Basic | 
|---|
Public Shared Function Subject ( _ queryTerm As String _ ) As ImapSearchParameter  | 
| C# | 
|---|
public static ImapSearchParameter Subject( string queryTerm )  | 
Parameters
- queryTerm
 - Type: System..::..String
String to search for. Cannot be empty.