Hi,
I have been browsing the forum for a good answer on how to send an email with MAPIEx with HTML formatting without success.
I am using Blue Prism MAPIEx Automation 2005 (a) and the action Send Email.
- How can i make the "Message" value use plain HTML?
As of now i am only able to get values with the BP standards in a loop:
Outside Loop
"The following ID's needs to be handled manually: "
Inside Loop
&NewLine()
&"Organisation Number: "&[Collection.Orgnr]
&"Reasson: "&[Collection.Reason]
&NewLine()
That way works. But with HTML i would be able to format the text a lot petter using tags like , , , , etc.
How can i do that using MAPIEx?
Thank you in advance!
Kind regards,
Sina