I was shown a visual basic application by a colleague in work today, the application took some values from a microsoft excel spreadsheet and stored them in some strings, it then concatenated them together and sent them to a list of email addresses.
I was asked if it would be possible to apply text formatting to the email and I thought that it would just be a matter of adding html tags inside the strings so we tested it out and the tags were just sent as plain text along with the rest of the email.
I since researched the problem a little online and it appears that it is not as clear cut as I thought.
So my question is (and I don't know if anyone has the answer) : lets pretend I wanted to add the bold tag and the h1 tags to an email and send it in html format using visual basic.. Is there any way to do this?



