Long URLs in text emails

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can anyone please let me know that how can I handle very long URLs in a text email? I'm writting a bulk email program in VB.Net which sends text emails. The problem is when I've a very long URL it is wrapped by my email client and the result is an unusable link

Is there anyway in which I can make sure that the whole URL is treated as a link even if it is wrapped to more than one lines

TIA
 
Ambuj said:
Can anyone please let me know that how can I handle very long URLs in
a text email? I'm writting a bulk email program in VB.Net which
sends text emails. The problem is when I've a very long URL it is
wrapped by my email client and the result is an unusable link.

Is there anyway in which I can make sure that the whole URL is
treated as a link even if it is wrapped to more than one lines?

TIA

Try setting the message format to MIME with no encoding.
--
Tom Porterfield
MS-MVP MCE
http://support.telop.org

Please post all follow-ups to the newsgroup only.
 
Back
Top