SetRetryTimeout
Sets the number milliseconds to wait before attempting a connection to the fax server after a connection error occurs.
Member of namespace
OpenTextFaxServerSyntax
bool SetRetryTimeout (int Milliseconds)
Parameters
- Milliseconds
- Type: int
Parameters
An integer value representing the number milliseconds to wait before attempting a connection to the fax server after a connection error occurs.Returns
Always True.Level
Any level.Details
If this action is not called, the default value of 3000 milliseconds is used.Include this action before a ImportFaxes() or Connect() action.
- Example
SetNumberOfRetries(3)> SetRetryTimeout(3000) SetServerName("myserver") SetWindowsAuthentication(True) SetProtocol(4) Connect() ImportFaxes()