Mapiex get mail message body
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-04-18 07:15 AM
Hi
Apologies if this has already been asked. I'm new to Blue Prism /RPA,
I have successfully been able to get emails through mapiex but I want to remove the html code so the body is just the plain text. (My idea is that the message goes into the text summariser
Is there a easy way to do this?
Thanks
5 REPLIES 5
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-04-18 01:08 PM
set the output parameter, ""Message Is HTML"" as False when you use ""Get Mails"" action.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-04-18 06:46 AM
Hi c.tsai,
Thanks for the response.
The ""Message Is HTML"" option seems to be a flag which unless I'm mistaken means it is checking if it is true or not. It's not something that can be set.
Am I missing something here?
Thx
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-04-18 12:04 PM
sorry i misunderstood your meaning
just forget what i said
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-05-18 06:39 AM
Bump
Does anyone have any other ideas on this? I have tried without much luck using a code stage and VBA... I'd be surprised if this wasn't possible...
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-05-18 04:04 AM
I don't believe there is a method to do this in the default MAPI functionality, but as for using a code stage, I would take a look here:
https://stackoverflow.com/a/5871508
