Documentation

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
since

Exchange 2007

DECLINED

Indicates that the delegate has declined the task.

public string DECLINED = 'Declined'
Tags
since

Exchange 2007

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
since

Exchange 2007

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
since

Exchange 2007

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
since

Exchange 2007

OWNED

Indicates that the task is owned.

public string OWNED = 'Owned'

This value should not be used.

Tags
since

Exchange 2007

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