Uipath Marketplace
MarketplaceStudioアクティビティRead Email from Saved File to Object

はじめてのオートメーションをわずか数分で作成できます。Studio Web を試す

Read Email from Saved File to Object

Read Email from Saved File to Object

作成者: Internal Labs

StarStar

7

アクティビティ

ダウンロード数

6k

[戻る] ボタン
[戻る] ボタン
carouselImage0
[次へ] ボタン
[次へ] ボタン

要約

要約

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

概要

概要

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.

機能

機能

  • 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).

その他の情報

その他の情報

依存関係

Interop.ADODB.dll Interop.CDO.dll

コード言語

C#, Visual Basic

ランタイム

Windows (.NET 5.0 以上)

公開者

Internal Labs

公開者ページを表示

ライセンス契約とプライバシー条項

ライセンス契約

プライバシー条項

技術情報

バージョン

2.0.0.11

更新日

2023年4月4日

対応製品

Studio: 22.10+

認定

シルバー 認定済み

アプリケーション

Microsoft Outlook

サポート

UiPath コミュニティ サポート

類似のコンポーネント