Reference Library
SetForwarding Method (deviceId, forwardingType, activateForward, forwardDN, userState)
NamespacesAvaya.ApplicationEnablement.DMCCIThirdPartyCallControllerSetForwarding(String, ThirdPartyCallController..::.ThirdPartyCallControlForwardingType, Boolean, String, Object)
Send a Set Forwarding request to the server.
Declaration Syntax
C#Visual BasicVisual C++
int SetForwarding(
	string deviceId,
	ThirdPartyCallController..::.ThirdPartyCallControlForwardingType forwardingType,
	bool activateForward,
	string forwardDN,
	Object userState
)
Function SetForwarding ( _
	deviceId As String, _
	forwardingType As ThirdPartyCallController..::.ThirdPartyCallControlForwardingType, _
	activateForward As Boolean, _
	forwardDN As String, _
	userState As Object _
) As Integer
int SetForwarding(
	String^ deviceId, 
	ThirdPartyCallController..::.ThirdPartyCallControlForwardingType forwardingType, 
	bool activateForward, 
	String^ forwardDN, 
	Object^ userState
)
Parameters
deviceId (String)
The third party Device Id which represents the station that you want to activate Call Forwarding on.
forwardingType (ThirdPartyCallController..::.ThirdPartyCallControlForwardingType)
The types of forwarding that are allowed.
activateForward (Boolean)
True if you want to activate forwarding.
forwardDN (String)
Third party Device Id which represents the destination for calls being routed to this station.
userState (Object)
The Invoke ID of the XML message sent to the server.
Return Value
The Invoke ID of the XML message sent to the server.

Assembly: ServiceProvider (Module: ServiceProvider)