cancel
Showing results for 
Search instead for 
Did you mean: 

Including hyperlink in outlook mail body not working

former_member1191927
Participant
0 Kudos

Hi,

We have a requirement to open an outlook mail on click of a link on webdynpro screen and also inlcude a hyperlink in the body of the mail.

I created a LinkToURL and assinged the following to the 'reference' property :-

mailto:?body=http://<xyz>:80/DSARCLNK_AP10D/CONTENTSERVER.ASP?get&pVersion=0045&contRep=D1&docId=AP10D_332

Outlook opens properly, but the complete link is not appearing in the body of the e-mail.

it shows just the following :-

http://<xyz>:80/DSARCLNK_AP10D/CONTENTSERVER.ASP?get

so what's happening is it breaks when it finds '&'.

Can some one help me in resolving this issue?

Thanks,

Hari

Accepted Solutions (1)

Accepted Solutions (1)

former_member182372
Active Contributor
0 Kudos

Hi Hari,

Replace "&" by "%26"

Best regards, Maksim Rashchynski.

former_member1191927
Participant
0 Kudos

That worked perfectly well. Thanks Maksim.

Answers (0)