Catalyst Internet Mail .NET

InternetMail.ServerPort Property

Gets and sets a value which specifies the remote port number.

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

Property Value

An integer value which specifies a port number.

Remarks

The ServerPort property is used to set the port number that will be used to establish a connection with a mail server.

See Also

InternetMail Class | SocketTools Namespace