MessageNumber Property
Current (selected) message.
Syntax
public int getMessageNumber(); public void setMessageNumber(int messageNumber);
Remarks
This property indicates the current/selected message. This property specifies a message number in between 1 and MessageCount. The various component methods related to single messages use this property as a message pointer (see method descriptions and the MessageSize property).
Default Value
1