Connect

Creates the connection to the Fax server.

Member of namespace

OpenTextFaxServer

Syntax

bool Connect ()

Returns

False if the action is not called at the batch level or if the connection to fax server cannot be established. Otherwise, True.

Level

Batch Level.

Details

Connects to the fax server. This action should be called after setting the server connection parameters via the following actions:
  • SetServerName("myserver")
  • SetUserID("myuser")
  • SetUserPassword("mypassword")
  • SetProtocol(4)
  • SetWindowsAuthentication(True)
Example
SetServerName("myserver")
SetUserID("myuser")
SetUserPassword("mypassword")
SetProtocol(4)
Connect()