SetServerName
Sets the name of the Fax server to which you can upload faxes.
Member of namespace
OpenTextFaxServerSyntax
bool SetServerName (string ServerName)
Parameters
- ServerName
- Type: string
Parameters
ServerName : The name of 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 name of the fax server to connect to.Include this action before an ImportFaxes() or Connect() action
- Example
SetServerName("myserver") SetUserID("myuser") SetUserPassword("mypassword") SetProtocol(4) Connect() ImportFaxes()