Connects to POP3 server on port 110. Use ConnectSSL(String) when SSL connection is needed.
Namespace: Lesnikowski.ClientAssembly: Mail (in Mail.dll) Version: 3.0.1213.909
Syntax
| C# |
|---|
public void Connect( string host ) |
| Visual Basic |
|---|
Public Sub Connect ( _ host As String _ ) |
| Visual C++ |
|---|
public: void Connect( String^ host ) |
Parameters
- host
- Type: System..::..String
Host name or IP address.
Exceptions
| Exception | Condition |
|---|---|
| Lesnikowski.Client..::..ServerException | Error response, DNS resolving error, Connecting error. |