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

AttachmentHeaders Property

The component fills out Headers each time any of the other properties for that ediattachment are changed.

Object Oriented Interface

public function getAttachmentHeaders($attachmentindex);
public function setAttachmentHeaders($attachmentindex, $value);

Procedural Interface

inedi_as2sender_get($res, 9 , $attachmentindex);
inedi_as2sender_set($res, 9, $value , $attachmentindex);

Default Value

''

Remarks

The class fills out AttachmentHeaders each time any of the other properties for that ediattachment are changed. If additional headers are needed they should be appended after all the other propertys for that ediattachment are set.

The size of the array is controlled by the AttachmentCount property.

This property is not available at design time.

Data Type

String

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