Returns a Flags object containing the flags for this message. Modifying any of the flags in this returned Flags object will not affect the flags of this message. Use setFlags() to do that. @return Flags object containing the flags for this message @see javax.ma
()
| 503 | * @exception MessagingException for failures |
| 504 | */ |
| 505 | public abstract Flags getFlags() throws MessagingException; |
| 506 | |
| 507 | /** |
| 508 | * Check whether the flag specified in the <code>flag</code> |
no outgoing calls
no test coverage detected