show / hide menu

Demo Project using Mail Activities (Part 1)

The URL of the demo project is given below where users can learn about these activities in a better manner. 

Steps:

  1. Send an Outlook mail using the “Send Outlook Mail Message” activity. 
  2. Retrieve the most recent mail in the inbox using “Get Outlook Mail Message” activity which will be stored in a mail list variable. 
  3. To access the mail stored in the list variable, select the 0th index of the mail list and assign it to a variable of MailMessage type. 
  4. Display the mail’s details, such as subject or body, using a message box. 
  5. Move a mail from the Inbox folder to a separate test folder created in Outlook. 
  6. Save an attachment from a mail to a local folder. 
Activities Used“Send Outlook Mail Message, Get Outlook Mail Message, Decision, Assign, Message Box, Save Attachments, Move Outlook Mail Message”
Video Link https://www.youtube.com/watch?v=WtX88gD08Ok&list=PLwFA5laAhcEJ7sVztHRNXDdXffy2odMvv&index=11