First off , my english is not very good so be nice :)
My Problem :
Via .NET Code i send mails to several receivers. These Mails contain a link that is decrypted like this :
"http://www.abc.com/Defaul.aspx?id=o70pzUOz65E="
The Problem now is that, f.e. in Outlook the Link ends before the "=" and the "=" is simply written without being part of the link. The Mails are simple TextMails and are encoded with "MailEncoding.QuotedPrintable"
Does someone got a hint for me, how i can show the complete Link without using HTML Mails ?