Mime4.net Home | Community Edition | Order | Usage examples | Feedback
SmtpClient Constructor (String, Int32)MIME4NET Class Library Documentation
Initializes a new instance of the SmtpClient class

Namespace: NI.Email.Smtp
Assembly: NI.Email.Smtp (in NI.Email.Smtp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public SmtpClient(
	string server,
	int port
)

Parameters

server
Type: System String

[Missing <param name="server"/> documentation for "M:NI.Email.Smtp.SmtpClient.#ctor(System.String,System.Int32)"]

port
Type: System Int32

[Missing <param name="port"/> documentation for "M:NI.Email.Smtp.SmtpClient.#ctor(System.String,System.Int32)"]

See Also