MailBee.NET Objects 4.0

SmtpServer.HelloDomain 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).

public string HelloDomain {get; set;}

Property Value

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). The default value is a null reference.

See Also

SmtpServer Class | MailBee.SmtpMail Namespace