How to read the mail body of Office365 mail message as Html
Inorder to resolve below problem, I want to read the emailbody as html.
Problem : ‘auto downloading email signature as image’ achieve this “Save email attachments - #6 by sravani22”
The problem is getting signature image names. Solution is, read email body in html format, use regex to get image names. Use for each loop to remove the attachment from attachment collection and save remaining attachments with save attachment activity.
Thanks @Palaniyappan and @Yoichi for the support. On enabling, Get as HTML property and also reading the mail body as : mail.Body, I am able to fetch the mail body in HTML format.