Adds the email message to the Outbox folder and tries to send it.
Syntax: Send (Form As Control, Account As String, Message As Object)
Form - The name of the form that will be shown after the message is sent. Usually it is
the same form as the one that was previously shown.
Account - The name of the account to use to send the message.
Message - The message object.
Example:
EmailSender.Send("Form1","POP3",Message.Value)