Get Emails via POP3#
Retrieve emails using the POP3 protocol.
| Server | [Text] Server (for example, "pop.mail.ru"). |
| Port | [Number] Port. If not specified, the default port is used:
|
| Login | [Text] Login required for authentication on the server. |
| Password | [Text/SecureString] Password required for authentication on the server. |
| Timeout | [Number] Timeout for response from the server. The value is specified in seconds. |
| SSL | Indicates whether to use a secure connection. |
| Number of Emails | [Number] The number of recent emails to be retrieved from the server. |
| Result | [List] A list of MailMessage objects that are emails with all content. |
| Error Handling Level | Select the error handling level. Possible values:
If "Default" is selected, the value from the "Start" block of this diagram will be used. |
| Message Level | Select the message level that blocks will output during operation. Possible values:
If "Default" is selected, the value from the "Start" block of this diagram will be used. |
| Error Text | [Text] Returns detailed information about the error in case of incorrect execution of the block's work. |