Creates criterion to find messages that contain the specified string in the envelope structure's SUBJECT field.
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.12102.1426
Syntax
| C# |
|---|
public static ICriterion Subject( string subject ) |
| Visual Basic |
|---|
Public Shared Function Subject ( _ subject As String _ ) As ICriterion |
| Visual C++ |
|---|
public: static ICriterion^ Subject( String^ subject ) |
Parameters
- subject
- Type: System..::..String
Subject fragment to search for.