SetFaxRemovalAfterImport
Sets whether to remove processed faxes from the Fax server. This action must be set to True to enable the import of new faxes.
Member of namespace
OpenTextFaxServerSyntax
bool SetFaxRemovalAfterImport (bool RemoveFaxes)Parameters
- RemoveFaxes
- Type: bool
Parameters
A boolean that sets whether or not to remove processed faxes from the server. The default value is False.- True : Faxes will be removed from the fax server once they are imported into a Datacap batch.
- False : Faxes will remain in the fax server once they are imported into a Datacap batch.
The default value is False.
Returns
False if the action is not called at the batch level. Otherwise, True.Level
Batch Level.Details
Sets whether or not to remove processed faxes from the server after they have been imported into the Datacap batch.If this action is not called, the default value of False is used.
Include this action before a ImportFaxes() action.
- Example
SetServerName("myserver") SetUserID("myuser") SetUserPassword("mypassword") SetProtocol(4) SetFaxRemovalAfterImport(True) Connect() ImportFaxes()