IFaxServer::put_Retries method (faxcom.h)

Sets or retrieves the Retries property for a FaxServer object. The Retries property is a value that represents the number of times the fax server attempts to retransmit an outgoing fax when the initial transmission fails.

This property is read/write.

Syntax

HRESULT put_Retries(
  long newVal
);

Parameters

newVal

Return value

None

Remarks

A transmission might not be sent on the first attempt for various reasons. For example, the sending device may receive a busy signal.

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

FaxServer

IFaxServer