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

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
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