Set the specified flags on this message to the specified value. Note that any flags in this message that are not specified in the given Flags object are unaffected. This will result in a MessageChangedEvent being delivered to any MessageChangedListener registered on th
(Flags flag, boolean set)
| 545 | * @see javax.mail.event.MessageChangedEvent |
| 546 | */ |
| 547 | public abstract void setFlags(Flags flag, boolean set) |
| 548 | throws MessagingException; |
| 549 | |
| 550 | /** |
| 551 | * Set the specified flag on this message to the specified value. |