|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MessageFlags in com.funambol.mail |
---|
Fields in com.funambol.mail declared as MessageFlags | |
---|---|
protected MessageFlags |
Message.flags
A combination of status flags for this Message within a
folder, e.g. |
Methods in com.funambol.mail that return MessageFlags | |
---|---|
MessageFlags |
Message.getFlags()
Returns the flag mask for this message. |
Methods in com.funambol.mail with parameters of type MessageFlags | |
---|---|
int[] |
MessageFlags.compareFlags(MessageFlags newMask)
Compare the current object with the given mask |
void |
MessageFlags.merge(MessageFlags f1)
Merge the current object with the given mask |
void |
MessageFlags.merge(MessageFlags f1,
boolean enableDelayedFlags)
Merge the current object with the given mask. |
void |
Message.setFlags(MessageFlags flags)
Sets the flag mask for this message. |
Constructors in com.funambol.mail with parameters of type MessageFlags | |
---|---|
MessageFlags(MessageFlags mf)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |