Method MIMEMessage():createFromString() Professional
Creates an instance of the MIMEMessage class from a string.
:createFromString( <cString> ) --> oMimeMessage
The method returns an instance of the MIMEMessage class.
The method :createFromString() can be used to create an instance of the class MIMEMessage from a character string. The character string can be is retrieved via a POP3Client instance and its method :getMessageString():
This method is also usefull to process MIMEContent() objects that contain an e-mail. Whether an e-mail is contained in a MimeContent object can be examined via it's content type:
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.