IFaxPort::put_Rings method (faxcom.h)

The IFaxPort::get_Rings property represents the number of rings an incoming fax call should wait before the fax port answers the call.

This property is read/write.

Syntax

HRESULT put_Rings(
  long newVal
);

Parameters

newVal

Return value

None

Remarks

Note  Before setting a value for this property, a fax client application can call the IFaxPort::get_CanModify property to ensure that the client has permission to modify configuration information for the specified fax port.
 
The fax server ignores the IFaxPort::get_Rings property unless the specified fax port is enabled to receive faxes.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header faxcom.h
DLL Faxcom.dll

See also

Fax Service Client API Interfaces

Fax Service Client API for Windows 2000

IFaxPort

IFaxPorts