Connects to IMAP server using SSL on port 993.
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.12102.1426
Syntax
| C# |
|---|
public void ConnectSSL( string host ) |
| Visual Basic |
|---|
Public Sub ConnectSSL ( _ host As String _ ) |
| Visual C++ |
|---|
public: void ConnectSSL( String^ host ) |
Parameters
- host
- Type: System..::..String
Target host name or IP address.
Exceptions
| Exception | Condition |
|---|---|
| Limilabs.Client..::..ServerException | Error response, DNS resolving error, Connecting error. |