Creates criterion to find messages that contain the specified string in the body of the message.
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.12102.1426
Syntax
| C# |
|---|
public static ICriterion Body( string text ) |
| Visual Basic |
|---|
Public Shared Function Body ( _ text As String _ ) As ICriterion |
| Visual C++ |
|---|
public: static ICriterion^ Body( String^ text ) |
Parameters
- text
- Type: System..::..String
Body fragment to search for.