Platform SDK: Fax Services

IFaxServer::get_RetryDelay

The IFaxServer::get_RetryDelay method retrieves the RetryDelay property for a FaxServer object. The RetryDelay property is a value that represents the time interval, in minutes, the fax server waits before attempting to retransmit an outbound fax job.

Visual Basic Reference

HRESULT get_RetryDelay(
  LONG *pVal  // receives minutes between retransmission attempts
);

Parameters

pVal
[out] Pointer to a LONG variable that indicates the number of minutes the fax server waits before attempting to retransmit an outbound fax job. If this property is equal to zero, the fax server will attempt to retransmit the fax job immediately.

Return Values

Returns an HRESULT value indicating success or failure. If the method succeeds, it returns S_OK. Otherwise, it returns a COM-defined error code.

You should not check directly for success or failure. Use the COM SUCCEEDED and FAILED macros instead.

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

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Unsupported.
  Header: Declared in faxcom.h.
  Import Library: Included as a resource in faxcom.dll.

See Also

Fax Service Client Application Programming Interface Overview, Fax Service Client API Interfaces, IFaxServer, IFaxServer::put_RetryDelay