Method MIMEMessage():delHeader() Professional

Deletes a header field.

Syntax
:delHeader( <cName> ) --> lSuccess
Parameters
<cName>
This parameter is a character string describing the name of the e-mail's header field to delete.
Return

The method returns .T. (true) if the specified header field exists and could be deleted, otherwise the return value is .F. (false).

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.