| ExpressionBody Method |
Creates a criterion to find messages that contain the specified string in the body of the message.
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public 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
- Type: SystemString
Body fragment to search for.
Return Value
Type:
ICriterionNew expression.
See Also