[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Sends an e-mail message. These methods do not block the calling thread. [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 an 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, Object userToken)|1|0 *doSend2=Sends the specified e-mail message to an SMTP server for delivery. ARG(MailMessage message, Object userToken)|1|0 doCancel=Cancels an asynchronous operation to send an e-mail message. ARG()|1|0 onCompleted=Occurs when an asynchronous e-mail send operation completes. ARG(AsyncCompletedEventArgs)|2|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 *UserToken=Defines a user-defined object that is passed to the method invoked when the asynchronous operation completes. ARG(Object)|4|0