MessageHeaderValue Property
This property contains the header contents.
Object Oriented Interface
public function getMessageHeaderValue($messageheaderindex); public function setMessageHeaderValue($messageheaderindex, $value);
Procedural Interface
ipworksopenpgp_openpgp_get($res, 15 , $messageheaderindex); ipworksopenpgp_openpgp_set($res, 15, $value , $messageheaderindex);
Default Value
''
Remarks
This property contains the header contents.
The size of the array is controlled by the MessageHeaderCount property.
This property is not available at design time.
Data Type
String