Catalyst Internet Mail .NET

InternetMail.ServerName Property

Gets and sets a value which specifies the host name or address of the mail server.

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

Property Value

A string which specifies a server host name or address.

Remarks

The ServerName property can be used to set the host name for the mail server that you want to establish a connection to.

See Also

InternetMail Class | SocketTools Namespace