Method MailAddress():new() Professional

Creates an instance of the MailAddress class.

Syntax
:new( <cEMailAddr>, [<lConvert>] ) --> oMailAddress
Parameters
<cEMailAddr>
<cEMailAddr> is a character string containing an e-mail address.
[<lConvert>]
<lConvert> is a logical indicating in which form ::getString() will return the e-mail address. Please keep in mind that ::getString() is called implicit from the MIMEMessage object, when a e-mail is sent to the smtp server.
Return

Returns new instance of class MailAddress.

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.