Documentation

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
since

Exchange 2007

ORGANIZER

The mailbox user and attendee who created the calendar item.

public string ORGANIZER = 'Organizer'
Tags
since

Exchange 2007

REQUIRED

A mailbox user who is a required attendee to the meeting.

public string REQUIRED = 'Required'
Tags
since

Exchange 2007

RESOURCE

A resource such as a TV or projector that is scheduled for use in the meeting.

public string RESOURCE = 'Resource'
Tags
since

Exchange 2007

ROOM

A mailbox entity that represents a room resource used for the meeting.

public string ROOM = 'Room'
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