Subject Property
The subject of the mail message (optional).
Object Oriented Interface
public function getSubject(); public function setSubject($value);
Procedural Interface
ipworksopenpgp_pfilemailer_get($res, 58 ); ipworksopenpgp_pfilemailer_set($res, 58, $value );
Default Value
''
Remarks
The string in this property is sent with a Subject SMTP header to the mail recipient.
If the resulting header is longer than MaxHeaderLength, then it is folded according to RFC 822 specifications.
Data Type
String