Share via


FaxServer.Retries property

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

Property Retries As Long

Property value

A Long that specifies or receives the number of times the fax server attempts to retransmit an outgoing fax when the initial transmission fails. A value of zero indicates that the fax server should not attempt to retransmit an outbound job if the first transmission fails.

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