IPWorks OpenPGP 2020 PHP Edition

Questions / Feedback?

MessageNumber Property

Current (selected) message.

Object Oriented Interface

public function getMessageNumber();
public function setMessageNumber($value);

Procedural Interface

ipworksopenpgp_ppop_get($res, 31 );
ipworksopenpgp_ppop_set($res, 31, $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

Integer

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