Click or drag to resize

ForwardingFeatureEventArgs Class

Event arguments for a call forwarding feature.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Avaya.ClientServicesToggleFeatureEventArgs
      Avaya.ClientServicesExtensionToggleFeatureEventArgs
        Avaya.ClientServicesForwardingFeatureEventArgs

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

The ForwardingFeatureEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodForwardingFeatureEventArgs
Constructs a ForwardingFeatureEventArgs object for a specified extension, giving the current forwarding status and destination.
Top
Properties
  NameDescription
Public propertyDestination
The call forwarding destination.
Public propertyEnabled
A Boolean value indicating whether the feature is enabled.
(Inherited from ToggleFeatureEventArgs.)
Public propertyExtension
Returns the extension for which the feature has been enabled or disabled. For the user's local extension, the return value is always null.
(Inherited from ExtensionToggleFeatureEventArgs.)
Top
See Also