ForwardingFeatureEventArgs Constructor |
Constructs a ForwardingFeatureEventArgs object for a specified
extension, giving the current forwarding status and destination.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic ForwardingFeatureEventArgs(
bool enabled,
string extension,
string destination
)
Parameters
- enabled
- Type: SystemBoolean
Indicates whether call forwarding feature is enabled. - extension
- Type: SystemString
Callee extension - destination
- Type: SystemString
Target extension where the call will be forwarded.
See Also