DirectSendServerConfigHelloDomain Property |
Gets or sets the domain string to be used in the EHLO or HELO command when connecting
to the server.
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 domain to be used in the HELO or EHLO command when connecting
to the server, or an empty string which tells MailBee
to use the local IP address or the host name of the local computer
as the domain string. The default value is an empty string.
Remarks Usually, this property does not need to be changed. If it's an empty string (default value),
MailBee will automatically send correct HELO or EHLO command based on the local host's IPv4 address or
the local host name if the IPv4 address is not available.
To access DirectSendServerConfig object,
use Smtp.DirectSendDefaults property.
See Also