| Frames | No Frames |
Methods with parameter type javax.mail.Flags.Flag | |
| boolean | Indicates whether the specified flag is set in this message. |
Methods with parameter type javax.mail.Flags.Flag | |
| boolean | Indicates whether the specified flag is set in this message. |
Constructors with parameter type javax.mail.Flags.Flag | |
Construct a Flags object containing the given system flag. | |
Fields of type javax.mail.Flags.Flag | |
| Flags.Flag | This message has been answered. |
| Flags.Flag | This message is marked deleted. |
| Flags.Flag | This message is a draft. |
| Flags.Flag | This message is flagged. |
| Flags.Flag | This message is recent. |
| Flags.Flag | This message is seen. |
| Flags.Flag | Special flag that indicates whether this folder supports
user defined flags. |
Methods with parameter type javax.mail.Flags.Flag | |
| void | Add the specified system flag. |
| boolean | Indicates whether the specified system flag is set. |
| boolean | Indicates whether the specified flag is set in this message. |
| void | Remove the specified system flag. |
| void | Sets the specified flag on this message to the given value. |
Methods with return type javax.mail.Flags.Flag | |
| Flags.Flag[] | Returns the system flags. |