Send the email via the specified SMTP server
[Visual Basic] Public Function Send( _ ByVal smtpserver As SmtpServer _ ) As Boolean [C#] public bool Send( SmtpServer smtpserver ); [C++] public: bool Send( SmtpServer* smtpserver ); [JScript] public function Send( SmtpServer smtpserver ): bool;
true if the email was sent