Documentation

MeetingRequestTypeType extends Enumeration
in package

Describes the type of a meeting request.

Table of Contents

Constants

FULL_UPDATE  = 'FullUpdate'
Identifies the meeting request as a full update to an existing request.
INFORMATIONAL_UPDATE  = 'InformationalUpdate'
Identifies the meeting request as only containing updated informational content.
NEW_MEETING_REQUEST  = 'NewMeetingRequest'
Identifies the meeting request as a new meeting request.
NONE  = 'None'
Indicates that the meeting request type is not defined.
OUTDATED  = 'Outdated'
Identifies the meeting request as outdated.
PRINCIPAL_WANTS_COPY  = 'PrincipalWantsCopy'
Indicates that the meeting request belongs to a principal who has forwarded meeting messages to a delegate and has his copies marked as informational.
SILENT_UPDATE  = 'SilentUpdate'
Identifies the meeting request as a silent update to an existing 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

FULL_UPDATE

Identifies the meeting request as a full update to an existing request.

public string FULL_UPDATE = 'FullUpdate'

A full update has updated time and informational content.

Tags
since

Exchange 2007

INFORMATIONAL_UPDATE

Identifies the meeting request as only containing updated informational content.

public string INFORMATIONAL_UPDATE = 'InformationalUpdate'
Tags
since

Exchange 2007

NEW_MEETING_REQUEST

Identifies the meeting request as a new meeting request.

public string NEW_MEETING_REQUEST = 'NewMeetingRequest'
Tags
since

Exchange 2007

NONE

Indicates that the meeting request type is not defined.

public string NONE = 'None'
Tags
since

Exchange 2007

OUTDATED

Identifies the meeting request as outdated.

public string OUTDATED = 'Outdated'
Tags
since

Exchange 2007

PRINCIPAL_WANTS_COPY

Indicates that the meeting request belongs to a principal who has forwarded meeting messages to a delegate and has his copies marked as informational.

public string PRINCIPAL_WANTS_COPY = 'PrincipalWantsCopy'
Tags
since

Exchange 2007

SILENT_UPDATE

Identifies the meeting request as a silent update to an existing meeting.

public string SILENT_UPDATE = 'SilentUpdate'
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