Activity «Receive Email (POP3)» can be found in section «Email».
Activity receives emails using POP3 protocol.
Нажмите на изображение, чтобы увеличить его.
Property; Class; Type; Description
Port; In; Int32; Port for the connection to server.
Server; In; String; SMTP Server
Expect Error (milliseconds); In; Int32; Timout for email reception.
Use SSL?; In; Boolean; Use the SSL-connection to server.
Email address; In; String; Email Address which should be used for interaction.
Password; In; String; Password for the specified email address.
Number of letters required; In; Int32; Number of messages which should be received for processing.
Delete emails; In; Boolean; Delete the email message from server after reception.
Email List; Out; List(Net.Mail.MailMessage); List of emails received from server.