 | ExpressionText Method |
Creates a criterion to find messages that contain the specified string in the header or body of the message.
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic static ICriterion Text(
string text
)
Public Shared Function Text (
text As String
) As ICriterion
public:
static ICriterion^ Text(
String^ text
)
static member Text :
text : string -> ICriterion Parameters
- text String
- Header or Body fragment to search for.
Return Value
ICriterionNew expression.
See Also