-First of all, after the e-mail connection is made, the e-mail is searched and the found e-mail is saved.
The recorded mail is saved as eml extension, but since the MS Outlook << Read From File activity reads the msg extension, the eml file is converted to a msg file with the Rename activity.
-With MS Outlook << Read From File activity, mail with msg extension is read. A dataset is output and the resulting dataset is saved as a CSV type file with txt extension.
-By renaming the saved txt file, we receive the incoming mail as an html table, without breaking the html table structure that you changed to html extension.
-The process design is as follows: