Documentation

PhoneCallInformationType extends Type
in package

Represents the state information for a phone call.

Table of Contents

Properties

$ConnectionFailureCause  : string
Specifies the cause of a connection failure.
$PhoneCallState  : string
Specifies the state for a phone call.
$SIPResponseCode  : int
Specifies the SIP response code.
$SIPResponseText  : string
Specifies the SIP response text.

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.

Properties

$ConnectionFailureCause

Specifies the cause of a connection failure.

public string $ConnectionFailureCause

This element is required.

Tags
since

Exchange 2010

see
ConnectionFailureCauseType

$PhoneCallState

Specifies the state for a phone call.

public string $PhoneCallState

This element is required.

Tags
since

Exchange 2010

see
PhoneCallStateType

$SIPResponseCode

Specifies the SIP response code.

public int $SIPResponseCode

This element is optional.

Tags
since

Exchange 2010

$SIPResponseText

Specifies the SIP response text.

public string $SIPResponseText

This element is optional.

Tags
since

Exchange 2010

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

        
On this page

Search results