Reding EML Files
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-07-18 08:41 PM
I am Receiving a mail on outlook having attachment as eml file and need to read eml file detail in data items.Is there any VBO to read eml files or can someone create it.
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-07-18 05:12 PM
I dont think there is an existing utility from Blueprism to read eml files. I do have similar need to extract mail body text from eml file type stored in a physical drive. Now am trying to find some vb or c# code to handle my need. If anybody able provide some pointer will be heplful.Thanks
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-09-20 07:07 AM
Do you have any solutions for this?
------------------------------
Kurt Efraim Paraiso
------------------------------
------------------------------
Kurt Efraim Paraiso
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-09-20 01:33 PM
I can see several options:
1) Tweak Outlook VBO to open actual eml and read it. Sould work for both attached eml and file on disk.
2) Same thing with EWS - eml attachment is almost like regular message for the api.
3) Use 3rd party tools to open eml files: https://askubuntu.com/questions/28135/how-to-open-eml-files
Which way is better depends on vbo you use for mail and your final goal.
------------------------------
Andrey Kudinov
Project Manager
MobileTelesystems PJSC
Europe/Moscow
------------------------------
1) Tweak Outlook VBO to open actual eml and read it. Sould work for both attached eml and file on disk.
2) Same thing with EWS - eml attachment is almost like regular message for the api.
3) Use 3rd party tools to open eml files: https://askubuntu.com/questions/28135/how-to-open-eml-files
Which way is better depends on vbo you use for mail and your final goal.
------------------------------
Andrey Kudinov
Project Manager
MobileTelesystems PJSC
Europe/Moscow
------------------------------
