Frames | No Frames |
Methods with parameter type javax.mail.Flags.Flag | |
boolean | Check whether the flag specified in the flag argument is set in this
message. |
Constructors with parameter type javax.mail.Flags.Flag | |
Construct a Flags object initialized with 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 | A special flag that indicates that this folder supports
user defined flags. |
Methods with parameter type javax.mail.Flags.Flag | |
void | Add the specified system flag to this Flags object. |
boolean | Indicates whether the specified system flag is present
in this Flags object. |
boolean | Check whether the flag specified in the flag argument is set in this
message. |
void | Remove the specified system flag from this Flags object. |
void | Set the specified flag on this message to the specified value. |
Methods with return type javax.mail.Flags.Flag | |
Flags.Flag[] | Return all the system flags in this Flags object. |
Methods with parameter type javax.mail.Flags.Flag | |
boolean |