Catalyst Internet Mail .NET

InternetMail.RelayPort Property

Gets and sets a value which specifies the relay server port number.

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

Property Value

An integer value which specifies a port number.

Remarks

The RelayPort property is used to set the port number that will be used to establish a connection with a relay server when sending a message.

See Also

InternetMail Class | SocketTools Namespace