TaskDelegateStateType
extends Enumeration
in package
Represents the status of a delegated task.
Table of Contents
Constants
- ACCEPTED = 'Accepted'
- Indicates that the delegate has accepted the task.
- DECLINED = 'Declined'
- Indicates that the delegate has declined the task.
- MAX = 'Max'
- Indicates that the task request is out of bounds.
- NO_MATCH = 'NoMatch'
- Indicates that the task is not delegated or the task request has been created but not sent.
- OWN_NEW = 'OwnNew'
- Indicates that the task is a new task request that has been sent, but the delegate has not yet responded.
- OWNED = 'Owned'
- Indicates that the task is owned.
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
ACCEPTED
Indicates that the delegate has accepted the task.
public
string
ACCEPTED
= 'Accepted'
Tags
DECLINED
Indicates that the delegate has declined the task.
public
string
DECLINED
= 'Declined'
Tags
MAX
Indicates that the task request is out of bounds.
public
string
MAX
= 'Max'
This is an internal Outlook value and should not be used.
Tags
NO_MATCH
Indicates that the task is not delegated or the task request has been created but not sent.
public
string
NO_MATCH
= 'NoMatch'
Tags
OWN_NEW
Indicates that the task is a new task request that has been sent, but the delegate has not yet responded.
public
string
OWN_NEW
= 'OwnNew'
Tags
OWNED
Indicates that the task is owned.
public
string
OWNED
= 'Owned'
This value should not be used.
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
.