IFaxServer::get_RetryDelay method (faxcom.h)
Sets or 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.
This property is read/write.
Syntax
HRESULT get_RetryDelay(
long *pVal
);
Parameters
pVal
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