Outlook changes & to &

voxia

New Member
I habe an ASP website, and I want to send an EMail using a Template.In the template i have two placeholders inside an \[code\]<a href="">\[/code\] (%CODE% and %EMAIL%) they are supposed to be query stringsit looks kinda like this \[code\]<a href="http://www.foo.com?qs1=example&Code=%CODE%&Email=%EMAIL%" />\[/code\]I use the \[code\].Replacement()\[/code\] Method to replace the two fields.The Problem is that after receiving the email, the & characters are replaced by \[code\]&\[/code\] and the the query string becomes invalid.I don't know if this is a Outlook Problem (2013) or if it can be fixed within the code.Thanks
 
Top