Documentation

LegacyFreeBusyType extends Enumeration
in package

Represents the intended status for a calendar item that is associated with a meeting request.

Table of Contents

Constants

BUSY  = 'Busy'
The calendar item represents busy time.
FREE  = 'Free'
The calendar item represents free time.
NO_DATA  = 'NoData'
The calendar item's status is not defined.
OUT_OF_OFFICE  = 'OOF'
The calendar item represents time out of the office.
TENTATIVE  = 'Tentative'
The calendar item represents tentatively busy time.
WORKING_ELSEWHERE  = 'WorkingElsewhere'
The calendar item represents time working off site.

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

BUSY

The calendar item represents busy time.

public string BUSY = 'Busy'
Tags
since

Exchange 2007

FREE

The calendar item represents free time.

public string FREE = 'Free'
Tags
since

Exchange 2007

NO_DATA

The calendar item's status is not defined.

public string NO_DATA = 'NoData'
Tags
since

Exchange 2007

OUT_OF_OFFICE

The calendar item represents time out of the office.

public string OUT_OF_OFFICE = 'OOF'
Tags
since

Exchange 2007

TENTATIVE

The calendar item represents tentatively busy time.

public string TENTATIVE = 'Tentative'
Tags
since

Exchange 2007

WORKING_ELSEWHERE

The calendar item represents time working off site.

public string WORKING_ELSEWHERE = 'WorkingElsewhere'
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