はじめてのオートメーションをわずか数分で作成できます。Studio Web を試す →
作成者: Internal Labs
7
アクティビティ
6k
要約
要約
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:
The activity will generate one output:
機能
機能
その他の情報
その他の情報
依存関係
Interop.ADODB.dll Interop.CDO.dll
コード言語
C#, Visual Basic
ランタイム
Windows (.NET 5.0 以上)