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
FORWARD
This appointment was forwarded.
public
string
FORWARD
= 8
Tags
MEETING
This appointment is a meeting.
public
string
MEETING
= 1
Tags
NONE
No flags have been set.
public
string
NONE
= 0
This is only used for an appointment that does not include attendees.
Tags
RECEIVED
This appointment has been received.
public
string
RECEIVED
= 2
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
.