Connects to SMTP server using SSL on port 465.

Namespace: Lesnikowski.Client
Assembly:  Mail (in Mail.dll)
Version: 2.7.2897.36617

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
String
Host name or IP address.

Exceptions

ExceptionCondition
Lesnikowski.Client..::ServerException Error response, DNS resolving error, Connecting error.

See Also