Click or drag to resize
CallForwardingStatus Constructor (Boolean, String, Boolean, String)
Constructs a CallForwardingStatus object with status information for internal and external calls.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public CallForwardingStatus(
	bool enabledForInternalCalls,
	string destinationForInternalCalls,
	bool enabledForExternalCalls,
	string destinationForExternalCalls
)

Parameters

enabledForInternalCalls
Type: SystemBoolean
True if call forwarding is enabled for internal calls.
destinationForInternalCalls
Type: SystemString
The string containing destination for internal call forward.
enabledForExternalCalls
Type: SystemBoolean
True if call forwarding is enabled for external calls. Always False for IP Office.
destinationForExternalCalls
Type: SystemString
The string containing destination for external call forward. Always empty for IP Office.
See Also