Hunny Software Library Reference

SmtpClient.Connect Method (String)

Opens a connection to an SMTP server at the default port.

[Visual Basic]
Overloads Public Sub Connect( _
   ByVal address As String _
)
[C#]
public void Connect(
   string address
);

Parameters

address
The hostname or IP address of the SMTP server.

Exceptions

Exception TypeCondition
ExceptionIf a network or protocol error occurs.

See Also

SmtpClient Class | Hunny.Mail Namespace | SmtpClient.Connect Overload List