MessageHeaderField Property
This property contains the name of the HTTP header (same case as it is delivered).
Object Oriented Interface
public function getMessageHeaderField($messageheaderindex); public function setMessageHeaderField($messageheaderindex, $value);
Procedural Interface
ipworksopenpgp_openpgp_get($res, 14 , $messageheaderindex); ipworksopenpgp_openpgp_set($res, 14, $value , $messageheaderindex);
Default Value
''
Remarks
This property contains the name of the HTTP header (same case as it is delivered).
The size of the array is controlled by the MessageHeaderCount property.
This property is not available at design time.
Data Type
String