Hi,

I need help in setting a font size of 11 in an outlook email using a vb code.

I am currently using

.HTMLBody = "<p><font face = ""Book Antiqua"" size = ""3"" color = ""Blue"">" & MAILTEXT & "</p>"
The above code generates a font size of 12 in outlook. Minute decrements in the size from 3 generates a font size of 10 in outlook - the size 11 does not arrive at all.

Is there any way to obtain this font size?