Checks whether this message is expunged. All other methods except getMessageNumber() are invalid on an expunged Message object. Messages that are expunged due to an explict expunge() request on the containing Folder are removed from the Folder immediately. Messages tha
()
| 629 | * @see Folder#expunge |
| 630 | */ |
| 631 | public boolean isExpunged() { |
| 632 | return expunged; |
| 633 | } |
| 634 | |
| 635 | /** |
| 636 | * Sets the expunged flag for this Message. This method is to |
no outgoing calls
no test coverage detected