 | ExpressionBody Method |
Creates a 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.26106.1555
Syntaxpublic static ICriterion Body(
string text
)
Public Shared Function Body (
text As String
) As ICriterion
public:
static ICriterion^ Body(
String^ text
)
static member Body :
text : string -> ICriterion Parameters
- text String
- Body fragment to search for.
Return Value
ICriterionNew expression.
See Also