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