Movatterモバイル変換


[0]ホーム

URL:


         


Class Flags.Flag

java.lang.Object  |  +--javax.mail.Flags.Flag
Enclosing class:
Flags

public static final classFlags.Flag
extends java.lang.Object

This inner class represents an individual system flag. A set of standard system flag objects are predefined here.


ANSWERED
          This message has been answered.
DELETED
          This message is marked deleted.
DRAFT
          This message is a draft.
FLAGGED
          This message is flagged.
RECENT
          This message is recent.
SEEN
          This message is seen.
USER
          A special flag that indicates that this folder supports user defined flags.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

ANSWERED

public static finalFlags.FlagANSWERED
This message has been answered. This flag is set by clients to indicate that this message has been answered to.

DELETED

public static finalFlags.FlagDELETED
This message is marked deleted. Clients set this flag to mark a message as deleted. The expunge operation on a folder removes all messages in that folder that are marked for deletion.

DRAFT

public static finalFlags.FlagDRAFT
This message is a draft. This flag is set by clients to indicate that the message is a draft message.

FLAGGED

public static finalFlags.FlagFLAGGED
This message is flagged. No semantic is defined for this flag. Clients alter this flag.

RECENT

public static finalFlags.FlagRECENT
This message is recent. Folder implementations set this flag to indicate that this message is new to this folder, that is, it has arrived since the last time this folder was opened.

Clients cannot alter this flag.


SEEN

public static finalFlags.FlagSEEN
This message is seen. This flag is implicitly set by the implementation when the this Message's content is returned to the client in some form. ThegetInputStream andgetContent methods on Message cause this flag to be set.

Clients can alter this flag.


USER

public static finalFlags.FlagUSER
A special flag that indicates that this folder supports user defined flags.

The implementation sets this flag. Clients cannot alter this flag but can use it to determine if a folder supports user defined flags by usingfolder.getPermanentFlags().contains(Flags.Flag.USER).


         


[8]ページ先頭

©2009-2025 Movatter.jp