Get total number of messages in this Folder. This method can be invoked on a closed folder. However, note that for some folder implementations, getting the total message count can be an expensive operation involving actually opening the folder. In such cases, a provider can choose not to suppor
()
| 704 | * @exception MessagingException for other failures |
| 705 | */ |
| 706 | public abstract int getMessageCount() throws MessagingException; |
| 707 | |
| 708 | /** |
| 709 | * Get the number of new messages in this Folder. <p> |
no outgoing calls
no test coverage detected