ParseHTML Property
Controls the behavior of the MessageHTML property.
Object Oriented Interface
public function getParseHTML(); public function setParseHTML($value);
Procedural Interface
ipworksopenpgp_phtmlmailer_get($res, 45 ); ipworksopenpgp_phtmlmailer_set($res, 45, $value );
Default Value
true
Remarks
This property controls the behavior of the MessageHTML property. If ParseHTML is set to False, you must provide valid values in MessageHTML, MessageText, and Images.
Data Type
Boolean