Gets/Sets the SMTP server port number.

Namespace: Jscape.Email
Assembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0

Syntax

C#
public int Port { get; set; }
Visual Basic
Public Property Port As Integer
	Get
	Set
Visual C++
public:
property int Port {
	int get ();
	void set (int value);
}

Remarks

Default value is port 25.

See Also