Get the Message number for this Message. A Message object's message number is the relative position of this Message in its Folder. Note that the message number for a particular Message can change during a session if other messages in the Folder are deleted and expunged. Valid message numbers st
()
| 586 | * @return the message number |
| 587 | */ |
| 588 | public int getMessageNumber() { |
| 589 | return msgnum; |
| 590 | } |
| 591 | |
| 592 | /** |
| 593 | * Set the Message number for this Message. This method is |
no outgoing calls
no test coverage detected