Gets or sets the host name or IP address string of the SMTP relay server.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic 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