Get the Message object corresponding to the given message number. A Message object's message number is the relative position of this Message in its Folder. Messages are numbered starting at 1 through the total number of message in the folder. Note that the message number for a particular Message ca
(int msgnum)
| 876 | * @exception MessagingException for other failures |
| 877 | */ |
| 878 | public abstract Message getMessage(int msgnum) |
| 879 | throws MessagingException; |
| 880 | |
| 881 | /** |
| 882 | * Get the Message objects for message numbers ranging from start |
no outgoing calls
no test coverage detected