Hyperlink in Outlook email

Hi @David_Leroy,

You can try using the following code snippet as a solution:

<P>Hello,</P>
<P>&nbsp;</P>
<P>See below the link</P>
<P>&nbsp;</P>
<P><A href="+campaignLink+"><IMG Class=runtime-img0 style=""MARGIN: 0px"" alt="""" src=""data:image/png;base64,"" width=272 height=50></A></P>

This code assigns the HTML content to a string variable, making it ready for use in your email body. Just replace campaignLink with your actual link variable.

Let me know if this helps!

Regards
Furkan