SmtpServerHelloDomain Property |
Gets or sets the string to be supplied as an argument of HELO/EHLO commands, or a null reference (
Nothing in Visual Basic)
to let MailBee autodetect the correct value (see
Hello for details).
Namespace: MailBee.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string HelloDomain { get; set; }
Public Property HelloDomain As String
Get
Set
Property Value
Type:
StringThe string to be supplied as an argument of HELO/EHLO commands, or a null reference (
Nothing in Visual Basic)
to let MailBee autodetect the correct value (see
Hello for details). The default value is a null reference.
See Also