ImportanceChoicesType
extends Enumeration
in package
Describes the importance of an item or the aggregated importance of all items in a conversation in the current folder.
Table of Contents
Constants
- HIGH = 'High'
- High importance level.
- LOW = 'Low'
- Low importance level.
- NORMAL = 'Normal'
- Normal importance level.
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
HIGH
High importance level.
public
string
HIGH
= 'High'
Tags
LOW
Low importance level.
public
string
LOW
= 'Low'
Tags
NORMAL
Normal importance level.
public
string
NORMAL
= 'Normal'
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
.