[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Sends an e-mail message to an SMTP server for delivery. [Property] SmtpClient=Sets SmtpClient manager. ARG(SmtpClient)|20|(empty)|SmtpClient From=Sets a string that contains the address information of the message sender. ARG(string)|2| Recipients=Sets a string that contains the addresses that the message is sent to. ARG(string)|2| Subject=Sets a string that contains the subject line for the message. ARG(string)|2| Body=Sets a string that contains the message body. ARG(string)|2| [Methods] doSend=Sends the specified e-mail message to an SMTP server for delivery. The message sender, recipients, subject, and message body are specified using String objects. ARG(string from, string recipients, string subject, string body)|1|0 *doSend2=Sends the specified message to an SMTP server for delivery. ARG(MailMessage message)|1|0 From=Defines a string that contains the address information of the message sender. ARG(string)|4|2 Recipients=Defines a string that contains the addresses that the message is sent to. ARG(string)|4|2 Subject=Defines a string that contains the subject line for the message. ARG(string)|4|2 Body=Defines a string that contains the message body. ARG(string)|4|2 *Message=Defines MailMessage object that contains the message to send. ARG(MailMessage)|4|0