Click or drag to resize

EnhancedCallForwardingStatus Class

Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesEnhancedCallForwardingStatus

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

The EnhancedCallForwardingStatus type exposes the following members.

Constructors
  NameDescription
Public methodEnhancedCallForwardingStatus
Public methodEnhancedCallForwardingStatus(CallForwardingStatus, CallForwardingStatus, CallForwardingStatus)
Returns an EnhanceCallForwardingStatus object initialized with the status of all three call forwarding conditions i.e On-Busy/On-NoReply/ Unconditional forward.
Top
Properties
  NameDescription
Public propertyBusyCallForwardingStatus
Returns the call fowarding status if forward on User Busy is configured.
Public propertyNoReplyCallForwardingStatus
Returns the call fowarding status if forward on No reply is configured.
Public propertyUnconditionalCallForwardingStatus
Returns the call fowarding status if unconditional call forwarding is configured.
Top
See Also