public final class ExchangeMessageFlag
extends com.aspose.ms.System.Enum
Represents a flags of message.
Modifier and Type | Field and Description |
---|---|
static int |
HasAttachment
Indicates whether or not
the message has attachments.
|
static int |
IsRead
Indicates whether the
message has been read.
|
static int |
IsSubmitted
Indicates whether the message
has been submitted to the Outbox.
|
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 int IsRead
Indicates whether the message has been read.
public static final int HasAttachment
Indicates whether or not the message has attachments.
public static final int IsSubmitted
Indicates whether the message has been submitted to the Outbox.