Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
pernillet
Contributor II
Contributor II

URL mailto - how to create a link in the body?

I made a link in a table to create an e-mail.

I would like the link I add in the body to be seen as a link, when it opens in outlook.  So the user can click it directly and the webpage or in this case Navision opens.

Right now I can only make outlook see it as plain text. 

 

  1. As “<url>” in front of the link conflicts with the mail to I tried to make the "<" and ">" as hex code. And I also made it as <a href="link" a> in hex. I also tried 'callto://'

My code: 

='Kontakt opretter' & '<url>mailto:' & [Person]&'@xxx.dk'
& '?subject= '
& 'tekst' &
'&body='
& 'Kære ' & [Name] & ' , Du bedeste venligst xxxxx ' &'%0A'&'%0A'
&
//'callto://'
//&
//'%3C'&'a href='&'%22'//'URL'&'%3E'

&
'dynamicsnav://navision.....' //This is my link
&
'%26'.....

0 Replies