S
shapper
Hello,
I am using StringBuilder to create a newsletter in Plain Text format.
1. How can I append an empty line? Something like:
Line 1
Line 2
2. Can I include an url in an email in plain text format? For example:
http://groups.google.com
3. Can I use tags? I think I can use tags but only the following:
Bold - <b>
Italic - <i>
Underline - <u>
Thank You,
Miguel
I am using StringBuilder to create a newsletter in Plain Text format.
1. How can I append an empty line? Something like:
Line 1
Line 2
2. Can I include an url in an email in plain text format? For example:
http://groups.google.com
3. Can I use tags? I think I can use tags but only the following:
Bold - <b>
Italic - <i>
Underline - <u>
Thank You,
Miguel