Hi ,

I need help in sending outlook Email in Rich Text Format , which Outlook Vbo to be called back end , not front end automation.
I need to send attachments in body .So looking out for help


Thanks
Leela
 
I have used front end automation , used send keys .For attachments I have used someplace holders where I can replace them with attachments . Email templates are required to use
Hope helps

Thanks
 

gil.silva

Active Member
Hello,

You can use an online tool to convert your rich format text (containing images, colors, bold text, etc..).
I advise the following website: https://wordtohtml.net/
Then, just copy the result to the field Message of your action Send Email from Outlook VBO

Note: You need to replace the double quotation mark - " by &Chr(34)&
Otherwise, it will create problems in Blue Prism.
 
Top