Documentation

ResponseTypeType extends Enumeration
in package

Identifies the type of a response that is received.

Table of Contents

Constants

ACCEPT  = 'Accept'
Response type indicating that a request has been accepted.
DECLINE  = 'Decline'
Response type indicating that a request has been declined.
NONE  = 'NoResponseReceived'
Response type indicating that no response has been received.
ORGANIZER  = 'Organizer'
Response type indicating that the attendee is the organizer.
TENTATIVE  = 'Tentative'
Response type indicating that a request has been tentatively accepted.
UNKNOWN  = 'Unknown'
Response type indicating that the response is unknown.

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

ACCEPT

Response type indicating that a request has been accepted.

public string ACCEPT = 'Accept'
Tags
since

Exchange 2007

DECLINE

Response type indicating that a request has been declined.

public string DECLINE = 'Decline'
Tags
since

Exchange 2007

NONE

Response type indicating that no response has been received.

public string NONE = 'NoResponseReceived'
Tags
since

Exchange 2007

ORGANIZER

Response type indicating that the attendee is the organizer.

public string ORGANIZER = 'Organizer'
Tags
since

Exchange 2007

TENTATIVE

Response type indicating that a request has been tentatively accepted.

public string TENTATIVE = 'Tentative'
Tags
since

Exchange 2007

UNKNOWN

Response type indicating that the response is unknown.

public string UNKNOWN = 'Unknown'
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