SmtpClient Constructor (String, Int32)Ipswitch.Messaging.Framework
Initializes a new SmtpClient with the indicated Host and Port values.

Namespace: Ipswitch.Messaging.Framework.Mail
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax

public SmtpClient(
	string host,
	int port = 25
)

Parameters

host
Type: SystemString
A hostname or address string for the SMTP server to connect to.
port (Optional)
Type: SystemInt32
The port number to connect to.
See Also

Reference