SetInputFolder

Sets the name of the input folder where faxes are to be imported from.

Member of namespace

OpenTextFaxServer

Syntax

bool SetInputFolder (string FolderName)

Parameters

FolderName
Type: string

Parameters

An string value representing the name of the user folder where faxes are to be imported from.

Returns

Always True.

Level

Any level.

Details

If this action is not called, the faxes are imported from the default user folder.

Include this action before a ImportFaxes().

Example
SetNumberOfRetries(3)>
SetRetryTimeout(3000)
SetServerName("myserver")
SetWindowsAuthentication(True)
SetProtocol(4)
Connect()
SetInputFolder(INPUT)
ImportFaxes()