public final class MapiMessageFlags
extends com.aspose.ms.System.Enum
MapiMessageFlags.
Modifier and Type | Field and Description |
---|---|
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_ORIGIN_INTERNET
The incoming message arrived over the Internet.
|
static long |
MSGFLAG_ORIGIN_MISC_EXT
The incoming message arrived over an external link other than X.400 or the Internet.
|
static long |
MSGFLAG_ORIGIN_X400
The incoming message arrived over an X.400 link.
|
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_SUBMIT
The message is marked for sending as a result of a call to IMessage::SubmitMessage.
|
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.
|
static long |
MSGFLAG_ZERO |
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final long MSGFLAG_ZERO
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_SUBMIT
The message is marked for sending as a result of a call to IMessage::SubmitMessage. Message store providers set this flag; the client has read-only access.
public static final long MSGFLAG_UNSENT
The message is still being composed. It is saved, but has not been sent.
public static final long MSGFLAG_HASATTACH
The message has at least one attachment.
public static final long MSGFLAG_FROMME
The user receiving the message was also the user who sent the message.
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.
public static final long MSGFLAG_ORIGIN_X400
The incoming message arrived over an X.400 link.
public static final long MSGFLAG_ORIGIN_INTERNET
The incoming message arrived over the Internet.
public static final long MSGFLAG_ORIGIN_MISC_EXT
The incoming message arrived over an external link other than X.400 or the Internet.