Bodyformat, Subject, and Body

  • Thread starter Thread starter Elliot
  • Start date Start date
E

Elliot

I am using the TM symbol as part of the Subject and Body properties but
it only displays for the Body property.

omsg.BodyFormat = MailFormat.Html
omsg.Subject = "My Trademark™"
omsg.body= "My Trademark™"

Only the TM symbol appears for the Body but not the Subject.

I guess the BodyFormat property is just that, just for the body format
and not the subject.

Anyone run into the same thing and find a workaround?

Thanks.
 
omsg.BodyFormat = MailFormat.Html
omsg.Subject = chr(153)
omsg.body= chr(153)

Crouchie1998
BA (HONS) MCP MCSE
 
Thank you but using chr(153) still results in displaying an upper case
T and not the TM designation.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top