Gets or sets the server address - a hostname or a dotted string address.

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

Syntax

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

Field Value

Server name.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also