EmailAddressValidatorHelloDomain Property |
Gets or sets the domain string to use as an argument of HELO or EHLO commands when making test connections to SMTP MX servers.
Namespace: MailBee.AddressCheckAssembly: 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 EHLO/HELO argument which should be the public host name of the machine making connection to the SMTP MX server,
or an empty string which tells MailBee to use the local IP address or the host name of that machine.
The default value is an empty string.
Remarks See Also