| SmtpConnectSSLAsync Method (String) |
Connects to SMTP server using SSL/TLS on port 465.
Namespace:
Limilabs.Client.SMTP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public Task ConnectSSLAsync(
string host
)
Public Function ConnectSSLAsync (
host As String
) As Task
public:
Task^ ConnectSSLAsync(
String^ host
)
member ConnectSSLAsync :
host : string -> Task
Parameters
- host
- Type: SystemString
Host name or IP address.
Return Value
Type:
TaskA task that represents the asynchronous connect operation.
Exceptions See Also