Email :: getMail - Receive email from server and analyze
The function requests the email at position iPosition from the email server. The email will be analyzed and class properties as subject, body, html_body, sender and attachments are filled. iPosition must range between 1 and mailCount().
Return value: Success ( bool )
The value is true when the function was executed successfully. Otherwise the value is set to false.