FaxDevice.AnswerCall method

The AnswerCall method causes the fax device to answer an incoming call.

Syntax

FaxDevice.AnswerCall() As Long

Parameters

This method has no parameters.

Remarks

The AnswerCall method will only work on a fax device on the local server. The method will work regardless of the value of the ReceiveMode property.

You can use this method to manually answer a call. You may use this method if the ReceiveMode property is set to answer manually, automatically, or not at all. The fax device must be idle for the incoming call to succeed.

To use this method, a user must have the farQUERY_IN_ARCHIVE access right.

If the method succeeds, the service has successfully accepted the request and has validated the parameters and the access rights. Method success does not indicate that the service answered the call and started to receive a fax. If the method succeeds but the service fails to answer a call on a device, as in the case when the device does not respond as expected, no notification is sent.

Requirements

Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
FaxComex.h
DLL
Fxscomex.dll

See also

FaxDevice

IFaxDevice