Robertx22 0 Newbie Poster

Hi.

I wrote an program (C#, not website) which retrieves email messages from different people.
I'd like to send them an verification email with a link to the asp site where they have to enter a code in order to prove that they are real person. So I have to send the emailaddress with the link as paramter but like to decode it somehow that it looks like a typical verification link. How can this be done in c# ? In asp.net I have to "translate" this mail address back to the normal one in order to compare it with the database, if the guy already sent me a message.

I'm new to C# and would like to know the best option for doing this task

thx

Robertx22