EDI Integrator 2016 PHP Edition
EDI Integrator 2016 PHP Edition
Questions / Feedback?

IncludeHeaders Property

Instructs the component to include the headers in the MessageText and LocalFile.

Object Oriented Interface

public function getIncludeHeaders();
public function setIncludeHeaders($value);

Procedural Interface

inedi_pop_get($res, 11 );
inedi_pop_set($res, 11, $value );

Default Value

false

Remarks

This property instructs the component to include the headers in the MessageText and LocalFile. If set to true, the headers for the message you are retrieving will be placed before the message body in the MessageText property;. If LocalFile is set, then the headers will be written to that file before the message body. In this manner, the whole content of a MIME-encoded message can be passed to the MIME class for further message processing.

Data Type

Boolean

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
EDI Integrator 2016 PHP Edition - Version 16.0 [Build 7240]