cancel
Showing results for 
Search instead for 
Did you mean: 

Mapiex get mail message body

NicholasKay
Level 2
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
set the output parameter, ""Message Is HTML"" as False when you use ""Get Mails"" action.

NicholasKay
Level 2
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
sorry i misunderstood your meaning    just forget what i said

NicholasKay
Level 2
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...

NickZejdlik
Level 4
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