Back

CreateEmail

Email component allows user to send emails.

  eml = app.CreateEmail( account, password ) → app object - Email

The following methods are available on the Email object:

  GetType() → string: "Email"
  Method( name, types, p1, p2, p3, p4 )

string: "email"
string: "password"
Returns the control class name.
string
string: comma separated: "boolean", "char", "byte", "short", "int", "long", "float", "double"
Allows access to other functions defined on the object in Java via reflection.
string: path to file or folder ( "/absolute/..." or "relative/..." )
number: integer
unknown
receive emails
string: "email address"
string: "email address"
send email
number:
	   server			   SSL
gmail: imap.gmail.com    993
yahoo: imap.mail.yahoo.com  993
gmx  : imap.gmx.net 993
number: integer: 465 (SSL)
for receiving messages
function(?)
called when received message
function(status)
number:
	   server			   SSL	 TLS
gmail: smtp.gmail.com    465 578
yahoo: smtp.mail.yahoo.com  465 578
gmx  : mail.gmx.net 465 587
number: integer: 993 (SSL)
for sending messages