Documentation

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
since

Exchange 2010

CALL

Indicates that the message has been flagged for a call.

public string CALL = 'Call'
Tags
since

Exchange 2010

DO_NOT_FORWARD

Indicates that the message is not to be forwarded.

public string DO_NOT_FORWARD = 'DoNotForward'
Tags
since

Exchange 2010

FOLLOW_UP

Indicates that the message has been flagged for a follow up.

public string FOLLOW_UP = 'FollowUp'
Tags
since

Exchange 2010

FORWARD

Indicates that the message is to be forwarded.

public string FORWARD = 'Forward'
Tags
since

Exchange 2010

FYI

Indicates that the message has been flagged as FYI.

public string FYI = 'FYI'
Tags
since

Exchange 2010

NO_RESPONSE_NECESSARY

Indicates that the message does not require a response.

public string NO_RESPONSE_NECESSARY = 'NoResponseNecessary'
Tags
since

Exchange 2010

READ

Indicates that the message is to be read.

public string READ = 'Read'
Tags
since

Exchange 2010

REPLY

Indicates that the message needs a reply.

public string REPLY = 'Reply'
Tags
since

Exchange 2010

REPLY_TO_ALL

Indicates that the message needs a reply to all recipients.

public string REPLY_TO_ALL = 'ReplyToAll'
Tags
since

Exchange 2010

REVIEW

Indicates that the message has been flagged for review.

public string REVIEW = 'Review'
Tags
since

Exchange 2010

Properties

$_

Element value.

public string $_
Tags
deprecated
1.0.0

This property will be removed in a future release and should not be used. Instead, you should reference the constants implemented in the class directly.

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

.

Tags
suppress

PhanDeprecatedProperty

Return values
string

        
On this page

Search results