Table of Contents

Class PhoneCall

Namespace
Microsoft.Exchange.WebServices.Data
Assembly
Microsoft.Exchange.WebServices.dll

Represents a phone call.

public sealed class PhoneCall : ComplexProperty
Inheritance
PhoneCall
Inherited Members

Properties

ConnectionFailureCause

Gets a value indicating the reason why this phone call failed to connect.

public ConnectionFailureCause ConnectionFailureCause { get; }

Property Value

ConnectionFailureCause

SIPResponseCode

Gets the SIP response code of this phone call.

public int SIPResponseCode { get; }

Property Value

int

SIPResponseText

Gets the SIP response text of this phone call.

public string SIPResponseText { get; }

Property Value

string

State

Gets a value indicating the last known state of this phone call.

public PhoneCallState State { get; }

Property Value

PhoneCallState

Methods

Disconnect()

Disconnects this phone call.

public void Disconnect()

Refresh()

Refreshes the state of this phone call.

public void Refresh()