Adding email ID HyperLink while replying to email without using IsBodyHtml/Is Draft

Hello,

I want to add 1 email ID (abc@xyz.com) in my email body while replying to email without using IsBodyHtml/Is Draft ?

How can i handle this issue ?Any suggestion.

Cheers!
Nitesh

Hi @Nitesh,
The only way I have in my mind is to grab email body and keep it in string then add this email address to this string inside Send Mail Message activity.

1 Like