SMTPSettings Object (COM-based API)
This object allows to set the parameters for connection with the SMTP e-mail server. These parameters are set in the SMTPSettings property of the OutputFormatSettings object.
Properties
Name | Type | Description |
Password | String | Specifies the password corresponding to the username. Depending on SMTP server settings the password may not be required. The default value is an empty string. |
PortNumber | Long | Specifies the network port number of the SMTP server. The default value is 25. |
SenderAddress | String | Specifies the e-mail address of the output message sender. The default value is an empty string. |
ServerHostName | String | Specifies the SMTP server address. The default value is an empty string. |
ServerRequiresAuthentication | Boolean |
Specifies if authentication is required on the SMTP server. If the value of this property is FALSE, FineReader Server will try to determine whether authentication is required automatically. The default value is FALSE. Note. ABBYY FineReader Server only supports SMTP servers that use the PLAIN authentication method. |
UseSsl | Boolean | Specifies if SSL must be used to connect to the SMTP server. |
See also
3/26/2024 1:49:49 PM