ResetHeaders Method
Resets all the message headers to empty.
Object Oriented Interface
public function doResetHeaders();
Procedural Interface
ipworksopenpgp_psmtp_do_resetheaders($res);
Remarks
This method resets all the message headers to "" (empty string). Use this method before creating a new message, so that headers from the previous message are not carried over to the next one.