Gets or sets the server port (e.g. 25).

Namespace:  Rebex.Net
Assembly:  Rebex.Smtp (in Rebex.Smtp.dll)

Syntax

Visual Basic
Public Property ServerPort As Integer
	Get
	Set
C#
public int ServerPort { get; set; }

Field Value

Server port.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also