Messages that contain the specified string in its Bcc field.
Namespace:
Rebex.Net
Assembly:
Rebex.Imap (in Rebex.Imap.dll)
Syntax
| Visual Basic |
|---|
Public Shared Function Bcc ( _ address As String _ ) As ImapSearchParameter |
| C# |
|---|
public static ImapSearchParameter Bcc( string address ) |
Parameters
- address
- Type: System..::..String
String to search for. Cannot be empty.