Gets or sets the host name or IP address string of the SMTP relay server.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string Name { get; set; }
Public Property Name As String
Get
Set
Property Value
Type:
StringThe host name or IP address string of the SMTP relay server. The default value is
DefaultServerName.
Exceptions See Also