| ExpressionFrom Method |
Creates a criterion to find messages that contain the specified string in the envelope structure's FROM field.
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public static ICriterion From(
string from
)
Public Shared Function From (
from As String
) As ICriterion
public:
static ICriterion^ From(
String^ from
)
static member From :
from : string -> ICriterion
Parameters
- from
- Type: SystemString
Address to match.
Return Value
Type:
ICriterionNew expression.
See Also