Catalyst Internet Mail .NET

InternetMail.RelayServer Property

Gets and sets a value which specifies the relay server name or address.

[Visual Basic]
Public Property RelayServer As String
[C#]
public string RelayServer {get; set;}

Property Value

A string which specifies a host name.

Remarks

The RelayServer property can be used to set the host name for the relay mail server that will be responsible for delivering the message.

See Also

InternetMail Class | SocketTools Namespace