|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.email.ms.java.Enum
com.aspose.email.MapiMessageFlags
public final class MapiMessageFlags
MapiMessageFlags.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.aspose.email.ms.java.Enum |
---|
com.aspose.email.ms.java.Enum.AbstractEnum, com.aspose.email.ms.java.Enum.FlaggedEnum, com.aspose.email.ms.java.Enum.SimpleEnum |
Field Summary | |
---|---|
static long |
MSGFLAG_ASSOCIATED
MSGFLAG_ASSOCIATED. |
static long |
MSGFLAG_EVERREAD
The message has been read at least once. |
static long |
MSGFLAG_FROMME
The user receiving the message was also the user who sent the message. |
static long |
MSGFLAG_HASATTACH
The message has at least one attachment. |
static long |
MSGFLAG_NOTIFYREAD
The user who sent the message has requested notification when a recipient first reads it. |
static long |
MSGFLAG_NOTIFYUNREAD
The user who sent the message has requested notification when a recipient deletes it before reading or the Message object expires. |
static long |
MSGFLAG_READ
The message is marked as having been read. |
static long |
MSGFLAG_RESEND
The message includes a request for a resend operation with a non-delivery report. |
static long |
MSGFLAG_UNMODIFIED
The message has not been modified since it was first saved (if unsent) or it was delivered (if sent). |
static long |
MSGFLAG_UNSENT
The message is still being composed. |
Fields inherited from class com.aspose.email.ms.java.Enum |
---|
EnumSeparatorCharArray |
Method Summary |
---|
Methods inherited from class com.aspose.email.ms.java.Enum |
---|
format, getName, getNames, getUnderlyingType, getValues, isDefined, parse, parse, register |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final long MSGFLAG_READ
The message is marked as having been read.
public static final long MSGFLAG_UNMODIFIED
The message has not been modified since it was first saved (if unsent) or it was delivered (if sent).
public static final long MSGFLAG_UNSENT
The message is still being composed.
public static final long MSGFLAG_FROMME
The user receiving the message was also the user who sent the message.
public static final long MSGFLAG_HASATTACH
The message has at least one attachment.
public static final long MSGFLAG_ASSOCIATED
MSGFLAG_ASSOCIATED.
public static final long MSGFLAG_RESEND
The message includes a request for a resend operation with a non-delivery report.
public static final long MSGFLAG_NOTIFYREAD
The user who sent the message has requested notification when a recipient first reads it.
public static final long MSGFLAG_NOTIFYUNREAD
The user who sent the message has requested notification when a recipient deletes it before reading or the Message object expires.
public static final long MSGFLAG_EVERREAD
The message has been read at least once. This flag is set or cleared by the server whenever the MSGFLAG_READ
flag is set or cleared.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |