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

MessageList Event

Fired for every message listed by ListMessageSizes and/or ListMessageUIDs .

Object Oriented Interface

public function fireMessageList($param);

Procedural Interface

inedi_pop_register_callback($res, 5, array($this, 'fireMessageList'));

Parameter List


'messagenumber'
'messageuid'
'messagesize'

Remarks

When ListMessageSizes is called, MessageSize is valid, and MessageUID is always an empty string.

When ListMessageUIDs is called, MessageUID is valid, and MessageSize is 0.

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