i used “Get outlook mail messages” get html email inside outlook but “mail.Body” return string without html tag. may i get real message body?
Main.xaml (11.4 KB)
i used “Get outlook mail messages” get html email inside outlook but “mail.Body” return string without html tag. may i get real message body?
Main.xaml (11.4 KB)
Hi @pitt,
If you would like to get mail body as html, Please use mail.Headers("HTMLBody")
instead of mail.Body
Warm regards,
Nimin
When the body of the mail is a table, how to extract them in the same format. The previous threads indicate use of “indexof”, Some help in using the functions will be appreciated.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.