Uses of Class
jakarta.mail.Flags
Packages that use Flags
Package
Description
The Jakarta Mail API
provides classes that model a mail system.
Classes specific to Internet mail systems.
Message search terms for the Jakarta Mail API.
-
Uses of Flags in jakarta.mail
Methods in jakarta.mail that return FlagsModifier and TypeMethodDescriptionabstract FlagsMessage.getFlags()Returns aFlagsobject containing the flags for this message.abstract FlagsFolder.getPermanentFlags()Get the permanent flags supported by this Folder.Methods in jakarta.mail with parameters of type FlagsModifier and TypeMethodDescriptionvoidAdd all the flags in the given Flags object to this Flags object.booleanCheck whether all the flags in the specified Flags object are present in this Flags object.voidRemove all flags in the given Flags object from this Flags object.booleanRemove any flags not in the given Flags object.voidSet the specified flags on the messages whose message numbers are in the array.voidSet the specified flags on the messages numbered from start through end, both start and end inclusive.voidSet the specified flags on the messages specified in the array.abstract voidSet the specified flags on this message to the specified value.Constructors in jakarta.mail with parameters of type Flags -
Uses of Flags in jakarta.mail.internet
Fields in jakarta.mail.internet declared as FlagsMethods in jakarta.mail.internet that return FlagsModifier and TypeMethodDescriptionMimeMessage.getFlags()Return aFlagsobject containing the flags for this message.Methods in jakarta.mail.internet with parameters of type Flags -
Uses of Flags in jakarta.mail.search
Methods in jakarta.mail.search that return FlagsConstructors in jakarta.mail.search with parameters of type Flags