Return the UID for this message. Returns -1 if not known; use UIDFolder.getUID() in this case. @return the UID @see javax.mail.UIDFolder#getUID
()
| 198 | * @see javax.mail.UIDFolder#getUID |
| 199 | */ |
| 200 | protected long getUID() { |
| 201 | return uid; |
| 202 | } |
| 203 | |
| 204 | protected void setUID(long uid) { |
| 205 | this.uid = uid; |
no outgoing calls
no test coverage detected