FlaggedForActionType
extends Enumeration
in package
Specifies the flag for action value that must appear on incoming messages in order for the condition or exception to apply.
Table of Contents
Constants
- ANY = 'Any'
- Indicates that the message may contain any flag.
- CALL = 'Call'
- Indicates that the message has been flagged for a call.
- DO_NOT_FORWARD = 'DoNotForward'
- Indicates that the message is not to be forwarded.
- FOLLOW_UP = 'FollowUp'
- Indicates that the message has been flagged for a follow up.
- FORWARD = 'Forward'
- Indicates that the message is to be forwarded.
- FYI = 'FYI'
- Indicates that the message has been flagged as FYI.
- NO_RESPONSE_NECESSARY = 'NoResponseNecessary'
- Indicates that the message does not require a response.
- READ = 'Read'
- Indicates that the message is to be read.
- REPLY = 'Reply'
- Indicates that the message needs a reply.
- REPLY_TO_ALL = 'ReplyToAll'
- Indicates that the message needs a reply to all recipients.
- REVIEW = 'Review'
- Indicates that the message has been flagged for review.
Properties
- $_ : string
- Element value.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
- __toString() : string
- Returns the value of this enumeration as a string.
Constants
ANY
Indicates that the message may contain any flag.
public
string
ANY
= 'Any'
Tags
CALL
Indicates that the message has been flagged for a call.
public
string
CALL
= 'Call'
Tags
DO_NOT_FORWARD
Indicates that the message is not to be forwarded.
public
string
DO_NOT_FORWARD
= 'DoNotForward'
Tags
FOLLOW_UP
Indicates that the message has been flagged for a follow up.
public
string
FOLLOW_UP
= 'FollowUp'
Tags
FORWARD
Indicates that the message is to be forwarded.
public
string
FORWARD
= 'Forward'
Tags
FYI
Indicates that the message has been flagged as FYI.
public
string
FYI
= 'FYI'
Tags
NO_RESPONSE_NECESSARY
Indicates that the message does not require a response.
public
string
NO_RESPONSE_NECESSARY
= 'NoResponseNecessary'
Tags
READ
Indicates that the message is to be read.
public
string
READ
= 'Read'
Tags
REPLY
Indicates that the message needs a reply.
public
string
REPLY
= 'Reply'
Tags
REPLY_TO_ALL
Indicates that the message needs a reply to all recipients.
public
string
REPLY_TO_ALL
= 'ReplyToAll'
Tags
REVIEW
Indicates that the message has been flagged for review.
public
string
REVIEW
= 'Review'
Tags
Properties
$_
Element value.
public
string
$_
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed
__toString()
Returns the value of this enumeration as a string.
public
__toString() : string
.