Using a richtext box control (Note) to enter formatted text.
However when i compose an email message:
With mapMessage
.Compose
.RecipAddress = rsContacts("Email")
.MsgSubject = Subject
.MsgNoteText = Note
.Send
End With
the outlook express doesn't recognise the rtf commands.
When using properties on the email it is iso/plain text.
How can I force the email to recognise rtf
However when i compose an email message:
With mapMessage
.Compose
.RecipAddress = rsContacts("Email")
.MsgSubject = Subject
.MsgNoteText = Note
.Send
End With
the outlook express doesn't recognise the rtf commands.
When using properties on the email it is iso/plain text.
How can I force the email to recognise rtf