Overload List

NameDescription
Public methodConnect(String)
Connects to SMTP server on port 25.
Public methodConnect(IPEndPoint)
Connects to server.
(Inherited from TcpTextClient.)
Public methodConnect(array<IPAddress>[](), Int32)
Connects the client to a remote TCP host using the specified IP addresses and port number.
(Inherited from TcpClient.)
Public methodConnect(IPAddress, Int32)
Connects to server.
(Inherited from TcpTextClient.)
Public methodConnect(String, Int32)
Connects to server. Without SSL.
(Inherited from TcpTextClient.)
Public methodConnect(String, Int32, Boolean)
Connects to server.
(Inherited from TcpTextClient.)

See Also

Smtp Class
Smtp Members