Documentation

AppointmentState extends Enumeration
in package

Specifies the status of the appointment.

Table of Contents

Constants

CANCELED  = 4
This appointment has been canceled.
FORWARD  = 8
This appointment was forwarded.
MEETING  = 1
This appointment is a meeting.
NONE  = 0
No flags have been set.
RECEIVED  = 2
This appointment has been received.

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

CANCELED

This appointment has been canceled.

public string CANCELED = 4
Tags
since

Exchange 2007

FORWARD

This appointment was forwarded.

public string FORWARD = 8
Tags
since

Exchange 2007

MEETING

This appointment is a meeting.

public string MEETING = 1
Tags
since

Exchange 2007

NONE

No flags have been set.

public string NONE = 0

This is only used for an appointment that does not include attendees.

Tags
since

Exchange 2007

RECEIVED

This appointment has been received.

public string RECEIVED = 2
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