Hi
I am sending email using MailMessage, in my content, I have a hyperlink with space in between the hyperlink, so when I receive email, I am not able to access through the hyperlink as those data after the space "will not be part of the hyperlink".
Eg: http://www.abc.com?Param=1&Param=2&Param=3 -> 44
It only able to recognize "http://www.abc.com?Param=1&Param=2&Param=3", due to the space, the " -> 44" is not part of the hyperlink.
Pls help.
I am sending email using MailMessage, in my content, I have a hyperlink with space in between the hyperlink, so when I receive email, I am not able to access through the hyperlink as those data after the space "will not be part of the hyperlink".
Eg: http://www.abc.com?Param=1&Param=2&Param=3 -> 44
It only able to recognize "http://www.abc.com?Param=1&Param=2&Param=3", due to the space, the " -> 44" is not part of the hyperlink.
Pls help.