Connects to POP3 server using SSL on port 995.
Namespace:
Lesnikowski.ClientAssembly: Mail (in Mail.dll) Version: 3.0.10208.1049
Syntax
| C# |
|---|
public void ConnectSSL( string host ) |
| Visual Basic (Declaration) |
|---|
Public Sub ConnectSSL ( _ host As String _ ) |
| Visual C++ |
|---|
public: void ConnectSSL( 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. |