SetProcessedFaxesFolder

Sets the name of the folder where faxes are to be moved to after they are imported.

Member of namespace

OpenTextFaxServer

Syntax

bool SetProcessedFaxesFolder (string FolderName)

Parameters

FolderName
Type: string

Parameters

A string value that represents the name of the user folder where faxes are to be moved to after they are imported.

Returns

Always True.

Level

Any level.

Details

If this action is not called, the faxes remain in the input folder.

Include this action before a ImportFaxes().

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