Click here to Skip to main content
15,915,324 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to Construct a Unsubscribe link with email body in asp.net. The Link contains with Encrypted Parameter
I used this

Dim unsub As String = "" & txtBody.Text & "" & "<br><p><p> <a href=" + url > "Click here to be removed from this interest card.</a>."""


Suggest me to Get a solution

Thanks in Advance.
Posted
Updated 17-Jul-14 19:33pm
Comments
Bh@gyesh 13-May-14 1:46am    
Hi,

Refer link :
http://stackoverflow.com/questions/19854502/unsubscribe-option-in-email-using-c-sharp

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900