MeetingAttendeeType
extends Enumeration
in package
Represents the type of attendee that is identified in the Email element.
Table of Contents
Constants
- OPTIONAL = 'Optional'
- A mailbox user who is an optional attendee to the meeting.
- ORGANIZER = 'Organizer'
- The mailbox user and attendee who created the calendar item.
- REQUIRED = 'Required'
- A mailbox user who is a required attendee to the meeting.
- RESOURCE = 'Resource'
- A resource such as a TV or projector that is scheduled for use in the meeting.
- ROOM = 'Room'
- A mailbox entity that represents a room resource used for the meeting.
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
OPTIONAL
A mailbox user who is an optional attendee to the meeting.
public
string
OPTIONAL
= 'Optional'
Tags
ORGANIZER
The mailbox user and attendee who created the calendar item.
public
string
ORGANIZER
= 'Organizer'
Tags
REQUIRED
A mailbox user who is a required attendee to the meeting.
public
string
REQUIRED
= 'Required'
Tags
RESOURCE
A resource such as a TV or projector that is scheduled for use in the meeting.
public
string
RESOURCE
= 'Resource'
Tags
ROOM
A mailbox entity that represents a room resource used for the meeting.
public
string
ROOM
= 'Room'
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
.