MessageNumber Property
Current (selected) message.
Object Oriented Interface
public function getMessageNumber(); public function setMessageNumber($value);
Procedural Interface
ipworks_pop_get($res, 27 ); ipworks_pop_set($res, 27, $value );
Default Value
1
Remarks
This property indicates the current/selected message. This property specifies a message number in between 1 and MessageCount. The various class methods related to single messages use this property as a message pointer (see method descriptions and the MessageSize property).
Data Type
Long