
The POP3 Get Messages retrieves all messages received by a certain date and loops through each message.

Account – the variable that will contain your POP3 Host details.
Username – the variable that will contain your username.
Password – the variable that will contain your password.
Port – the variable that will contain your port detail.
Note: all variables will need to be set prior to this part of the script.


Click the appropriate check box next to the email properties to be retrieved.
Recipient – the recipient of the email message will be stored in the selected variable.
From Email – the from email address of the email message will be stored in the selected variable.
Subject – the subject of the email message will be stored in the selected variable.
Content – the content of the email message will be stored in the selected variable.
Format Type – the content format of the email message.

Click Yes to save all email attachments found in email messages to a path contained in the selected variable.
Note: the path variable needs to be set prior to this point in the script.
Created Script

New Pop Connection – creates a new POP3 connection and sets it to a variable.
Get All Emails by Date – retrieves all emails received by a specific date.

Loop Email Messages – peforms a loop through each email message retrieved from the server.
Get Html Message – gets the content of the email message and set it to a variable
Get From Address – gets the from address of the email message and set it to a variable.

Get Recipient – gets the recipient email address and set it to a variable.
Get Email Subject – gets the subject of the email message and set it to a variable.