Documentation

ConferenceType extends Enumeration
in package

Defines the type of conferencing that is performed with a calendar item.

Table of Contents

Constants

CHAT  = 2
The meeting is offline.
NET_MEETING  = 0
The meeting is an Internet meeting.
NET_SHOW  = 1
The meeting is an Internet show (such as a webinar).

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

CHAT

The meeting is offline.

public int CHAT = 2
Tags
since

Exchange 2007

NET_MEETING

The meeting is an Internet meeting.

public int NET_MEETING = 0
Tags
since

Exchange 2007

NET_SHOW

The meeting is an Internet show (such as a webinar).

public int NET_SHOW = 1
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