iRobo.Activity. Get IMAP Mail Message

Activity that retrieves IMAP Email message from a specific server.

                                                                                       

Properties

Input

  • Email – String for the email account used to get the message. (Mandatory)
  • EmailFolder – String for the mail folder from which the messages are going to be retrieved. (Mandatory)
  • MarkAsRead – Boolean that specifies whether to mark the retrieved messages as read or not. 
  • Password – String for the password of the email account used to get the messages. (Mandatory)
  • Port – Integer that is used to get the email messages. (Mandatory)
  • Server – String for the email server host that is going to be used. (Mandatory)
  • Top – Integer for the number of the messages that is going to be retrieved starting from either the newest or the oldest. 
  • UnReadOnly – Boolean that specifies whether to retrieve only the unread message or all of them. 


Misc                                                                                

  • DisplayName – Activity header name.


Output                                                                                

  • Message(List<MailMessage> – an output that stores the retrieved messages as a collection of MailMessage objects.


AE.Net.Mail.MailMessage

  • (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 IMAP 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 IMAP Mail Message Activity from the Toolbox.
  5. Enter the Email, Password, MailFolder, Port, Server Inputs.
  6. You can use the above AE.Net.Mail.MailMessage properties to filter the retrieved message by (Cc,Bcc,Subject Sender,Body,etc )
  7. Put a List<MailMessage> 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: Free EBook and documentation generator