Hi,
Can any1 pls help me to send a URL of 200 characters as a hyperlink to outlook?
I am using standard mail task.This is what i m doing:
URL - 64 characters long
<A HREF="a1234567890b1234567890c1234567890d1234567890e1234567890f12345678">
Click here
</A>
Output: Click here
URL = 66 characters long
<A HREF="a1234567890b1234567890c1234567890d1234567890e1234567890f1234567890">
Click Here
</A>
Output:
234567890">
Click here
The output comes correctly until length exceeds 64.