SmtpServerName Property
Gets or sets the host name or IP address string of the SMTP relay server.

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public string Name { get; set; }

Property Value

Type: String
The host name or IP address string of the SMTP relay server. The default value is DefaultServerName.
Exceptions
ExceptionCondition
MailBeeInvalidArgumentExceptionvalue is a null reference (Nothing in Visual Basic).
See Also