Click or drag to resize

CallForwardingStatus Class

A base class used to implement CallForwardingStatus for Internal and External calls.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesCallForwardingStatus

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public class CallForwardingStatus

The CallForwardingStatus type exposes the following members.

Constructors
  NameDescription
Public methodCallForwardingStatus
Public methodCallForwardingStatus(Boolean, String, Boolean, String)
Constructs a CallForwardingStatus object with status information for internal and external calls.
Top
Properties
  NameDescription
Public propertyDestinationForExternalCalls
Returns the string containing destination address of call to be forwarded for External calls.
Public propertyDestinationForInternalCalls
Returns the string containing destination address of call to be forwarded for Internal calls.
Public propertyEnabledForExternalCalls
Returns true if call forwarding is enabled for external calls.
Public propertyEnabledForInternalCalls
Returns true if call forwarding is enabled for internal calls.
Top
See Also