Method MIMEMessage():addHeader() Professional
Adds a header field.
:addHeader( <cName>, <xValue> ) --> NIL
The return value is NIL.
The method :addHeader() provides a generalized way for adding header fields to an e-mail. It can be used for adding headers for which no specific add method exists in the MIMEMessage class. Examples for such headers are the reply address, the carbon copy address or the blind copy address fields:
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.