[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Interfaces=IEmailClient Info=Allows applications to send e-mail by using the SMTP or IMAP protocol. [Property] Name=Sets the name of the component. ARG(string)|2| Protocol=Sets the prototol. ARG(enum)|14|0|POP3,IMAP Server=Sets the name or IP address of the host. ARG(string)|2| Port=Sets the port used for the protocol. ARG(int)|1|0 EnableSsl=Specify whether the MailClient uses Secure Sockets Layer to encrypt the connection. ARG(bool)|14|1|True,False User=Sets the user name to connect. ARG(string)|2| Password=Sets the password to connect. ARG(string)|2| [Methods] doConnect=Connects to the host using the specified protocol. ARG(EmailClientEnum Protocol)|1|0 doDisconnect=Closes the protocol. ARG()|1|0 onConnected=Occurs after connecting operation completes. ARG(IEmailClient)|2|0 MailClient=Returns the MailClient object. ARG(IEmailClient)|3|0 IsConnected=Returns the connect status. ARG(bool)|3|104 Server=Defines a string that contains the name or IP address of the host. ARG(string)|4|2 Port=Defines an Int32 greater than zero that contains the port to be used on host. ARG(int)|4|1 User=Defines the user name to connect. ARG(string)|4|2 Password=Defines the password to connect. ARG(string)|4|2