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