public final class FlaggedForAction
extends com.aspose.ms.System.Enum
Enumerates flagged for action
Modifier and Type | Field and Description |
---|---|
static int |
Any
The message is flagged with any action.
|
static int |
Call
The recipient is requested to call the sender.
|
static int |
DoNotForward
The recipient is requested not to forward the message.
|
static int |
FollowUp
The recipient is requested to follow up on the message.
|
static int |
Forward
The recipient is requested to forward the message.
|
static int |
FYI
The recipient received the message for information.
|
static int |
NoResponseNecessary
The recipient is informed that a response to the messageis not required.
|
static int |
Read
The recipient is requested to read the message.
|
static int |
Reply
The recipient is requested to reply to the sender of the message.
|
static int |
ReplyToAll
The recipient is requested to reply to everyone the message was sent to.
|
static int |
Review
The recipient is requested to review the message.
|
static int |
Undefined
Flagged for action is not specified
|
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 Undefined
Flagged for action is not specified
public static final int Any
The message is flagged with any action.
public static final int Call
The recipient is requested to call the sender.
public static final int DoNotForward
The recipient is requested not to forward the message.
public static final int FollowUp
The recipient is requested to follow up on the message.
public static final int FYI
The recipient received the message for information.
public static final int Forward
The recipient is requested to forward the message.
public static final int NoResponseNecessary
The recipient is informed that a response to the messageis not required.
public static final int Read
The recipient is requested to read the message.
public static final int Reply
The recipient is requested to reply to the sender of the message.
public static final int ReplyToAll
The recipient is requested to reply to everyone the message was sent to.
public static final int Review
The recipient is requested to review the message.