Uses of Class
jakarta.mail.Flags.Flag
-
Packages that use Flags.Flag Package Description jakarta.mail The Jakarta Mail API provides classes that model a mail system.jakarta.mail.internet Classes specific to Internet mail systems. -
-
Uses of Flags.Flag in jakarta.mail
Fields in jakarta.mail declared as Flags.Flag Modifier and Type Field Description static Flags.FlagFlags.Flag. ANSWEREDThis message has been answered.static Flags.FlagFlags.Flag. DELETEDThis message is marked deleted.static Flags.FlagFlags.Flag. DRAFTThis message is a draft.static Flags.FlagFlags.Flag. FLAGGEDThis message is flagged.static Flags.FlagFlags.Flag. RECENTThis message is recent.static Flags.FlagFlags.Flag. SEENThis message is seen.static Flags.FlagFlags.Flag. USERA special flag that indicates that this folder supports user defined flags.Methods in jakarta.mail that return Flags.Flag Modifier and Type Method Description Flags.Flag[]Flags. getSystemFlags()Return all the system flags in this Flags object.Methods in jakarta.mail with parameters of type Flags.Flag Modifier and Type Method Description voidFlags. add(Flags.Flag flag)Add the specified system flag to this Flags object.booleanFlags. contains(Flags.Flag flag)Check whether the specified system flag is present in this Flags object.booleanMessage. isSet(Flags.Flag flag)Check whether the flag specified in theflagargument is set in this message.voidFlags. remove(Flags.Flag flag)Remove the specified system flag from this Flags object.voidMessage. setFlag(Flags.Flag flag, boolean set)Set the specified flag on this message to the specified value.Constructors in jakarta.mail with parameters of type Flags.Flag Constructor Description Flags(Flags.Flag flag)Construct a Flags object initialized with the given system flag. -
Uses of Flags.Flag in jakarta.mail.internet
Methods in jakarta.mail.internet with parameters of type Flags.Flag Modifier and Type Method Description booleanMimeMessage. isSet(Flags.Flag flag)Check whether the flag specified in theflagargument is set in this message.
-