IP*Works! 2016 PHP Edition
IP*Works! 2016 PHP Edition
Questions / Feedback?

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

ipworks_mime_get($res, 6 , $messageheaderindex);
ipworks_mime_set($res, 6, $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

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 PHP Edition - Version 16.0 [Build 7353]