Many applications use emails for accounts verification and other different purposes.You can see that those emails contain Buttons that redirect you to a certain page with a url parameters(ex:http://users/1234....).
How can I do the same functionality if I am constructing the email programmatically using MailMessage
utility.