| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
FlagStatus |
Message.getFlagStatus()
Gets the flag status for the mail message.
|
FlagStatus |
Conversation.getFlagStatus()
Gets the aggregated flag status for conversation items in the current folder.
|
FlagStatus |
Conversation.getGlobalFlagStatus()
Gets the aggregated flag status for all conversation items in a mailbox.
|
FlagStatus |
Flag.getStatus()
Gets the status.
|
static FlagStatus |
FlagStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FlagStatus[] |
FlagStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Message.setFlagStatus(FlagStatus flagStatus)
Sets the flag status for the mail message.
|
void |
Flag.setStatus(FlagStatus status)
Sets the status.
|
| Constructor and Description |
|---|
Flag(FlagStatus status)
Initializes a new instance of the Flag class.
|