FrancescoSpiga1
7 years agoQrew Cadet
How to add an hyperlink to an email (mailto via URL- Outlook)
Here's a simplified version of what I have in my formula URL field:
"mailto:" & "xxxxx@xxx.com;" &
"&body=" & "Good day," &"%0A%0A" &
"Please click on the below link." &"%0A%0A"
& "-------------------------------------------------------------------------------------" &"%0A%0A" &
& "<a href=URLEncode('http://www.yahoo.com')>here</a>
The above does not create the hyperlink for the word "here"
what am I missing?
Any help will be greatly appreciated.
Thanks.
Francesco
"mailto:" & "xxxxx@xxx.com;" &
"&body=" & "Good day," &"%0A%0A" &
"Please click on the below link." &"%0A%0A"
& "-------------------------------------------------------------------------------------" &"%0A%0A" &
& "<a href=URLEncode('http://www.yahoo.com')>here</a>
The above does not create the hyperlink for the word "here"
what am I missing?
Any help will be greatly appreciated.
Thanks.
Francesco