Method MIMEMessage():new() Professional

Creates an instance of the MIMEMessage class.

Syntax
:new() --> oMimeMessage
Return

The method returns an instance of the MIMEMessage class.

Description

The creation of a MIMEMessage object is required for sending e-mails with a SMTPClient object to a mail server. The retrieval of e-mails is achieved via a POP3Client object and its :getMessage() method. This method returns a MIMEMessage object that can be used to examine a retrieved e-mail.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.