Hello All,
I am using (testing) the Net library. I have the HTML Body set to true and I add in a bit of HTML code to the body as so
From the above, I am bolding the word 'This' and the word 'red' should appear in red.
When I check the message in Outlook, I see
Notes
All I want is red text.
Can anyone explain what is happening please?
I know that many would probably wish to answer with don't use Outlook, but that is not an option.
regards
SeaCay
I am using (testing) the Net library. I have the HTML Body set to true and I add in a bit of HTML code to the body as so
B4X:
SMTPMsg.HtmlBody = True
SMTPMsg.Body = "1, <B>This</B> is in <div style=""color:#FF0000"";>red</div>"
When I check the message in Outlook, I see
- 'This ' is indeed bold.
- 'red' is in black
- <B> This</B> is in <span style=3D'color:#ff0000;'>red</span>
Notes
- <div> is changed to <span>
- 3D has appeared in the string
- double quotes are now single quotes
All I want is red text.
Can anyone explain what is happening please?
I know that many would probably wish to answer with don't use Outlook, but that is not an option.
regards
SeaCay