共用方式為


FaxServer.RetryDelay property

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

Property RetryDelay As Long

Property value

A Long that specifies or receives 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.

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

Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Header
Faxcom.h
DLL
Faxcom.dll

See also

FaxServer

Fax Service Client API for Windows 2000

Fax Service Client API Interfaces

FaxServer