Uipath Marketplace
MarketplaceListingsActivityRead Email from Saved File to Object

Create your first automation in just a few minutes.Try Studio Web

Read Email from Saved File to Object

Read Email from Saved File to Object

by Internal Labs

StarStar

6

Activity

Downloads

5.8k

back button
back button
carouselImage0
next button
next button

Summary

Summary

This activity returns a .net MailMessage object, that can be handled by other existing activities, from a saved .eml file.

Overview

Overview

In certain instances, users may encounter emails that have been saved in a file folder, therefore these cannot be accessed directly. As a consequence, these emails must be opened in order to be read. However, complications may arise when attempting to extract specific data from these emails. In such cases, selectors may prove to be ineffective and more advanced techniques, such as string manipulation, may be necessary to retrieve the desired information.

This activity allows you to read a .eml file (email file) and to convert it into a .Net MailMessage object. The .Net object can be handled in any RPA workflow as your automation requires.

There are 2 inputs needed:

  • EmailFileName - this is the filename of the email we need to convert (must be an .eml file).
  • EmailFilePath - the path to the directory containing the .eml file.

The activity will generate one output:

  • EmailNet - which is the .Net object MailMessage and can be used with other existing mail activities.

Features

Features

  • A saved emails archive can be transformed into a database table for ease of use.
  • Any saved .eml can be 'read' and be used as necessary (for example save the attachment or read that one too or respond to email sender automatically).
  • From an entire folder with .eml files you can search the one(s) corresponding to your needs (for example if you have an archive with emails containing reports, you can find the right one using this activity and looking into each MailMessage object for key words).

Additional Information

Additional Information

Dependencies

Interop.ADODB.dll Interop.CDO.dll

Code Language

C#, Visual Basic

Runtime

Windows (.Net 5.0 or higher)

Publisher

Internal Labs

Visit publisher's page

License & Privacy

License Agreement

Privacy Terms

Technical

Version

2.0.0.11

Updated

Apr 4, 2023

Works with

Studio: 22.10+

Certification

Silver Certified

Application

Microsoft Outlook

Support

UiPath Community Support

Similar Listings