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.AddressCheck
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public string HelloDomain { get; set; }

Property Value

Type: String
The 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
This property is only used if ValidationLevel is SmtpConnection or SendAttempt.
See Also