Set Socks Connection

Sets Socks proxy for a Smtp Connection.
Click the Click for Options link to bring up the Options dialog.

Account – the SmtpAccount that will be used.
Host – the domain of the Socks proxy.
Username – the username for authentication.
Password – the password for authentication.
Port – the proxy port. Default is set to 1080.
Version – the proxy version (No Socks Proxy is used, SOCKS 4, SOCKS 5).
Is Smtp Connected

Checks if the SmtpAccount is connected.
Click the Click for Options link to bring up the Options dialog.

Account – the SmtpAccount being used.
Result – returns true if connected, false if it is not.
Send Email

Sends email using a smpt account.
Click the Click for Options link to bring up the Options dialog.

Account – the SmptAccount to be used to send the email.
Message – the EmailMessage that will be sent.
Result – returns true if sent successfully, false if it was not.
Close Smtp Connection

Closes a Smtp connection.
Click the Click for Options link to bring up the Options dialog.

Account – the SmtpAccount to be closed.
Result – returns true if closed successfully, false if it is not.
New Smtp Connection

Returns a new Smtp connection used for send emails.
Click the Click for Options link to bring up the Options dialog.

Host – the domain of the Smtp server.
Username – the username for authentication.
Password – the password for authentication.
Result – returns a new SmtpAccount.