Get outlook mail messages html body

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)

1 Like

Hi @pitt,

If you would like to get mail body as html, Please use mail.Headers("HTMLBody") instead of mail.Body

Warm regards,
Nimin

3 Likes

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.

3 Likes

@nimin @MuraliG

thank you. for knowledge.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.