CTI32 Engine Class Library

Engine.DisableFaxResource Method 

If the device is failing, you can take it out of service.

[Visual Basic]
Public Sub DisableFaxResource( _
   ByVal faxdev As Integer _
)
[C#]
public void DisableFaxResource(
   int faxdev
);

Parameters

faxdev
Fax device to take out of service

See Also

Engine Class | CTI32Engine Namespace