Creates criterion to find messages that contain the specified string in the envelope structure's FROM field.
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.12102.1426
Syntax
| C# |
|---|
public static ICriterion From( string from ) |
| Visual Basic |
|---|
Public Shared Function From ( _ from As String _ ) As ICriterion |
| Visual C++ |
|---|
public: static ICriterion^ From( String^ from ) |
Parameters
- from
- Type: System..::..String
Address to match.