CEMRejectionReason Property

If Accepted is False this property specifies the reason a request was rejected.

Object Oriented Interface

public function getCEMRejectionReason($cemindex);
public function setCEMRejectionReason($cemindex, $value);

Procedural Interface

ipworksedi_as2sender_get($res, 21 , $cemindex);
ipworksedi_as2sender_set($res, 21, $value , $cemindex);

Default Value

''

Remarks

If CEMAccepted is False this property specifies the reason a request was rejected.

When using AS2Sender this may be set to a string value which the recipient will see.

When using AS2Receiver query this property for details on why the request was rejected.

The $cemindex parameter specifies the index of the item in the array. The size of the array is controlled by the CEMCount property.

This property is not available at design time.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDI 2020 PHP Edition - Version 20.0 [Build 8203]