SetNumberOfRetries

Sets the number of times to attempt a connection to the Fax server after a connection error occurs.

Member of namespace

OpenTextFaxServer

Syntax

bool SetNumberOfRetries (int NumberOfRetries)

Parameters

NumberOfRetries
Type: int

Parameters

An integer value representing the number of times to attempt a connection to the fax server after a connection error occurs.

Returns

Always True.

Level

Any level.

Details

Sets the number of times to attempt a connection to the fax server after a connection error occurs.

If this action is not called, the default value of 3 is used.

Include this action before the Connect() action.

Example
SetNumberOfRetries(3)
SetServerName("myserver")
SetWindowsAuthentication(True)
SetProtocol(4)
Connect()
ImportFaxes()