IFaxDevice::put_RingsBeforeAnswer method (faxcomex.h)

The IFaxDevice::get_RingsBeforeAnswer property is a number that specifies the number of rings that occur before the fax device answers an incoming fax call.

This property is read/write.

Syntax

HRESULT put_RingsBeforeAnswer(
  long lRingsBeforeAnswer
);

Parameters

lRingsBeforeAnswer

Return value

None

Remarks

This property is used only if the ReceiveMode property of the device is set to fdrmAUTO_ANSWER.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header faxcomex.h
DLL Fxscomex.dll

See also

FaxDevice

IFaxDevice

Visual Basic Example