Finds messages that contain the specified string in the envelope structure's TO field.
Namespace: S22.ImapAssembly: S22.Imap (in S22.Imap.dll) Version: 3.6.0.0 (3.6.0.0)
Syntax
C# |
---|
public static SearchCondition To( string text ) |
Parameters
- text
- Type: System..::..String
String to search the envelope structure's TO field for.
Return Value
A SearchCondition object representing the "TO" search criterion.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | The text parameter is null. |