iRobo.Activity. Get POP3 Mail Message

Activity that retrieves POP3 email message from a specified server.

                                                                                       

Properties

Input

  • Email – A String for the email account used to get the message. (Mandatory)
  • Password – A String for the password of the email account used to get the message. (Mandatory)
  • Port – An Integer that is used to get the email message. (Mandatory)
  • Server – A String for the email server host to be used. (Mandatory)
  • Top – An Integer for the number of messages to be retrieved starting from either the newest or the oldest. 


Misc                                                                                

  • DisplayName – Activity header name.


Output                                                                                

  • Message (IEnumerable<MimeMessage> – An element that stores the retrieved messages as a collection of objects.


AE.Net.Mail.MimiMessage                                                        

  • (Data / .RawFlags/ .Flags / .Flags / .Size / .Subject / .To / .Cc / .Bcc / .ReplyTo/ .Attachments / .AlternateViews /.From/ .Sender / .MessageID / .Uid/ .Importance /.RawHeaders / .Headers / .ContentTransferEncoding / . ContentType / . Charset / .Encoding / .Body)


Steps of Using Get POP3 Mail Message Activity

  1. Open iRobo Studio.
  2. Navigate to Existing Project or create new project.
  3. Right click on project name and create new workflow.
  4. Drag the Get POP3 Mail Message Activity from the Toolbox.
  5. Enter the Email, Password, Port, Server Inputs.
  6. You can use the above AE.Net.Mail.MimiMessage properties to filter the retrieved message by (Cc,Bcc,Subject Sender,Body,etc )
  7. Put a IEnumerable<MimeMessage> variable in the output field Message to get all retrieved messages.
  8. Click Save Button from iRobo Studio Menu or press Ctrl + S keyboard shortcut to save the workflow.
  9. Click Play Button to start the conversion process.


Created with the Personal Edition of HelpNDoc: Create cross-platform Qt Help files