Hi,
Iam writing email application in C#, in that iam using from , to , body concepts these 3 are writing in C# code source code only. mow my requirement is i want to send some website & email links in body but these links are visible in text only i want website address and email address are visible in hyperlinks
my body code in email:
string Body = "Hi, <br /> Test Plz visit this website : www.xyz.com <br /> if any queries plz send to aaa@aaa.com";
Iam writing email application in C#, in that iam using from , to , body concepts these 3 are writing in C# code source code only. mow my requirement is i want to send some website & email links in body but these links are visible in text only i want website address and email address are visible in hyperlinks
my body code in email:
string Body = "Hi, <br /> Test Plz visit this website : www.xyz.com <br /> if any queries plz send to aaa@aaa.com";
Comment