Neokernel API

ESMTPSender.setSMTPHost Method

setSMTPHost: method sets the SMTPHostName. THIS METHOD RESETS THE SMTP CONNECTION: it is assumed that the caller of this method desires a connection to a new SMTP receiver. this version takes the InetAddress

Overload List

setSMTPHost: method sets the SMTPHostName. THIS METHOD RESETS THE SMTP CONNECTION: it is assumed that the caller of this method desires a connection to a new SMTP receiver. this version takes the InetAddress

public virtual bool setSMTPHost(IPAddress)

setSMTPHost: method sets the SMTPHostName. THIS METHOD RESETS THE SMTP CONNECTION: it is assumed that the caller of this method desires a connection to a new SMTP receiver. this version takes the hostname

public virtual bool setSMTPHost(string)

See Also

ESMTPSender Class | com.neokernel.email Namespace