SetUserID

Sets the user ID used to log in to the Fax server.

Member of namespace

OpenTextFaxServer

Syntax

bool SetUserID (string UserID)

Parameters

UserID
Type: string

Parameters

UserID : The user ID to be used to connect to the fax server. Smart parameters are supported.

Returns

False if the action is not called at the batch level. Otherwise, True.

Level

Batch Level.

Details

Sets the user ID to connect to the fax server.

Include this action before a ImportFaxes() or Connect() action.

Example
SetServerName("myserver")
SetUserID("myuser")
SetUserPassword("mypassword")
SetProtocol(4)
Connect()
ImportFaxes()