Get the UID for the specified message. Note that the message must belong to this folder. Otherwise java.util.NoSuchElementException is thrown. @param message Message from this folder @return UID for this message @exception NoSuchElementException if the given Message is not in th
(Message message)
| 185 | * @exception MessagingException for other failures |
| 186 | */ |
| 187 | public long getUID(Message message) throws MessagingException; |
| 188 | |
| 189 | /** |
| 190 | * Returns the predicted UID that will be assigned to the |
no outgoing calls
no test coverage detected